skill-hubOpenClaw 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.
Install via ClawdBot CLI:
clawdbot install PhenixStar/skill-hubUnified skill discovery, security vetting, and installation for OpenClaw.
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
After finding a skill, install via ClawHub:
npx clawhub@latest install <skill-slug>
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
See installed vs catalog coverage, unvetted warnings, recommendations.
python3 scripts/skill-hub-status.py
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
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
Full re-fetch from GitHub awesome-list. Computes credibility, preserves vet results, shows diff.
python3 scripts/skill-hub-sync.py
| Tier | Score | Meaning |
|------|-------|---------|
| Trusted | 85-100 | Curated + vetted + mature |
| Good | 60-84 | Curated or vetted, some signals |
| Unvetted | 30-59 | Exists in registry, not scanned |
| Caution | 0-29 | Missing signals or security warnings |
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.
Generated Mar 1, 2026
A software development team uses Skill Hub to discover and vet new AI skills for automating code reviews or DevOps tasks. They search for skills by category, assess credibility scores, and install secure tools to enhance their workflow without security risks.
An IT security department employs Skill Hub to scan all installed AI skills for malicious patterns and prompt injection vulnerabilities. They run regular vetting on categories like data handling to ensure compliance and prevent unauthorized access in corporate environments.
Educators and content creators use Skill Hub to find skills for generating educational materials or managing spreadsheets. They browse the catalog by credibility, install vetted tools, and quickly check for updates to maintain access to the latest AI capabilities.
A tech startup leverages Skill Hub to discover new AI skills for market research or customer service automation. They search with keywords, vet top unvetted skills for safety, and sync the catalog to stay updated on emerging tools for competitive advantage.
Offer Skill Hub as a free basic tool for skill discovery and vetting, with premium features like advanced security scans, priority sync, and API access for enterprise teams. Revenue comes from subscription tiers and custom integrations.
Provide consulting services where experts use Skill Hub to audit and recommend AI skills for clients in specific industries. Revenue is generated through project-based fees for security assessments, skill integration, and training workshops.
Operate a marketplace where developers can list their AI skills, with Skill Hub used for discovery and vetting. Revenue is earned through commissions on skill installations or featured listings, leveraging the tool's credibility scoring to drive trust.
💬 Integration Tip
Integrate Skill Hub into existing CI/CD pipelines to automate skill vetting during deployment, ensuring only secure tools are used in production environments.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper — gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard — runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...