TopRank Skills

Home / Claw Skills / Git / GitHub / meyhem-capabilities
Official OpenClaw rules 36%

meyhem-capabilities

Find the best tool for your task across 20,000+ MCP servers and OpenClaw skills. Ranked by community trust. No API key.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 meyhem-capabilities 技能。 若已安装,则直接安装 meyhem-capabilities 技能。

Overview

Skill Key
c5huracan/meyhem-capabilities
Author
c5huracan
Source Repo
openclaw/skills
Version
0.1.2
Source Path
skills/c5huracan/meyhem-capabilities
Latest Commit SHA
627eb4dbf0c66a4f48fb9499187ad510055d56e1

Extracted Content

SKILL.md excerpt

# Meyhem Capabilities

Find the best tool for any task across MCP servers and OpenClaw skills. 20,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?

- **20,000+ capabilities indexed**: 15,000+ OpenClaw skills + 4,600+ 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

```bash
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

```bash
curl -X POST https://api.rhdxm.com/find-capability \
  -H 'Content-Type: application/json' \
  -d '{"task": "kubernetes monitoring", "max_results": 5}'
```

Filter by ecosystem:

```bash
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

Related Claw Skills