✓ Verified 💻 Development ✓ Enhanced Data

Skill Hunter

Find, evaluate, and install ClawHub skills.

Rating
5 (123 reviews)
Downloads
918 downloads
Version
1.0.0

Overview

Find, evaluate, and install ClawHub skills.

Complete Documentation

View Source →

Skill Hunter

10,000+ skills on ClawHub. No good way to find the right one, vet it, or know if it's safe to install. Skill Hunter fixes that.

Three modes

Hunt — You know what you need. Describe it in plain English. Skill Hunter searches ClawHub's semantic index and returns ranked matches.

text
curl -s "https://clawhub.ai/api/v1/search?q=code+review+security" | jq '.[] | {slug, displayName, summary, score}'

Scout — You're exploring. Browse trending, newest, or most-downloaded skills across the platform.

text
curl -s "https://clawhub.ai/api/v1/skills?sort=trending&limit=10" | jq '.items[] | {slug, displayName, summary}'

Vet — You found a skill. Before installing, read its SKILL.md remotely, check its security profile, and understand what it will do on your machine.

text
curl -s "https://clawhub.ai/api/v1/skills/kenoodl-synthesis/kenoodl-synthesis/file?path=SKILL.md"

Full workflow, API reference, and security evaluation framework in instructions.md.

Security profile

No credentials required. No env vars. No external packages. All API calls go to clawhub.ai — the platform's own public endpoints. Nothing leaves your environment except search queries to ClawHub.

Installation

Terminal bash

openclaw install skill-hunter
    
Copied!

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author kenoodl-synthesis
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install skill-hunter