LaunchKit · 2026
Back to Skills

skill-hub

OpenClaw skill discovery, security vetting & install.

0
996 downloads
by @phenixstar

Setup & Installation

openclaw skills install @phenixstar/skill-hub

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install skill-hub

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.

INPUT

User asks: is there a skill for Google Sheets?

AGENT
  1. 1Runs skill-hub-search.py with query 'spreadsheet' against the local catalog
  2. 2Reviews credibility scores and filters candidates above 60
  3. 3Runs skill-hub-vet.py on the top result to check for malicious patterns
  4. 4Installs the chosen skill via npx clawhub@latest install <slug>
OUTPUT

Skill installed with a credibility score summary and a clean security vet report