skill-hunterFind, evaluate, and install ClawHub skills. Semantic search across 10,000+ skills, security vetting before install, side-by-side comparison. The skill that m...
Install via ClawdBot CLI:
clawdbot install kenoodl-synthesis/skill-hunter10,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.
Hunt — You know what you need. Describe it in plain English. Skill Hunter searches ClawHub's semantic index and returns ranked matches.
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.
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.
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.
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.
Generated Mar 1, 2026
A software development team needs to enhance their workflow with new AI-powered tools for code review and security analysis. They use Skill Hunter's Hunt mode to semantically search ClawHub for skills matching 'automated code review' and 'security scanning', then Vet mode to evaluate safety and compatibility before installation, ensuring secure integration into their CI/CD pipeline.
A data scientist at a research institution wants to explore trending AI skills for data visualization and machine learning. They use Scout mode to browse the most-downloaded skills on ClawHub, identifying popular tools for data analysis, and then Vet mode to check documentation and security profiles before testing in their isolated environment.
An IT security team needs to deploy new utility skills for system monitoring and threat detection across their organization. They use Hunt mode to search for skills related to 'system logs' and 'security audits', then rigorously apply Vet mode to review SKILL.md files and security profiles, ensuring no external dependencies or credentials are required to maintain compliance.
An educational technology company is building a curriculum that includes AI agent skills for students. They use Scout mode to discover the newest and trending skills on ClawHub, then Vet mode to evaluate each skill's safety and documentation, selecting beginner-friendly tools for classroom use without risking student data exposure.
Offer basic search and discovery features for free to attract users, with premium tiers providing advanced semantic search, detailed security reports, and priority API access. Revenue is generated through subscription fees from enterprises needing high-volume or customized skill evaluations.
Sell licenses to large organizations for integrating Skill Hunter into their internal development platforms, with added features like custom skill repositories, compliance auditing, and dedicated support. Revenue comes from one-time license fees or annual contracts tailored to company size and usage.
Partner with ClawHub to earn commissions on skill installations or purchases facilitated through Skill Hunter. By recommending and vetting skills, drive traffic to the marketplace, with revenue generated from a percentage of sales or installation fees for promoted skills.
💬 Integration Tip
Integrate Skill Hunter into existing development tools via its API endpoints; start with Scout mode to explore skills without commitment, then use Vet mode to ensure security before any installations.
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...