← 返回
未分类 Key 中文

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. Sends queries...
you.com网页搜索、深度研究和内容提取,服务于OpenClaw。免费层级仅支持基础搜索;研究和提取功能需付费API密钥。发送查询……
crabsticksalad crabsticksalad 来源
未分类 clawhub v0.1.5 2 版本 100000 Key: 需要
★ 0
Stars
📥 503
下载
💾 0
安装
2
版本
#latest#research#search#web#youcom

概述

you.com Web Search

Free web search, deep research, and content extraction — no mandatory API key for basic search.

> ⚠️ Data transmission: This skill sends all search queries and submitted URLs to you.com (and ydc-index.io for extraction). Do not use it for internal-only URLs, secrets in query strings, private repositories, regulated data, or paywall/access-control circumvention. Confirm with the user before any paid (youcom_research / youcom_extract) call.

Tools

NeedToolCostAPI Key
---------------------------
General web searchyoucom_searchFree
Deep research with citationsyoucom_researchPaid
Extract content from URLsyoucom_extractPaid

Quick Start

Free Search (no setup)

python3 scripts/youcom_search.py "search query" --num 5

Research / Extract (requires API key)

export YOUCOM_API_KEY="your_key"
python3 scripts/youcom_research.py "topic" --depth deep
python3 scripts/youcom_extract.py https://example.com/article

Setup

Free Search

No setup required — youcom_search works immediately.

Research & Extract (Paid)

  1. Get an API key at you.com/platform/api-keys
  2. Add to ~/.openclaw/.env:

```

YOUCOM_API_KEY=your_key_here

```

  1. Restart the gateway: systemctl --user restart openclaw-gateway

youcom_search — Free Web Search

Use for all general web searches. No API key needed.

python3 scripts/youcom_search.py "query" [--num N]
OptionDescription
---------------------
querySearch term (required)
--num, -nResults to return, 1–10 (default: 5)
--out, -oWrite JSON to file instead of stdout

Output: JSON with query, count, and results[] (title, url, description, snippets).

Tips:

  • Supports search operators: site:reddit.com, filetype:pdf, time:week
  • Results include social snippets when available
  • Uses python3 urllib — no external dependencies

youcom_research — Deep Research (Paid)

Synthesized answer with citations. Requires YOUCOM_API_KEY.

python3 scripts/youcom_research.py "topic" [--depth lite|standard|deep|exhaustive]
OptionDescription
---------------------
queryResearch topic (required)
--depth, -dlite, standard (default), deep, exhaustive

⚠️ Always confirm cost with user before using paid endpoints.

youcom_extract — Content Extraction (Paid)

Extract clean text from specific URLs. Requires YOUCOM_API_KEY.

python3 scripts/youcom_extract.py <url> [<url>...] [--formats markdown html metadata] [--timeout 10]
OptionDescription
---------------------
urlsOne or more URLs (space-separated)
--formats, -fOutput formats: markdown, html, metadata (default: markdown metadata)
--timeout, -tCrawl timeout per URL in seconds 1–60 (default: 10)

Max 20 URLs per call. Batch larger lists into multiple calls.

When to Use What

NeedTool
------------
Quick lookupyoucom_search
Comprehensive analysisyoucom_research
Specific page contentyoucom_extract
Cloudflare/GitHub blocksyoucom_search — uses browser-fetched results when direct HTTP is blocked

Escalation Order

youcom_search (free) → youcom_research (paid, confirm first) → youcom_extract (paid, confirm first)

When free search is insufficient, escalate to paid research.

Troubleshooting

"YOUCOM_API_KEY environment variable is not set"

The API key is not loaded. Source your .env or restart the gateway:

source ~/.openclaw/.env
systemctl --user restart openclaw-gateway

"HTTP Error 401 / 403"

Invalid or expired API key. Check or regenerate at you.com/platform/api-keys.

"HTTP Error 429"

Rate limit hit. Wait 30 seconds and retry.

"name or service not known"

DNS failure. Check internet connection.

Python Dependencies

No third-party dependencies. Uses Python standard library only:

  • urllib.request — HTTP GET/POST
  • urllib.parse — URL encoding
  • json — JSON parsing
  • argparse — CLI argument parsing

API Endpoints Used

ToolMethodEndpoint
------------------------
youcom_searchGEThttps://api.you.com/v1/agents/search
youcom_researchPOSThttps://api.you.com/v1/research
youcom_extractPOSThttps://ydc-index.io/v1/contents

版本历史

共 2 个版本

  • v0.1.5 当前
    2026-06-04 13:18
  • v0.1.3
    2026-05-03 10:00 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 216 📥 71,272
life-service

Fitbit Tracker

crabsticksalad
个人 Fitbit(Google)集成,用于每日健康追踪,具备自适应睡眠与活动报告功能
★ 2 📥 604
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 278 📥 101,421