Skip to content
Home

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

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

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
Terminal window
seacloud skills find <keyword>
seacloud skills find <keyword> --category multimodal-generation
seacloud skills find <keyword> --cursor <cursor>

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

Show or set the SkillHub API URL.

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