Manage Skills
Use skills commands to search, install, and configure SkillHub skills. 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 and sorting by stars, downloads, or updated.
Available category slugs: multimodal-generation, development, ai-ml, data, content-creation, devops, productivity, security.
seacloud skills listseacloud skills list --category multimodal-generationseacloud skills list --sort updatedfind 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 |
seacloud skills find <keyword>seacloud skills find <keyword> --category multimodal-generationseacloud skills find <keyword> --cursor <cursor>add 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> --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