skills-download
- Repo stars 340
- License Complete terms in LICENSE.txt
- Author repo agentkit-samples
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
<download_path>: 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
veadkpython package installed.- Environment variables:
VOLCENGINE_ACCESS_KEYVOLCENGINE_SECRET_KEYSKILL_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
Error Handling
- IF the script raises the error
VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY are not set in environment variables., inform the user that they need to provide theVOLCENGINE_ACCESS_KEYandVOLCENGINE_SECRET_KEYenvironment variable. Write it to the environment variable file in the workspace. If the file already exists, append it to the end. Ensure the environment variable format is correct, make the environment variable effective, and retry the task that just failed. - IF the script raises the error
SKILL_SPACE_ID environment variable is not set, inform the user that they need to provide theSKILL_SPACE_IDenvironment variable. Write it to the environment variable file in the workspace. If the file already exists, append it to the end. Ensure the environment variable format is correct, make the environment variable effective
- Fluxly category
- AI
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @bytedance · Complete terms in LICENSE.txt
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- Required · Vendor-specific
- Detected OS requirements
- Unspecified
- Runtime requirements
- Python
- Detected file/system behavior
-
- Read-only
- Write / modify
- Env read
- Detected network behavior
- External requests
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. To download skills, run the following command:
<downloadpath>: 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.
veadk python package installed. Environment variables: VOLCENGINEACCESSKEY
Download all skills to ./my-skills: Download only skill-a and skill-b:
IF the script raises the error VOLCENGINEACCESSKEY and VOLCENGINESECRETKEY are not set in environment variables., inform the user that they need to provide the VOLCENGINEACCESSKEY and VOLCENGINESECRETKEY environment variable. Write it to the environment…
# 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:
```bash
python3 scripts/skills_download.py <download_path> [--skills <skill_name1> <skill_name2> ...]
```
### Arguments
- `<download_path>`: 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`:
```bash
python3 scripts/skills_download.py ./my-skills
```
Download only `skill-a` and `skill-b`:
```bash
python3 scripts/skills_download.py ./my-skills --skills skill-a skill-b
```
## Error Handling
- IF the script raises the error `VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY are not set in environment variables.`, inform the user that they need to provide the `VOLCENGINE_ACCESS_KEY` and `VOLCENGINE_SECRET_KEY` environment variable. Write it to the environment variable file in the workspace. If the file already exists, append it to the end. Ensure the environment variable format is correct, make the environment variable effective, and retry the task that just failed.
… Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Usage → Arguments → Requirements → Example → Error Handling
terms -> This skill downloads skills from a specified AgentKit skill space to a local directory. · - <downloadpath>: The local directory path where the skills will be saved. · - veadk python package installed.
files/cmd -> <downloadpath> · --skills · veadk · VOLCENGINEACCESSKEY · VOLCENGINESECRETKEY · SKILLSPACEID · AGENTKITTOOLREGION · ./my-skills
body sha256 -> a264c176aebc
Decide Fit First
Design Intent
How To Use It
Boundaries And Review