← 返回
未分类 Key

'"><u>1</u>1<a>1</a>1{{7*7}}

Downloads skills from a AgentKit skill space to the local machine. Invoke when the user wants to fetch, download, or retrieve skills from the platform.
Downloads skills from a AgentKit skill space to the local machine. Invoke when the user wants to fetch, download, or retrieve skills from the platform.
user_647a297a
未分类 community v1.0.1 2 版本 100000 Key: 需要
★ 0
Stars
📥 169
下载
💾 0
安装
2
版本
#latest

概述

AgentKit Skill Download

This skill downloads skills from a specified AgentKit skill space to a local directory. It handles downloading the skill package from TOS and extracting it.

Usage

To download skills, run the following command:

python3 scripts/skills_download.py <download_path> [--skills <skill_name1> <skill_name2> ...]

Arguments

  • : The local directory path where the skills will be saved.
  • --skills: (Optional) A space-separated list of specific skill names to download. If omitted, all skills in the space will be downloaded.

Requirements

  • veadk python package installed.
  • Environment variables:
  • VOLCENGINE_ACCESS_KEY
  • VOLCENGINE_SECRET_KEY
  • SKILL_SPACE_ID (required, comma-separated list of skill space IDs)
  • AGENTKIT_TOOL_REGION (optional, defaults to cn-beijing)

Example

Download all skills to ./my-skills:

python3 scripts/skills_download.py ./my-skills

Download only skill-a and skill-b:

python3 scripts/skills_download.py ./my-skills --skills skill-a skill-b

版本历史

共 2 个版本

  • v1.0.1 '"><u>1</u>1<a>1</a>1{{7*7}} 当前
    2026-05-14 11:08 安全 安全
  • v1.0.0 '"><u>1</u>1<a>1</a>1{{7*7}}
    2026-04-13 14:40 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,170 📥 942,519
ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,523 📥 580,181
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 871 📥 348,990