agent 的 skill 可以看做一个支持自动触发的的特定提示词集合体,用来更好地完成各项工作。
安装网上skills
在该网站中有大量 skills,使用 npx skills 安装这些 skill。安装的 skill 在默认在 ~/agents/skills 目录中,虽然 Codex、Claude Code、Opencode 都有自己的配置目录和 skills 目录,但是这些 agent 也会读取该目录并正常使用这里的 skills。
自己动手生成skill
使用 https://skills.sh/site/smithery.ai/skill-creator 生成自定义 skill。
然后,你就可以在 github 上搞一个自己的 skill 仓库,把每个 skill 作为单独目录上传上去,并通过 npx skills 进行安装了。
npx skills add 仓库地址 --skill skill名称
npx skills update -g推荐的 skill
我的个人仓库 https://github.com/Yezery/aigc-down-skill https://github.com/redbaronyyyyy-eng/humanizer-zh-academic https://github.com/hugohe3/ppt-master (这个建议单独使用 opus 最新模型做,不建议使用 omo 等插件) https://github.com/ljagiello/ctf-skills https://www.skills.sh/nextlevelbuilder/ui-ux-pro-max-skill/ui-ux-pro-max https://github.com/greensock/gsap-skills
