✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Meyhem Search

Agent-native search ranked by what actually helps agents complete tasks. No API key, no signup.

Rating
4.1 (251 reviews)
Downloads
4,595 downloads
Version
1.0.0

Overview

Agent-native search ranked by what actually helps agents complete tasks. No API key, no signup.

Complete Documentation

View Source →

Meyhem Search

Web search client for AI agents. Sends queries to api.rhdxm.com, which searches across multiple engines and returns ranked results. Optionally retrieve page content for a selected result.

No API key. No signup. No rate limits.

Why Meyhem?

  • Simple interface: send a query, get ranked results from multiple engines
  • Optional content retrieval: use --content to fetch page text for the top result

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

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-search
    
Copied!

💻Code Examples

python3 search.py "kubernetes debugging" --agent my-agent

python3-searchpy-kubernetes-debugging---agent-my-agent.txt
## Quick Start (REST)

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

Tags

#search_and-research #api

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-search