/install meyhem-researcher
Meyhem Deep Researcher
Multi-query research tool. Breaks a topic into focused queries, searches via api.rhdxm.com with LLM-ranked results, and previews top results.
No API key. No signup. No rate limits.
Why Meyhem Researcher?
- LLM-ranked results: every result scored for relevance by an LLM prior
- Freshness control: request real-time, hourly, daily, or weekly freshness
- Multi-query workflow: break a topic into multiple queries, search, preview top results
Quick Start
python3 researcher.py "transformer attention mechanism"
python3 researcher.py "kubernetes networking" -n 3 -q 5
python3 researcher.py "AI regulation 2026" --freshness realtime
python3 researcher.py "climate policy updates" --freshness hour --agent my-researcher
Quick Start (REST)
Full API docs: https://api.rhdxm.com/docs
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, "freshness": "hour"}'
Freshness options: realtime (never cached), hour, day, week, or omit for default (1hr cache).
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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meyhem-researcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/meyhem-researcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 698 次。
如何安装 Meyhem Researcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meyhem-researcher」即可一键安装,无需额外配置。
Meyhem Researcher 是免费的吗?
是的,Meyhem Researcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Meyhem Researcher 支持哪些平台?
Meyhem Researcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meyhem Researcher?
由 c5huracan(@c5huracan)开发并维护,当前版本 v0.2.5。