← 返回 Skills 市场
Youcom Search
作者
Crabsticksalad
· GitHub ↗
· v0.1.3
· MIT-0
142
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install youcom-search
功能描述
you.com web search, deep research, and content extraction for OpenClaw. Free tier for basic search; research and extract require paid API key.
安全使用建议
This package appears to implement the stated you.com search, research, and extract calls and the Python scripts look straightforward. However: (1) double-check the origin — the registry metadata claims no required env vars but the SKILL.md and scripts require YOUCOM_API_KEY for paid endpoints; that mismatch is suspicious. (2) The README/SKILL.md tell you to put your API key into ~/.openclaw/.env and restart openclaw-gateway — only do that if you trust the skill source. Prefer creating a limited API key on you.com (if possible) and monitor usage/charges. (3) Review the three Python scripts yourself or run them in an isolated environment before adding the key to your real agent config. (4) If you don't want to store the key persistently, you can export it in-session or provide it only when needed. If the skill came from an unknown/untrusted author, treat it as untrusted until you can verify the publisher and the endpoints (api.you.com and ydc-index.io) are legitimate for your account.
功能分析
Type: OpenClaw Skill
Name: youcom-search
Version: 0.1.3
The youcom-search skill bundle provides legitimate web search and research capabilities using the you.com API. The Python scripts (youcom_search.py, youcom_research.py, youcom_extract.py) use only the standard library and communicate exclusively with official you.com endpoints (api.you.com and ydc-index.io). No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
The scripts and SKILL.md implement free search, paid research, and paid content extraction as advertised; network calls go to api.you.com and ydc-index.io which matches the stated purpose. However the registry metadata claims no required environment variables while the SKILL.md (and the research/extract scripts) require YOUCOM_API_KEY for paid endpoints — an inconsistency between claimed requirements and actual needs.
Instruction Scope
SKILL.md instructs the user to add YOUCOM_API_KEY to ~/.openclaw/.env and to restart the gateway via systemctl --user restart openclaw-gateway. Those are explicit system-level actions and reference a specific config path/service that were not declared in the registry metadata. The scripts themselves only perform straightforward HTTP requests and do not read arbitrary files, but the runtime instructions do ask the user to put secrets in a particular agent config file and restart a service, which broadens scope and should be confirmed by the user.
Install Mechanism
No install spec — this is instruction+scripts only. Required binary is python3 and scripts use only Python standard library (urllib, json, argparse). Nothing is downloaded or extracted by an automated install process.
Credentials
Only one credential (YOUCOM_API_KEY) is used by the code and it's appropriate for the paid endpoints; however the registry lists no required env vars while SKILL.md marks YOUCOM_API_KEY as required and the scripts raise an error if it's missing for research/extract. The SKILL.md also directs storing the key in ~/.openclaw/.env — reasonable but sensitive. No unrelated credentials are requested, but the mismatch between registry and skill instructions is a red flag.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. The only persistence-related action in SKILL.md is instructing the user to put the key in ~/.openclaw/.env (a user-level dotfile) and restart a user service; the skill itself does not modify other skills or system-wide config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youcom-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/youcom-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
- Added support for the --formats and --timeout options to youcom_extract (choose output format and set crawl timeout).
- SKILL.md and API documentation updated to reflect new youcom_extract options and usage.
- No changes to API endpoints or free search functionality.
- Bugfixes and clarifications in CLI help and documentation.
v0.1.2
you.com web search for OpenClaw
v0.1.0
Initial v0.1.0 - you.com web search, deep research, and content extraction for OpenClaw
元数据
常见问题
Youcom Search 是什么?
you.com web search, deep research, and content extraction for OpenClaw. Free tier for basic search; research and extract require paid API key. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。
如何安装 Youcom Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youcom-search」即可一键安装,无需额外配置。
Youcom Search 是免费的吗?
是的,Youcom Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Youcom Search 支持哪些平台?
Youcom Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Youcom Search?
由 Crabsticksalad(@crabsticksalad)开发并维护,当前版本 v0.1.3。
推荐 Skills