โ† All skills
Tencent SkillHub ยท Developer Tools

Skill Hub

OpenClaw skill discovery, security vetting & install. Searches 3000+ curated skills from ClawHub registry and awesome-openclaw-skills catalog. Scores credibility, detects prompt injection & malicious patterns, manages installations. Quick-checks GitHub for new skills.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

OpenClaw skill discovery, security vetting & install. Searches 3000+ curated skills from ClawHub registry and awesome-openclaw-skills catalog. Scores credibility, detects prompt injection & malicious patterns, manages installations. Quick-checks GitHub for new skills.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Item requires authentication.

This item appears to require sign-in or permission before the package can be fetched. Open the source page and confirm access manually.

Quick setup
  1. Open the source page and confirm the required access before downloading.
  2. Review SKILL.md after the source grants access.
  3. Treat the package as manual setup until the direct download works.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
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

Validation

  • Sign in or confirm the required access before retrying the download.
  • Review SKILL.md after authentication succeeds.
  • Treat this source as manual setup until the package can be fetched directly.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item requires authentication or permission before the package can be fetched.

  1. Open the source page via Open source page.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item requires authentication or permission before the package can be fetched. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item requires authentication or permission before the package can be fetched. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • scripts/skill-hub-quick-check.py Scripts
  • scripts/skill-hub-search.py Scripts
  • scripts/skill-hub-security-patterns.py Scripts
  • scripts/skill-hub-status.py Scripts
  • _meta.json Config