{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-installer",
    "name": "Clawhub",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/sreejith77/skill-installer",
    "canonicalUrl": "https://clawhub.ai/sreejith77/skill-installer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skill-installer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-installer",
    "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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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-installer"
    },
    "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-installer",
    "agentPageUrl": "https://openagent3.xyz/skills/skill-installer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-installer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-installer/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": "ClawHub Skill Manager",
        "body": "Install and manage skills from ClawHub, the public skill registry for OpenClaw."
      },
      {
        "title": "Prerequisites",
        "body": "The clawhub CLI must be available on PATH. Verify with which clawhub. If missing, ask the user to install it manually:\n\nnpm i -g clawhub\n\nDo not auto-install without user confirmation."
      },
      {
        "title": "Install a skill",
        "body": "cd ~/.openclaw/workspace && clawhub install <slug>\n\n<slug> is the skill identifier from ClawHub (e.g. summarize, weather, coding-agent)\nSkills are installed into ./skills/ under the workspace\nA new OpenClaw session is needed to pick up the skill"
      },
      {
        "title": "Search for skills",
        "body": "clawhub search \"<query>\""
      },
      {
        "title": "Update skills",
        "body": "# Update a specific skill\nclawhub update <slug>\n\n# Update all installed skills\nclawhub update --all"
      },
      {
        "title": "Other useful commands",
        "body": "clawhub info <slug>       # Show skill details\nclawhub list              # List installed skills\nclawhub --help            # Full CLI reference"
      },
      {
        "title": "Workflow",
        "body": "Ensure clawhub CLI is installed (check with which clawhub, install if missing)\ncd to the workspace directory: ~/.openclaw/workspace\nRun the appropriate clawhub command\nInform the user to start a new session (or restart gateway) for the skill to take effect"
      },
      {
        "title": "Installing via WhatsApp",
        "body": "Users can install skills by messaging the OpenClaw agent on WhatsApp:\n\nclawhub install <slug>\n\nExample: clawhub install summarize\n\nThe agent will handle CLI installation and confirm when the skill is ready."
      },
      {
        "title": "Notes",
        "body": "All ClawHub skills are public and open\nTreat third-party skills as untrusted — review before enabling\nWorkspace skills (<workspace>/skills/) take highest precedence over managed and bundled skills"
      }
    ],
    "body": "ClawHub Skill Manager\n\nInstall and manage skills from ClawHub, the public skill registry for OpenClaw.\n\nPrerequisites\n\nThe clawhub CLI must be available on PATH. Verify with which clawhub. If missing, ask the user to install it manually:\n\nnpm i -g clawhub\n\n\nDo not auto-install without user confirmation.\n\nCommands\nInstall a skill\ncd ~/.openclaw/workspace && clawhub install <slug>\n\n<slug> is the skill identifier from ClawHub (e.g. summarize, weather, coding-agent)\nSkills are installed into ./skills/ under the workspace\nA new OpenClaw session is needed to pick up the skill\nSearch for skills\nclawhub search \"<query>\"\n\nUpdate skills\n# Update a specific skill\nclawhub update <slug>\n\n# Update all installed skills\nclawhub update --all\n\nOther useful commands\nclawhub info <slug>       # Show skill details\nclawhub list              # List installed skills\nclawhub --help            # Full CLI reference\n\nWorkflow\nEnsure clawhub CLI is installed (check with which clawhub, install if missing)\ncd to the workspace directory: ~/.openclaw/workspace\nRun the appropriate clawhub command\nInform the user to start a new session (or restart gateway) for the skill to take effect\nInstalling via WhatsApp\n\nUsers can install skills by messaging the OpenClaw agent on WhatsApp:\n\nclawhub install <slug>\n\n\nExample: clawhub install summarize\n\nThe agent will handle CLI installation and confirm when the skill is ready.\n\nNotes\nAll ClawHub skills are public and open\nTreat third-party skills as untrusted — review before enabling\nWorkspace skills (<workspace>/skills/) take highest precedence over managed and bundled skills"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sreejith77/skill-installer",
    "publisherUrl": "https://clawhub.ai/sreejith77/skill-installer",
    "owner": "sreejith77",
    "version": "1.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-installer",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-installer",
    "agentUrl": "https://openagent3.xyz/skills/skill-installer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-installer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-installer/agent.md"
  }
}