← 返回
开发者工具 中文

Meyhem Search

Web search with LLM-ranked results and freshness control. Queries api.rhdxm.com across multiple engines. No API key.
支持大模型排序与时效控制的网络搜索,跨多引擎查询 api.rhdxm.com,无需API密钥。
c5huracan c5huracan 来源
开发者工具 clawhub v0.2.5 3 版本 99912.1 Key: 无需
★ 0
Stars
📥 1,137
下载
💾 13
安装
3
版本
#latest

概述

Meyhem Search

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

No API key. No signup. No rate limits.

Why Meyhem?

  • LLM-ranked results: every result scored for relevance by an LLM prior
  • Freshness control: request real-time, hourly, daily, or weekly freshness
  • 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
python3 search.py "AI news today" --freshness realtime
python3 search.py "rust web frameworks 2026" --freshness week

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, "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

版本历史

共 3 个版本

  • v0.2.5 当前
    2026-03-29 03:13 安全 安全
  • v0.2.4
    2026-03-26 21:29
  • v0.2.0
    2026-03-11 11:31

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 59 📥 154,154
ai-agent

Mcp Finder

c5huracan
为您的任务寻找合适的MCP服务器。索引超6700个MCP服务器,按社区信任度排名。无需API密钥。
★ 0 📥 1,098
knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 439 📥 104,344