返回顶部
y

youcom-searchyoucom搜索

you.com web search, deep research, and content extraction for OpenClaw. Free tier for basic search; research and extract require paid API key.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.3
安全检测
已通过
92
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

youcom-search

you.com 网页搜索

免费网页搜索、深度研究和内容提取——基础搜索无需强制使用API密钥。

工具

需求工具费用API密钥
通用网页搜索youcomsearch免费
带引用的深度研究
youcomresearch | 付费 | ✅ | | 从URL提取内容 | youcom_extract | 付费 | ✅ |

快速开始

免费搜索(无需配置)

bash python3 scripts/youcom_search.py 搜索查询 --num 5

研究/提取(需要API密钥)

bash export YOUCOMAPIKEY=你的密钥 python3 scripts/youcom_research.py 主题 --depth deep python3 scripts/youcom_extract.py https://example.com/article

配置

免费搜索

无需配置——youcom_search 可立即使用。

研究与提取(付费)

  1. 1. 在 you.com/platform/api-keys 获取API密钥
  2. 添加到 ~/.openclaw/.env:

YOUCOMAPIKEY=你的密钥

  1. 3. 重启网关:systemctl --user restart openclaw-gateway

youcom_search — 免费网页搜索

用于所有通用网页搜索。无需API密钥。

bash
python3 scripts/youcom_search.py 查询 [--num N]

选项描述
query搜索词(必填)
--num, -n
返回结果数量,1–10(默认:5) | | --out, -o | 将JSON写入文件而非标准输出 |

输出: 包含 query、count 和 results[](标题、URL、描述、摘要)的JSON。

提示:

  • - 支持搜索运算符:site:reddit.com、filetype:pdf、time:week
  • 结果在可用时包含社交摘要
  • 使用python3 urllib——无外部依赖

youcom_research — 深度研究(付费)

带引用的综合回答。需要 YOUCOMAPIKEY。

bash
python3 scripts/youcom_research.py 主题 [--depth lite|standard|deep|exhaustive]

选项描述
query研究主题(必填)
--depth, -d
lite、standard(默认)、deep、exhaustive |

⚠️ 使用付费端点前务必与用户确认费用。

youcom_extract — 内容提取(付费)

从特定URL提取纯文本。需要 YOUCOMAPIKEY。

bash
python3 scripts/youcom_extract.py [...] [--formats markdown html metadata] [--timeout 10]

选项描述
urls一个或多个URL(空格分隔)
--formats, -f
输出格式:markdown、html、metadata(默认:markdown metadata) | | --timeout, -t | 每个URL的爬取超时时间(秒),1–60(默认:10) |

每次调用最多20个URL。 将较大列表分批多次调用。

何时使用何种工具

需求工具
快速查询youcomsearch
全面分析
youcomresearch | | 特定页面内容 | youcom_extract | | Cloudflare/GitHub屏蔽 | youcom_search——可绕过 |

升级顺序

youcomsearch(免费)→ youcomresearch(付费,先确认)→ youcom_extract(付费,先确认)

当免费搜索不足时,升级到付费研究。

故障排除

YOUCOMAPIKEY environment variable is not set

API密钥未加载。加载你的 .env 或重启网关: bash source ~/.openclaw/.env systemctl --user restart openclaw-gateway

HTTP Error 401 / 403

API密钥无效或已过期。在 you.com/platform/api-keys 检查或重新生成。

HTTP Error 429

达到速率限制。等待30秒后重试。

name or service not known

DNS故障。检查网络连接。

Python依赖

无第三方依赖。仅使用Python标准库:

  • - urllib.request — HTTP GET/POST
  • urllib.parse — URL编码
  • json — JSON解析
  • argparse — CLI参数解析

使用的API端点

工具方法端点
youcomsearchGEThttps://api.you.com/v1/agents/search
youcomresearch
POST | https://api.you.com/v1/research | | youcom_extract | POST | https://ydc-index.io/v1/contents |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 youcom-search-1775932811 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 youcom-search-1775932811 技能

通过命令行安装

skillhub install youcom-search-1775932811

下载

⬇ 下载 youcom-search v0.1.3(免费)

文件大小: 7.46 KB | 发布时间: 2026-4-12 12:02

v0.1.3 最新 2026-4-12 12:02
- 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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部