skills-download
SKILL.md
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.