返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

find-skills

使用 `npx playbooks find skill` 和 `npx playbooks add skill` 查找并安装代理技能。每当需要发现或安装技能时都可以使用。

person作者: jakexiaohubgithub

find-skills

  • Search: npx playbooks find skill "<query>"
  • Search is lexical by default; use --semantic for natural language search
  • Output is ordered by best match and prints ready-to-run install commands
  • If a repo/source is known, you can list skills: npx playbooks add skill <source> --list
  • List agent IDs: npx playbooks list agents
  • Ask which agent(s) to install to and whether global (-g) or project
  • Install a specific skill: npx playbooks add skill <source> --skill <skill-name> -a <agent> [-g] [-y]
  • Install all skills from a source only if user requests: npx playbooks add skill <source> --all