Manage Skills
Use skills commands to search, install, and configure SkillHub skills. Use --output json on list and search commands when agents need structured results. Installed skills can be loaded by supported agent runtimes to extend video, image, audio, search, and other capabilities.
list skills
Section titled “list skills”List the available skills in SkillHub. Supports filtering by category, sorting by stars, downloads, or updated, and structured JSON output.
Common SkillHub category slugs include multimodal-generation, development, ai-ml, data, content-creation, devops, productivity, and security. SkillHub owns the category list; inspect current result categories with seacloud skills list --output json.
seacloud skills listseacloud skills list --category multimodal-generationseacloud skills list --sort updatedseacloud skills list --output jsonfind skills
Section titled “find skills”Use seacloud skills find to search for skills by keyword.
| Option | Description |
|---|---|
--category, -c <category> | Filter results by skill category |
--cursor <cursor> | Fetch the next page of results with the cursor returned from the previous response |
--interactive, -i | Reserved parameter, currently not in use |
--output json | Print structured JSON for automation |
seacloud skills find <keyword>seacloud skills find <keyword> --category multimodal-generationseacloud skills find <keyword> --cursor <cursor>seacloud skills find <keyword> --output jsonadd skills
Section titled “add skills”Install a skill by slug. Specify a version, skip prompts, or install globally.
seacloud skills add <slug>seacloud skills add <slug> --version <version>seacloud skills add <slug> --yesseacloud skills add <slug> --globalseacloud --dry-run skills add <slug> --globalshow config
Section titled “show config”Show or set the SkillHub API URL.
seacloud skills config --showseacloud skills config --set-url https://skillhub.seaart.ai/api/v1