Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Skill Hub manages discovery, security vetting, and installation of OpenClaw skills from the ClawHub registry and awesome-openclaw-skills catalog. It scores each skill's credibility on a 0-100 scale and scans for prompt injection, shell injection, obfuscation, and other malicious patterns.
It combines catalog search, credibility scoring, and both code-level and NLP-level security scanning in one workflow rather than manually reviewing GitHub repositories.
When to use it
- Finding a skill for a specific task like spreadsheets or authentication
- Checking whether installed skills are safe before using them on sensitive work
- Discovering recently added skills without re-downloading the full catalog
- Browsing available skills by category such as DevOps or AI
- Vetting an unfamiliar skill from the registry before installation
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: is there a skill for Google Sheets?
- 1Runs skill-hub-search.py with query 'spreadsheet' against the local catalog
- 2Reviews credibility scores and filters candidates above 60
- 3Runs skill-hub-vet.py on the top result to check for malicious patterns
- 4Installs the chosen skill via npx clawhub@latest install <slug>
Skill installed with a credibility score summary and a clean security vet report