{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-manager",
    "name": "Skill Manager",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/skill-manager",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/skill-manager",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skill-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "lifecycle.md",
      "suggestions.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"
    },
    "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",
    "agentPageUrl": "https://openagent3.xyz/skills/skill-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-manager/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": "Skill Lifecycle Management",
        "body": "Manage the full lifecycle of installed skills: discovery, installation, updates, and cleanup.\n\nReferences:\n\nsuggestions.md — when to suggest skills based on current task\nlifecycle.md — installation, updates, and cleanup\n\nComplements:\n\nskill-finder — user-initiated search (\"find me a skill for X\")\nskill-manager — proactive lifecycle management"
      },
      {
        "title": "Scope",
        "body": "This skill ONLY:\n\nSuggests skills based on current task context\nTracks installed skills in ~/skill-manager/inventory.md\nTracks skills user explicitly declined (with their stated reason)\nChecks for skill updates\n\nThis skill NEVER:\n\nCounts task repetition or user behavior patterns\nInstalls without explicit user consent\nReads files outside ~/skill-manager/"
      },
      {
        "title": "Security Note",
        "body": "This skill uses npx clawhub commands which download and execute code from ClawHub registry. This is the standard mechanism for skill management. Always review skills before installing."
      },
      {
        "title": "Context-Based Suggestions",
        "body": "When working on a task, notice the current context:\n\nUser mentions specific tool (Stripe, AWS, GitHub) → check if skill exists\nTask involves unfamiliar domain → suggest searching\n\nThis is responding to current context, not tracking patterns."
      },
      {
        "title": "Lifecycle Actions",
        "body": "ActionCommandInstallnpx clawhub install <slug>Updatenpx clawhub update <slug>Infonpx clawhub info <slug>Removenpx clawhub uninstall <slug>"
      },
      {
        "title": "Memory Storage",
        "body": "Inventory at ~/skill-manager/inventory.md.\n\nFirst use: mkdir -p ~/skill-manager\n\nFormat:\n\n## Installed\n- slug@version — purpose — YYYY-MM-DD\n\n## Declined\n- slug — \"user's stated reason\"\n\nWhat is tracked:\n\nSkills user installed (with purpose and date)\nSkills user explicitly declined (with their stated reason)\n\nWhy track declined: To avoid re-suggesting skills user already said no to. Only stores what user explicitly stated."
      }
    ],
    "body": "Skill Lifecycle Management\n\nManage the full lifecycle of installed skills: discovery, installation, updates, and cleanup.\n\nReferences:\n\nsuggestions.md — when to suggest skills based on current task\nlifecycle.md — installation, updates, and cleanup\n\nComplements:\n\nskill-finder — user-initiated search (\"find me a skill for X\")\nskill-manager — proactive lifecycle management\nScope\n\nThis skill ONLY:\n\nSuggests skills based on current task context\nTracks installed skills in ~/skill-manager/inventory.md\nTracks skills user explicitly declined (with their stated reason)\nChecks for skill updates\n\nThis skill NEVER:\n\nCounts task repetition or user behavior patterns\nInstalls without explicit user consent\nReads files outside ~/skill-manager/\nSecurity Note\n\nThis skill uses npx clawhub commands which download and execute code from ClawHub registry. This is the standard mechanism for skill management. Always review skills before installing.\n\nContext-Based Suggestions\n\nWhen working on a task, notice the current context:\n\nUser mentions specific tool (Stripe, AWS, GitHub) → check if skill exists\nTask involves unfamiliar domain → suggest searching\n\nThis is responding to current context, not tracking patterns.\n\nLifecycle Actions\nAction\tCommand\nInstall\tnpx clawhub install <slug>\nUpdate\tnpx clawhub update <slug>\nInfo\tnpx clawhub info <slug>\nRemove\tnpx clawhub uninstall <slug>\nMemory Storage\n\nInventory at ~/skill-manager/inventory.md.\n\nFirst use: mkdir -p ~/skill-manager\n\nFormat:\n\n## Installed\n- slug@version — purpose — YYYY-MM-DD\n\n## Declined\n- slug — \"user's stated reason\"\n\n\nWhat is tracked:\n\nSkills user installed (with purpose and date)\nSkills user explicitly declined (with their stated reason)\n\nWhy track declined: To avoid re-suggesting skills user already said no to. Only stores what user explicitly stated."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/skill-manager",
    "publisherUrl": "https://clawhub.ai/ivangdavila/skill-manager",
    "owner": "ivangdavila",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-manager",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-manager",
    "agentUrl": "https://openagent3.xyz/skills/skill-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-manager/agent.md"
  }
}