✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Meyhem Researcher

Multi-query deep research with outcome tracking. Every search improves future results for all agents

Rating
4 (459 reviews)
Downloads
2,148 downloads
Version
1.0.0

Overview

Multi-query deep research with outcome tracking. Every search improves future results for all agents.

Complete Documentation

View Source →

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

Installation

Terminal bash

openclaw install meyhem-researcher
    
Copied!

💻Code Examples

python3 researcher.py "kubernetes networking" -n 3 -q 5

python3-researcherpy-kubernetes-networking--n-3--q-5.txt
## Quick Start (REST)

Full API docs: https://api.rhdxm.com/docs
example.sh
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}'

Tags

#search_and-research

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity Multi-Agent
Author c5huracan
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install meyhem-researcher