Overview
- Skill Key
- edwardirby/youdotcom
- Author
- edwardirby
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/edwardirby/youdotcom
- Latest Commit SHA
- 3588ec5048d6724ffb7bccec5eb73a15a4448ed4
Web search, research with citations, and content extraction for bash agents using curl and You.com's REST API. - MANDATORY TRIGGERS: You.com, youdotcom, YDC, web search CLI, livecrawl, you.com API, research with citations, content extraction, fetch web page - Use when: web search needed, content extraction, URL crawling, real-time web data, research with citations
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 youdotcom-cli 技能。 若已安装,则直接安装 youdotcom-cli 技能。
# You.com Web Search, Research & Content Extraction ## Prerequisites ```bash # Verify curl and jq are available curl --version jq --version ``` ### API Key (optional for Search) The **Search** endpoint (`/v1/agents/search`) works without an API key — no signup, no billing required. An API key unlocks higher rate limits and is **required** for Research and Contents endpoints. ```bash # Optional for search, required for research/contents export YDC_API_KEY="your-api-key-here" ``` Get an API key from https://you.com/platform/api-keys to unlock higher rate limits. ## API Reference | Command | Method | URL | Auth | |---------|--------|-----|------| | Search | GET | `https://api.you.com/v1/agents/search` | Optional (free tier) | | Research | POST | `https://api.you.com/v1/research` | Required | | Contents | POST | `https://ydc-index.io/v1/contents` | Required | Auth header: `X-API-Key: $YDC_API_KEY` JSON Schemas for parameters and responses: | Endpoint | Input Schema | Output Schema | |----------|-------------|---------------| | Search | [search.input.schema.json](assets/search.input.schema.json) | [search.output.schema.json](assets/search.output.schema.json) | | Research | [research.input.schema.json](assets/research.input.schema.json) | [research.output.schema.json](assets/research.output.schema.json) | | Contents | [contents.input.schema.json](assets/contents.input.schema.json) | [contents.output.schema.json](assets/contents.output.schema.json) | ## Workflow ### 1. Verify API Key * **Search** works without an API key (free tier, no signup required) * **Research** and **Contents** require `YDC_API_KEY` * If key is needed but not set, guide user to https://you.com/platform/api-keys ### 2. Tool Selection **IF** user provides URLs → **Contents** **ELSE IF** user needs synthesized answer with citations → **Research** **ELSE IF** user needs search + full content → **Search** with `livecrawl=web` **ELSE** → **Search** ### 3. Handle Results Safely All fetched...
openstockdata
OpenClaw Skill for stock data analysis
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
callmedas69
Fetch onchain reputation profiles via BaseCred SDK (Ethos, Talent Protocol, Farcaster/Neynar). Use when the user wants to check wallet reputation, builder score, creator score, Ethos credibility, or Farcaster account quality for any 0x address. Supports multi-source unified profiles with level derivation and recency tracking.
calvinxhk
Role