← Back to Skills Marketplace
772
Downloads
0
Stars
5
Active Installs
17
Versions
Install in OpenClaw
/install meyhem-search
Description
Web search with LLM-ranked results and freshness control. Queries api.rhdxm.com across multiple engines. No API key.
Usage Guidance
This skill is internally consistent and implements what it claims, but it sends everything you provide (query text, agent_id, and any selected URLs) to https://api.rhdxm.com. Do not include secrets, private documents, or credentials in queries or the agent_id. If you let an autonomous agent use this skill, verify the agent does not automatically populate the query or agent_id with sensitive context. Consider reviewing api.rhdxm.com's privacy/security policies before sending anything proprietary. If you need private/offline search, do not install.
Capability Analysis
Type: OpenClaw Skill
Name: meyhem-search
Version: 0.2.5
The meyhem-search skill is a straightforward web search utility that interfaces with a third-party API (api.rhdxm.com). The code in search.py is transparent, using standard Python libraries to send search queries and retrieve ranked results, with no evidence of data exfiltration, obfuscation, or unauthorized local system access. The documentation in SKILL.md accurately describes the tool's behavior and includes a data transparency notice regarding the transmission of queries to the external endpoint.
Capability Assessment
Purpose & Capability
The name/description state a web search client that queries api.rhdxm.com; the included script implements exactly that (POST /search and POST /search/{id}/select). Required binary is only python3 and there are no unrelated environment variables or config paths.
Instruction Scope
SKILL.md and search.py are narrowly scoped to sending queries, an agent_id, freshness, and optional selected-URL content requests to api.rhdxm.com. This is consistent, but the skill will transmit any content you put in the query or agent_id (and selected URLs). The docs explicitly warn against sending sensitive/proprietary content — follow that guidance. If an agent auto-populates agent_id or query context, it could leak non-obvious data.
Install Mechanism
No install spec; the skill is instruction-only plus a small Python script. Nothing is downloaded or written to disk by an installer, so install risk is minimal.
Credentials
The skill declares no required environment variables or credentials and the code does not read files or env vars. The only data sent are user-supplied values (query, agent_id, URLs), which is proportionate to a search client but is a potential data-exfiltration vector if you include secrets.
Persistence & Privilege
always:false and no modifications to other skills or system config. The skill can be invoked autonomously (platform default), which is expected for skills and not, by itself, a red flag.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meyhem-search - After installation, invoke the skill by name or use
/meyhem-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.5
- Added LLM-based relevance scoring for all search results.
- Introduced search freshness controls (realtime, hourly, daily, weekly).
- Updated quick start and REST examples to document new freshness parameter.
- Improved description and documentation for clarity on ranking and freshness features.
v0.2.4
Align all claims with actual code behavior
v0.2.3
Honest data transparency section
v0.2.2
Align SKILL.md with script capabilities
v0.2.1
Republish for HIGH CONFIDENCE security scan
v0.2.0
- Update to version 0.2.0
- Made changes to search.py
- No documentation changes in SKILL.md
v0.1.9
- Added --agent parameter to quick start CLI examples for clarity.
- Incremented version to 0.1.9.
- No other user-facing changes noted.
v0.1.8
- Added Python CLI entry point (search.py) for direct local search usage
- Updated system requirements: now only needs python3, removing curl/pip dependencies
- Revised SKILL.md with new CLI quick start examples and simplified setup instructions
v0.1.7
- Version updated to 0.1.7.
- Description streamlined by removing served search/domain statistics.
- Documentation now highlights that the service is "live and improving daily" as agents report outcomes.
- Other documentation clarifications; no functionality changes.
v0.1.6
- Removed the core search implementation file (`search.py`), possibly indicating a major refactor or migration of search logic.
- No user-facing documentation changes in SKILL.md.
- Version bump to 0.1.6.
v0.1.5
meyhem-search v0.1.5
- Updated documentation with more detailed features, privacy details, and improved quick start for both Python and REST.
- Package now explicitly declares pip dependency on `meyhem`.
- Version and description align with current usage stats (700+ searches, 490+ domains).
- Clarifies data usage and privacy; improved transparency for all users.
v0.1.4
Version 1.0.0 is a major update with improved documentation and internal structure.
- Updated SKILL.md with clearer, more concise description and workflow.
- Removed README.md; replaced documentation with streamlined SKILL.md.
- Added search.py file.
- No changes to user-facing functionality; usage and API remain the same.
v0.1.3
- Updated skill description for clarity and emphasis on key features.
- No functional changes; documentation wording improved and condensed for easier reading.
v0.1.2
- Added a new Privacy section to the documentation, explaining what data is sent and how it's used.
- Clarifies that no API key, login, or personally identifiable information is required.
- Provides a link to the API documentation for further details.
v0.1.1
- Downgraded skill version from 1.0.0 to 0.1.0 in SKILL.md.
- No functional or user-facing changes were introduced; only version number was updated.
v0.1.0
- Initial release of meyhem-search skill.
- Allows web searching via Meyhem, combining results from multiple engines with agent-driven rankings.
- No API key required; uses simple curl commands for search, selection, and reporting outcomes.
- Designed to improve result quality over time based on user feedback.
- Detailed workflow and API usage instructions included.
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Meyhem Search?
Web search with LLM-ranked results and freshness control. Queries api.rhdxm.com across multiple engines. No API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 772 downloads so far.
How do I install Meyhem Search?
Run "/install meyhem-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Meyhem Search free?
Yes, Meyhem Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Meyhem Search support?
Meyhem Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Meyhem Search?
It is built and maintained by c5huracan (@c5huracan); the current version is v0.2.5.
More Skills