A powerful discovery and security vetting engine designed to help developers navigate and install over 10,000 available skills on ClawHub.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-hunter
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install skill-hunter using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Skill Hunter is a specialized utility built to solve the discovery and trust challenges within the vast ecosystem of Openclaw Skills. As the number of available tools grows, developers need a reliable way to find the right functionality without manually scouring repositories. Skill Hunter provides a semantic search interface that interprets natural language descriptions to find the most relevant tools for your specific workflow.
Beyond simple discovery, this tool prioritizes security and transparency. It allows users to remotely inspect metadata, read documentation, and verify the security profile of any skill before it touches their local environment. By leveraging ClawHub's public API, Skill Hunter ensures that every addition to your AI agent toolkit is vetted, safe, and perfectly suited to your technical requirements.
Skill Hunter requires no local credentials or complex environment variables, as it interacts with public endpoints. Ensure you have curl and jq installed to interact with the API results.
# Example: Search for security-focused code review skills
curl -s "https://clawhub.ai/api/v1/search?q=code+review+security" | jq
# Example: Browse trending Openclaw Skills
curl -s "https://clawhub.ai/api/v1/skills?sort=trending&limit=10"
The skill processes and displays structured data from the ClawHub API. The primary data points include:
| Field | Description |
|---|---|
| slug | The unique identifier for the skill in the registry |
| displayName | The formatted name used for UI display |
| summary | A concise description of the skill's purpose |
| score | The semantic relevance score based on your search query |
| securityProfile | Data regarding external calls and package dependencies |
Loading
Cheat Code expands your AI agent's capabilities by providing real-time synthesis and data from outside its static training set.

A comprehensive framework for building, importing, and registering modular capabilities to enhance AI agent performance and domain expertise.

An automated utility to personalize AI agent personas and instructions by merging custom user requirements into existing agent configurations.

An automated downloader that extracts high-resolution images and videos from Instagram posts using the Cobalt API.

A lightweight memory management skill that periodically reloads agent identity and distills logs into actionable long-term context.

A voice-first interface for OpenClaw that enables real-time spoken conversations using wake words, streaming LLM responses, and VOICEVOX text-to-speech.








































