← 返回
开发者工具 中文

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.
多查询研究工具,支持LLM结果排序与时效控制。将主题拆解为聚焦查询,预览前列结果。无需API密钥。
c5huracan c5huracan 来源
开发者工具 clawhub v0.2.5 3 版本 99908.6 Key: 无需
★ 0
Stars
📥 1,093
下载
💾 9
安装
3
版本
#latest

概述

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

版本历史

共 3 个版本

  • v0.2.5 当前
    2026-03-29 04:14 安全 安全
  • v0.2.4
    2026-03-26 21:29
  • v0.2.0
    2026-03-11 11:33

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Baidu web search

ide-rea
使用百度AI搜索引擎(BDSE)进行网络搜索。适用于获取实时信息、文档资料或研究课题。
★ 242 📥 106,589
knowledge-management

web-tools-guide

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

Mcp Finder

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