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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install skill-hub或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install skill-hub⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/skill-hub/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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 ---
Unified 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.
安装 Skill Hub 后,可以对 AI 说这些话来触发它
Help me get started with Skill Hub
Explains what Skill Hub does, walks through the setup, and runs a quick demo based on your current project
Use Skill Hub to openClaw skill discovery, security vetting & install
Invokes Skill Hub with the right parameters and returns the result directly in the conversation
What can I do with Skill Hub in my developer & devops workflow?
Lists the top use cases for Skill Hub, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/skill-hub/ 目录(个人级,所有项目可用),或 .claude/skills/skill-hub/(项目级)。重启 AI 客户端后,用 /skill-hub 主动调用,或让 AI 根据上下文自动发现并使用。
Skill Hub 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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 Hub 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Skill Hub
Identifies repetitive steps in your workflow and sets up Skill Hub to handle them automatically