跳转到内容
返回主页

技能管理

使用 skills 命令查找、安装和配置 SkillHub 技能。安装后的技能可被支持的 Agent 运行环境加载,用于扩展视频、图像、音频、搜索等能力。

列出 SkillHub 中可用的技能,可按分类过滤,也可按 starsdownloadsupdated 排序。

可用分类 slug:multimodal-generationdevelopmentai-mldatacontent-creationdevopsproductivitysecurity

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

按关键词搜索技能。

参数说明
--category-c <category>按分类过滤搜索结果
--cursor <cursor>用于分页查询下一页结果,需要传入上一页响应返回的 cursor
--interactive-i当前为保留参数,暂未启用
Terminal window
seacloud skills find <keyword>
seacloud skills find <keyword> --category multimodal-generation
seacloud skills find <keyword> --cursor <cursor>

安装指定技能,可指定版本、跳过确认、安装到全局技能目录。

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

查看或设置 SkillHub API 地址。

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