跳转到内容
返回主页

技能管理

使用 skills 命令查找、安装和配置 SkillHub 技能。Agent 需要结构化结果时,可在列表和搜索命令中使用 --output json。安装后的技能可被支持的 Agent 运行环境加载,用于扩展视频、图像、音频、搜索等能力。

列出 SkillHub 中可用的技能,可按分类过滤、按 starsdownloadsupdated 排序,也可输出结构化 JSON。

常见 SkillHub 分类 slug 包括 multimodal-generationdevelopmentai-mldatacontent-creationdevopsproductivitysecurity。分类列表由 SkillHub 维护,可通过 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

按关键词搜索技能。

参数说明
--category-c <category>按分类过滤搜索结果
--cursor <cursor>用于分页查询下一页结果,需要传入上一页响应返回的 cursor
--interactive-i当前为保留参数,暂未启用
--output json输出结构化 JSON,便于自动化处理
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

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

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

查看或设置 SkillHub API 地址。

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