meyhem-capabilities
Find the best tool for your task across 22,000+ MCP servers and OpenClaw skills. Ranked by community trust. No API key.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/c5huracan/meyhem-capabilitiesMeyhem Capabilities
Find the best tool for any task across MCP servers and OpenClaw skills. 22,000+ capabilities indexed, ranked by community trust (GitHub stars) and relevance. Describe what you need in plain language, get the best tool for the job.
No API key. No signup. No rate limits.
Why Meyhem Capabilities?
- 22,000+ capabilities indexed: 15,000+ OpenClaw skills + 6,700+ MCP servers
- Natural language search: describe your task, get relevant results
- Ranked by trust: GitHub stars + text relevance combined
- Filter by ecosystem: search all, or just MCP or OpenClaw
- Zero dependencies: stdlib Python only
Quick Start
python3 capabilities.py "I need to query a Postgres database"
python3 capabilities.py "browser automation" -n 3
python3 capabilities.py "kubernetes monitoring" --ecosystem mcp
python3 capabilities.py "manage emails" --ecosystem openclaw
REST API
curl -X POST https://api.rhdxm.com/find-capability \
-H 'Content-Type: application/json' \
-d '{"task": "kubernetes monitoring", "max_results": 5}'
Filter by ecosystem:
curl -X POST https://api.rhdxm.com/find-capability?ecosystem=mcp \
-H 'Content-Type: application/json' \
-d '{"task": "kubernetes monitoring", "max_results": 5}'
Full API docs: https://api.rhdxm.com/docs
MCP
Connect via streamable HTTP at https://api.rhdxm.com/mcp/ with tool: find_capability.
Data Transparency
This skill sends your search query to api.rhdxm.com. The skill does not access local files, environment variables, or credentials on its own, but anything you include in the query will be transmitted. Avoid sending sensitive or proprietary content.
Source code: https://github.com/c5huracan/meyhem
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-c5huracan-meyhem-capabilities": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
meyhem-researcher
Multi-query research tool with LLM-ranked results and freshness control. Breaks a topic into focused queries, previews top results. No API key.
meyhem-search
Web search with LLM-ranked results and freshness control. Queries api.rhdxm.com across multiple engines. No API key.
mcp-finder
Find the right MCP server for your task. 6,700+ MCP servers indexed and ranked by community trust. No API key. For MCP + OpenClaw combined, see meyhem-capabilities.