🔍 Web search via Yep Search API — 极速网页搜索

v0.0.1

调用 Yep Search API,基于自有索引实现毫秒级网页检索,支持按域名与日期区间精准过滤,返回结构化结果,方便后续数据抽取与分析。

0· 120·0 当前·0 累计
elrandar 头像by @elrandar (Alexandre Bourquelot)
下载技能包
最后更新
2026/3/21
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is internally consistent: a small Python CLI that calls the Yep Search API and only requires the YEP_API_KEY and python3 as declared.
评估建议
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 th...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
No install spec — instruction-only usage with a bundled Python script. No downloads, package installs, or archive extraction; risk from install mechanism is minimal.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv0.0.12026/3/21

- 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.

无害

安装命令

点击复制
官方npx clawhub@latest install yep-search
镜像加速npx clawhub@latest install yep-search --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库