Skill Finder
Description
🔍 OpenClaw skill to discover and install agent skills from ClawHub + AgentSkill.work
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🔍 skill-finder
An [OpenClaw](https://github.com/openclaw/openclaw) skill that helps your AI agent discover and install agent skills from multiple registries.
"Find me a skill for managing GitHub PRs" → searches ClawHub + AgentSkill.work → presents options → installs with one command.
Why?
The agent skill ecosystem is growing fast but fragmented. Skills live on [ClawHub](https://clawhub.com), [AgentSkill.work](https://agentskill.work), and scattered across GitHub. This skill teaches your agent to search them all from a single conversation.
Features
- Dual-source search — ClawHub (semantic vector search) + AgentSkill.work (330+ GitHub repos with enriched metadata)
- Smart install — ClawHub packages install via
clawhub install, GitHub-only repos viagit clone - Browse & explore — trending, most downloaded, by topic, by language
- Bilingual — AgentSkill.work provides Chinese descriptions for CJK users
- Inspect before install — preview skill contents, stats, and owner info
- Zero config — no API keys, no setup, works out of the box
Install
Via ClawHub (recommended)
npx clawhub install skill-finder
Via Git
cd your-workspace/skills/
git clone https://github.com/yfge/skill-finder.git
Manual
Copy `SKILL.md` into your workspace's `skills/skill-finder/` directory.
Usage
Once installed, your agent automatically activates this skill when you ask things like:
- "Find me a skill for PDF editing"
- "Is there a skill that can manage my calendar?"
- "Search for MCP-related skills"
- "What skills are trending right now?"
- "Install the weather skill"
The agent will search both registries, present results, and offer to install your pick.
Data Sources
| Source | Type | Skills | Search | URL |
|---|---|---|---|---|
| ClawHub | Official registry | Curated & versioned | Semantic (vector) | [clawhub.com](h |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11