/install gh-agentfinder
AgentFinder
Find the right skill across multiple registries in one call.
Start the server
uvicorn agentfinder.app:app --port 8016
Search across all registries
curl -s -X POST http://localhost:8016/v1/search \
-H "Content-Type: application/json" \
-d '{"query": "security scanning"}' | jq
Returns results sorted by relevance, from ClawHub, SkillsMP, LobeHub, and more.
Compare results by registry
curl -s http://localhost:8016/v1/search/security/compare | jq
Get recommendations for a problem
curl -s -X POST http://localhost:8016/v1/recommend \
-H "Content-Type: application/json" \
-d '{"problem": "I need to validate data before passing it to another agent"}' | jq
Filter by registry
curl -s -X POST http://localhost:8016/v1/search \
-H "Content-Type: application/json" \
-d '{"query": "code review", "registries": ["clawhub"], "max_results": 5}' | jq
List available registries
curl -s http://localhost:8016/v1/registries | jq
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /v1/search | Search across registries |
| GET | /v1/search/{query}/compare | Compare by registry |
| POST | /v1/recommend | Recommend skills for a problem |
| GET | /v1/registries | List available registries |
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gh-agentfinder - After installation, invoke the skill by name or use
/gh-agentfinder - Provide required inputs per the skill's parameter spec and get structured output
What is Agentfinder?
Kayak for agents — search across ClawHub, SkillsMP, LobeHub, and more to find the right skill for your task. Compare results across registries, get recommend... It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.
How do I install Agentfinder?
Run "/install gh-agentfinder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agentfinder free?
Yes, Agentfinder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agentfinder support?
Agentfinder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agentfinder?
It is built and maintained by mirni (@mirni); the current version is v1.0.0.