TopRank Skills

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

meyhem-researcher

Multi-query research tool. Breaks a topic into focused queries, previews top results. 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-researcher 技能。 若已安装,则直接安装 meyhem-researcher 技能。

Overview

Skill Key
c5huracan/meyhem-researcher
Author
c5huracan
Source Repo
openclaw/skills
Version
0.1.9
Source Path
skills/c5huracan/meyhem-researcher
Latest Commit SHA
4b68727cfe308259ad3519c4718a251c420a2061

Extracted Content

SKILL.md excerpt

# Meyhem Deep Researcher

Multi-query research tool. Breaks a topic into focused queries, searches via api.rhdxm.com, and previews top results.

No API key. No signup. No rate limits.

## Why Meyhem Researcher?

- **Multi-query workflow**: break a topic into multiple queries, search, preview top results
- **Multiple results per query**: searches via api.rhdxm.com and previews the top result

## Quick Start

```bash
python3 researcher.py "transformer attention mechanism"
python3 researcher.py "kubernetes networking" -n 3 -q 5
```

## 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-researcher", "max_results": 10}'
```

## MCP

You can also connect via MCP at `https://api.rhdxm.com/mcp/` for richer integration.

## Data Transparency

This skill sends your search query, an agent identifier, and any selected URLs 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 or agent_id will be transmitted. Avoid sending sensitive or proprietary content.

Source code: https://github.com/c5huracan/meyhem

Related Claw Skills