# Send Skill Hub 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-hub",
    "name": "Skill Hub",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/PhenixStar/skill-hub",
    "canonicalUrl": "https://clawhub.ai/PhenixStar/skill-hub",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/skill-hub",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-hub",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/skill-hub-quick-check.py",
      "scripts/skill-hub-search.py",
      "scripts/skill-hub-security-patterns.py",
      "scripts/skill-hub-status.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "skill-hub",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T00:07:29.136Z",
      "expiresAt": "2026-05-16T00:07:29.136Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-hub",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-hub",
        "contentDisposition": "attachment; filename=\"skill-hub-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skill-hub"
      },
      "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-hub"
    },
    "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-hub",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-hub",
    "agentUrl": "https://openagent3.xyz/skills/skill-hub/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-hub/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-hub/agent.md"
  }
}
```
## Documentation

### Skill Hub

Unified skill discovery, security vetting, and installation for OpenClaw.

### Search Skills

Find skills by keyword, category, or credibility score.

python3 scripts/skill-hub-search.py --query "spreadsheet"
python3 scripts/skill-hub-search.py --category "DevOps" --min-score 60
python3 scripts/skill-hub-search.py --query "auth" --live        # include live ClawHub results
python3 scripts/skill-hub-search.py --installed                  # show only installed
python3 scripts/skill-hub-search.py --not-installed --limit 20   # discovery mode

### Install Skills

After finding a skill, install via ClawHub:

npx clawhub@latest install <skill-slug>

### Vet Skills (Security Scan)

Scan a skill for malicious patterns, prompt injection, and logic weaknesses.

python3 scripts/skill-hub-vet.py --slug google-sheets     # vet single skill
python3 scripts/skill-hub-vet.py --all-installed           # vet all installed
python3 scripts/skill-hub-vet.py --category "DevOps"       # vet category
python3 scripts/skill-hub-vet.py --top 10                  # vet top N unvetted

### Status Dashboard

See installed vs catalog coverage, unvetted warnings, recommendations.

python3 scripts/skill-hub-status.py

### Quick Check (GitHub API)

Fast check if new skills were added since last sync. Uses gh CLI — no full download needed.

python3 scripts/skill-hub-quick-check.py              # check for updates
python3 scripts/skill-hub-quick-check.py --sync        # auto-sync if updates found
python3 scripts/skill-hub-quick-check.py --query "ai"  # check + search new skills

### Browse Full Catalog

Export catalog as formatted table (terminal or markdown), grouped by category.

python3 scripts/skill-hub-table-export.py                          # terminal table
python3 scripts/skill-hub-table-export.py --format markdown        # markdown table
python3 scripts/skill-hub-table-export.py --category "AI"          # filter category

### Sync Catalog

Full re-fetch from GitHub awesome-list. Computes credibility, preserves vet results, shows diff.

python3 scripts/skill-hub-sync.py

### Credibility Scores (0-100)

TierScoreMeaningTrusted85-100Curated + vetted + matureGood60-84Curated or vetted, some signalsUnvetted30-59Exists in registry, not scannedCaution0-29Missing signals or security warnings

### Security Checks

Code-level: eval/exec, shell injection, obfuscation, network access, env harvesting, destructive ops.

NLP/Prompt-level: hidden instructions, role hijacking, invisible unicode, exfiltration prompts, authority escalation, social engineering.

### When to Use

User asks "find a skill for X" or "is there a skill that can..."
User wants to extend capabilities with new tools
User wants to check if installed skills are safe
Before installing unknown skills from registry
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: PhenixStar
- Version: 1.0.0
## 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-09T00:07:29.136Z
- Expires at: 2026-05-16T00:07:29.136Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/skill-hub)
- [Send to Agent page](https://openagent3.xyz/skills/skill-hub/agent)
- [JSON manifest](https://openagent3.xyz/skills/skill-hub/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/skill-hub/agent.md)
- [Download page](https://openagent3.xyz/downloads/skill-hub)