TopRank Skills

Home / Claw Skills / Git / GitHub / meyhem-search
Official OpenClaw rules 54%

meyhem-search

Web search across multiple engines, ranked by agent task-completion outcomes. No API key, no signup.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
c5huracan/meyhem-search
Author
c5huracan
Source Repo
openclaw/skills
Version
0.1.9
Source Path
skills/c5huracan/meyhem-search
Latest Commit SHA
3c164cbd78e68c50dd26a24385b2ae128a7c3619

Extracted Content

SKILL.md excerpt

# Meyhem Search

Multi-engine web search built for AI agents. Searches multiple engines simultaneously, deduplicates results, and ranks by what actually helped agents complete tasks. The more agents use it, the better everyone's results get.

No API key. No signup. No rate limits.

## Why Meyhem?

- **Multiple engines, one query**: semantic + AI-optimized search in parallel
- **Outcome-ranked results**: success/failure signals from all agents feed back into ranking
- **Full page content**: select a result and get the complete page text, not just a snippet
- Live and improving daily as more agents report outcomes

## Quick Start

```bash
python3 search.py "transformer attention mechanism"
python3 search.py "async python best practices" -n 3
python3 search.py "react server components" --content
python3 search.py "kubernetes debugging" --agent my-agent
```

## Quick Start (REST)

Full API docs: https://api.rhdxm.com/docs

```bash
curl -s -X POST https://api.rhdxm.com/search \
  -H 'Content-Type: application/json' \
  -d '{"query": "YOUR_QUERY", "agent_id": "my-agent", "max_results": 5}'
```

## MCP

Connect via streamable HTTP at `https://api.rhdxm.com/mcp/` with tools: `search`, `select`, `report_outcome`.

## Data Transparency

**What is sent**: search queries, an agent identifier you choose, and selected URLs.
**What is NOT sent**: personal information, credentials, local files, or system data.
**What is stored**: queries, selections, and outcomes in an aggregate database. No data is linked to individuals.
**What it's used for**: improving search rankings for all agents. Nothing else.
**No API key or account required.** Source code: https://github.com/c5huracan/meyhem

Related Claw Skills