/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meyhem-researcher - After installation, invoke the skill by name or use
/meyhem-researcher - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 698 downloads so far.
How do I install Meyhem Researcher?
Run "/install meyhem-researcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Meyhem Researcher free?
Yes, Meyhem Researcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Meyhem Researcher support?
Meyhem Researcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Meyhem Researcher?
It is built and maintained by c5huracan (@c5huracan); the current version is v0.2.5.