name: meyhem-search description: Web search with LLM-ranked results and freshness control. Queries api.rhdxm.com across multiple engines. No API key. version: 0.2.5 author: c5huracan homepage: https://github.com/c5huracan/meyhem metadata: openclaw: requires: bins: - python3
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.
7w4.net提供免费和付费技能下载。
--content to fetch page text for the top resultpython3 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
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).
You can also connect via MCP at https://api.rhdxm.com/mcp/ for richer integration.
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
质量中等偏上。文档清晰完整,搜索功能实用且无需注册或付费是亮点。但作为独立工具抗风险能力较弱,建议先小规模试用观察稳定性。整体适合需要快速获取网络信息的场景使用。