← Back to Skills Marketplace
elrandar

Web search via Yep Search API. Own index, fast results with domain filtering and date ranges.

by Alexandre Bourquelot · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ✓ Security Clean
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yep-search
Description
Web search via Yep Search API. Own index, fast results with domain filtering and date ranges.
Usage Guidance
This skill appears to do exactly what it says: run a small Python script that queries the Yep Search API. Before installing, ensure you keep your YEP_API_KEY secret (don’t paste it into public prompts), be aware that API calls may incur charges and are rate-limited, and confirm you trust platform.yep.com. Because the skill can make outbound network requests, only provide the API key to agents you trust. If you need stronger isolation, run the script manually in a controlled environment rather than granting it to an autonomous agent.
Capability Analysis
Type: OpenClaw Skill Name: yep-search Version: 0.0.1 The skill is a straightforward implementation of a web search client for the Yep Search API. The Python script `scripts/search.py` uses only the standard library, correctly handles API authentication via environment variables, and restricts network communication to the official endpoint (platform.yep.com). No evidence of data exfiltration, command injection, or malicious instructions was found.
Capability Assessment
Purpose & Capability
Name/description, required binary (python3), required env var (YEP_API_KEY), and included script all align with providing Yep Search queries. Nothing requested is unrelated to web search.
Instruction Scope
SKILL.md instructs running the included scripts/search.py with arguments; the script only builds a JSON body and POSTs to https://platform.yep.com/api/search. It does not read other files, system secrets, or contact unexpected endpoints.
Install Mechanism
No install spec — instruction-only usage with a bundled Python script. No downloads, package installs, or archive extraction; risk from install mechanism is minimal.
Credentials
Only YEP_API_KEY is required and declared as the primary credential. The script only reads that env var; there are no other credential or config path requests.
Persistence & Privilege
always is false (no forced persistence). The skill does not modify other skills or system settings; it runs as a simple CLI tool and does not request elevated presence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yep-search
  3. After installation, invoke the skill by name or use /yep-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
- Initial release of yep-search: web search using the Yep Search API with an independent index. - Supports search result filtering by domain, date ranges, safe search, and language. - Allows fetching content highlights for results. - Command-line interface with multiple options for customizing queries and results. - No external dependencies; requires only Python 3.8+ and an API key.
Metadata
Slug yep-search
Version 0.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Web search via Yep Search API. Own index, fast results with domain filtering and date ranges.?

Web search via Yep Search API. Own index, fast results with domain filtering and date ranges. It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install Web search via Yep Search API. Own index, fast results with domain filtering and date ranges.?

Run "/install yep-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Web search via Yep Search API. Own index, fast results with domain filtering and date ranges. free?

Yes, Web search via Yep Search API. Own index, fast results with domain filtering and date ranges. is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Web search via Yep Search API. Own index, fast results with domain filtering and date ranges. support?

Web search via Yep Search API. Own index, fast results with domain filtering and date ranges. is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Web search via Yep Search API. Own index, fast results with domain filtering and date ranges.?

It is built and maintained by Alexandre Bourquelot (@elrandar); the current version is v0.0.1.

💬 Comments