Skip to content
Home

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 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.

Terminal window
seacloud skills list
seacloud skills list --category multimodal-generation
seacloud skills list --sort updated
seacloud skills list --output json

Use seacloud skills find to search for skills by keyword.

OptionDescription
--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, -iReserved parameter, currently not in use
--output jsonPrint structured JSON for automation
Terminal window
seacloud skills find <keyword>
seacloud skills find <keyword> --category multimodal-generation
seacloud skills find <keyword> --cursor <cursor>
seacloud skills find <keyword> --output json

Install a skill by slug. Specify a version, skip prompts, or install globally.

Terminal window
seacloud skills add <slug>
seacloud skills add <slug> --version <version>
seacloud skills add <slug> --yes
seacloud skills add <slug> --global
seacloud --dry-run skills add <slug> --global

Show or set the SkillHub API URL.

Terminal window
seacloud skills config --show
seacloud skills config --set-url https://skillhub.seaart.ai/api/v1