meyhem-search

Web search client that queries api.rhdxm.com and returns ranked results. Optionally retrieve page content. No API key.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

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

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

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Edu Video Generator

Generate educational videos programmatically using Remotion + React + Layout Components. Use when creating tutorial videos, explainer content, demo videos. F...

Registry SourceRecently Updated
Coding

DingTalk Channel Install

安装和配置 OpenClaw 钉钉通道。使用当用户需要:(1) 安装 @soimy/dingtalk 插件,(2) 配置钉钉通道(Client ID/Secret 等),(3) 设置钉钉机器人连接。提供一键安装脚本和完整配置流程。

Registry SourceRecently Updated
Coding038
k55k32
Coding

code-generator

Multi-language code generator. Generate functions, classes, API endpoints, CRUD operations, test code, refactoring suggestions, language conversion guides, a...

Registry SourceRecently Updated
Coding00
xueyetianya