| name | skill-hub |
| description | 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. |
| license | MIT |
| version | 1.0.0 |
| homepage | https://github.com/PhenixStar/openclaw-skills-collection |
| user-invocable | true |
| disable-model-invocation | false |
| auto_activate | ["find skill","install skill","search skills","what skills exist","skill for","discover skill","vet skill","scan skill","skill security","new skills","skill updates","browse skills"] |
| allowed-tools | ["Bash","Read","Write"] |
Skill Hub
Unified skill discovery, security vetting, and installation for OpenClaw.
Commands
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
python3 scripts/skill-hub-search.py --installed
python3 scripts/skill-hub-search.py --not-installed --limit 20
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
python3 scripts/skill-hub-vet.py --all-installed
python3 scripts/skill-hub-vet.py --category "DevOps"
python3 scripts/skill-hub-vet.py --top 10
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
python3 scripts/skill-hub-quick-check.py --sync
python3 scripts/skill-hub-quick-check.py --query "ai"
Browse Full Catalog
Export catalog as formatted table (terminal or markdown), grouped by category.
python3 scripts/skill-hub-table-export.py
python3 scripts/skill-hub-table-export.py --format markdown
python3 scripts/skill-hub-table-export.py --category