{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-manager-2",
    "name": "Skill Manager",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Xu-FengXie/skill-manager-2",
    "canonicalUrl": "https://clawhub.ai/Xu-FengXie/skill-manager-2",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skill-manager-2",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-manager-2",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/skill-manager-2"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/skill-manager-2",
    "agentPageUrl": "https://openagent3.xyz/skills/skill-manager-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-manager-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-manager-2/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw Skills 安装指南",
        "body": "本技能基于视频教程：https://www.bilibili.com/video/BV1PbFUzZEvN"
      },
      {
        "title": "概述",
        "body": "OpenClaw 是目前最流行的 AI 智能体。要让它变强，需要安装更多的技能包（Agent Skills）。"
      },
      {
        "title": "方法1：使用 Vercel CLI",
        "body": "# 安装 Vercel Skills 工具\nnpm install -g @vercel/skills\n\n# 查看可用技能\nskills\n\n# 安装技能\nskills install <skill-name>\n\n# 例如安装天气技能\nskills install weather"
      },
      {
        "title": "方法2：使用 ClawHub",
        "body": "# 安装 clawdhub 工具\nnpm install -g clawdhub\n\n# 搜索技能\nclawdhub search <keyword>\n\n# 安装技能\nclawdhub install <owner/skill-name>\n\n# 例如\nclawdhub install steipete/weather"
      },
      {
        "title": "方法3：从 GitHub 直接安装",
        "body": "# 克隆技能仓库\ngit clone https://github.com/<owner>/<skill-repo>.git ~/.openclaw/workspace/skills/<skill-name>\n\n# 或者使用 npx\nnpx clawdhub install <owner>/<skill-name>"
      },
      {
        "title": "必备",
        "body": "weather - 天气查询\nbrave-search / tavily-search - 网页搜索\nsummarize - 内容总结"
      },
      {
        "title": "开发",
        "body": "github - GitHub 操作\nopenai-whisper - 语音转文字\nhumanizer - 文字润色"
      },
      {
        "title": "生产力",
        "body": "gog - Google Workspace\nnotion - Notion 集成\nobsidian - 笔记管理"
      },
      {
        "title": "进阶",
        "body": "self-improving-agent - 自我改进\nproactive-agent - 主动预判\nontology - 知识图谱"
      },
      {
        "title": "技能存放位置",
        "body": "~/.openclaw/workspace/skills/\n├── weather/\n│   ├── SKILL.md\n│   ├── install.sh\n│   └── ...\n├── brave-search/\n│   └── ...\n└── ..."
      },
      {
        "title": "验证安装",
        "body": "# 列出已安装技能\nls ~/.openclaw/workspace/skills/\n\n# 查看技能详情\ncat ~/.openclaw/workspace/skills/<skill-name>/SKILL.md"
      },
      {
        "title": "注意事项",
        "body": "部分技能需要配置 API Key（如 Tavily、Brave、OpenAI 等）\n有些技能需要安装额外的 npm 包\n建议阅读每个技能的 SKILL.md 了解具体用法"
      }
    ],
    "body": "OpenClaw Skills 安装指南\n\n本技能基于视频教程：https://www.bilibili.com/video/BV1PbFUzZEvN\n\n概述\n\nOpenClaw 是目前最流行的 AI 智能体。要让它变强，需要安装更多的技能包（Agent Skills）。\n\n安装方法\n方法1：使用 Vercel CLI\n# 安装 Vercel Skills 工具\nnpm install -g @vercel/skills\n\n# 查看可用技能\nskills\n\n# 安装技能\nskills install <skill-name>\n\n# 例如安装天气技能\nskills install weather\n\n方法2：使用 ClawHub\n# 安装 clawdhub 工具\nnpm install -g clawdhub\n\n# 搜索技能\nclawdhub search <keyword>\n\n# 安装技能\nclawdhub install <owner/skill-name>\n\n# 例如\nclawdhub install steipete/weather\n\n方法3：从 GitHub 直接安装\n# 克隆技能仓库\ngit clone https://github.com/<owner>/<skill-repo>.git ~/.openclaw/workspace/skills/<skill-name>\n\n# 或者使用 npx\nnpx clawdhub install <owner>/<skill-name>\n\n常用技能推荐\n必备\nweather - 天气查询\nbrave-search / tavily-search - 网页搜索\nsummarize - 内容总结\n开发\ngithub - GitHub 操作\nopenai-whisper - 语音转文字\nhumanizer - 文字润色\n生产力\ngog - Google Workspace\nnotion - Notion 集成\nobsidian - 笔记管理\n进阶\nself-improving-agent - 自我改进\nproactive-agent - 主动预判\nontology - 知识图谱\n技能存放位置\n~/.openclaw/workspace/skills/\n├── weather/\n│   ├── SKILL.md\n│   ├── install.sh\n│   └── ...\n├── brave-search/\n│   └── ...\n└── ...\n\n验证安装\n# 列出已安装技能\nls ~/.openclaw/workspace/skills/\n\n# 查看技能详情\ncat ~/.openclaw/workspace/skills/<skill-name>/SKILL.md\n\n注意事项\n部分技能需要配置 API Key（如 Tavily、Brave、OpenAI 等）\n有些技能需要安装额外的 npm 包\n建议阅读每个技能的 SKILL.md 了解具体用法"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Xu-FengXie/skill-manager-2",
    "publisherUrl": "https://clawhub.ai/Xu-FengXie/skill-manager-2",
    "owner": "Xu-FengXie",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-manager-2",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-manager-2",
    "agentUrl": "https://openagent3.xyz/skills/skill-manager-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-manager-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-manager-2/agent.md"
  }
}