# Send Clawhub to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/skill-installer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-installer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "skill-installer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T17:25:36.190Z",
      "expiresAt": "2026-05-08T17:25:36.190Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-installer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-installer",
        "contentDisposition": "attachment; filename=\"skill-installer-1.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skill-installer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### ClawHub Skill Manager

Install and manage skills from ClawHub, the public skill registry for OpenClaw.

### Prerequisites

The clawhub CLI must be available on PATH. Verify with which clawhub. If missing, ask the user to install it manually:

npm i -g clawhub

Do not auto-install without user confirmation.

### Install a skill

cd ~/.openclaw/workspace && clawhub install <slug>

<slug> is the skill identifier from ClawHub (e.g. summarize, weather, coding-agent)
Skills are installed into ./skills/ under the workspace
A new OpenClaw session is needed to pick up the skill

### Search for skills

clawhub search "<query>"

### Update skills

# Update a specific skill
clawhub update <slug>

# Update all installed skills
clawhub update --all

### Other useful commands

clawhub info <slug>       # Show skill details
clawhub list              # List installed skills
clawhub --help            # Full CLI reference

### Workflow

Ensure clawhub CLI is installed (check with which clawhub, install if missing)
cd to the workspace directory: ~/.openclaw/workspace
Run the appropriate clawhub command
Inform the user to start a new session (or restart gateway) for the skill to take effect

### Installing via WhatsApp

Users can install skills by messaging the OpenClaw agent on WhatsApp:

clawhub install <slug>

Example: clawhub install summarize

The agent will handle CLI installation and confirm when the skill is ready.

### Notes

All ClawHub skills are public and open
Treat third-party skills as untrusted — review before enabling
Workspace skills (<workspace>/skills/) take highest precedence over managed and bundled skills
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: sreejith77
- Version: 1.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T17:25:36.190Z
- Expires at: 2026-05-08T17:25:36.190Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/skill-installer)
- [Send to Agent page](https://openagent3.xyz/skills/skill-installer/agent)
- [JSON manifest](https://openagent3.xyz/skills/skill-installer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/skill-installer/agent.md)
- [Download page](https://openagent3.xyz/downloads/skill-installer)