← Back to Skills Marketplace
edwardirby

You.com Web Search & Research API

by Edward Irby · GitHub ↗ · v3.0.1 · MIT-0
cross-platform ✓ Security Clean
1418
Downloads
0
Stars
2
Active Installs
11
Versions
Install in OpenClaw
/install youdotcom-api
Description
Integrate You.com APIs (Research, Search, Contents) into any language using direct HTTP calls — no SDK required. - MANDATORY TRIGGERS: YDC API, You.com API i...
Usage Guidance
This skill appears to do exactly what it says: provide instructions and JSON schemas for calling You.com Research, Search, and Contents APIs using an API key. Before installing, ensure you: 1) are willing to provide a You.com API key (YDC_API_KEY) to the agent when using the skill; 2) verify the API endpoints and usage against official You.com docs if you need strict provenance; 3) note the SKILL.md allows tools that can run package installers — the skill itself doesn't require them, but be cautious if the agent proposes to run installs. If you want extra caution, supply the API key only in a scoped/limited account and avoid giving platform-wide secrets.
Capability Analysis
Type: OpenClaw Skill Name: youdotcom-api Version: 3.0.1 The skill bundle provides legitimate documentation and code examples for integrating You.com APIs (Research, Search, and Contents). It uses standard HTTP clients (fetch, requests) to interact with official domains (api.you.com, ydc-index.io) and correctly handles authentication via the YDC_API_KEY environment variable. No evidence of data exfiltration, malicious execution, or prompt injection was found; the skill even includes a security section advising users to treat API responses as untrusted data.
Capability Assessment
Purpose & Capability
Name/description (You.com Research/Search/Contents HTTP integration) match the provided artifacts: endpoint URLs, JSON schemas, and examples. The declared primary credential (YDC_API_KEY) is appropriate for an API client. No unrelated cloud credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md only instructs the agent how to call You.com endpoints (X-API-Key header, request bodies, endpoints) and includes JSON schemas. It does not ask the agent to read arbitrary local files, other environment variables, or to transmit data to endpoints unrelated to You.com. (Note: allowed-tools lists package-install-capable Bash actions, but the instructions themselves do not require reading secrets or system files.)
Install Mechanism
No install spec and no code files (instruction-only), so nothing is written to disk or downloaded by the skill itself. This is the lowest-risk install profile.
Credentials
The skill declares a primary credential (YDC_API_KEY), which is expected and proportionate. Registry metadata shows "Required env vars: none" while primary credential is YDC_API_KEY — this is a minor metadata inconsistency but not a functional concern. There are no other secret env vars requested.
Persistence & Privilege
always:false (default) and disable-model-invocation:false (normal). The skill does not request permanent/always-on inclusion or access to other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install youdotcom-api
  3. After installation, invoke the skill by name or use /youdotcom-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.1
**Breaking change:** Skill renamed and repositioned for direct HTTP API integration in any language. - Renamed from "youdotcom-cli" to "youdotcom-api" to reflect broad, language-agnostic API access. - Description and documentation now target developers integrating You.com APIs via direct HTTP (no Bash-specific examples). - Compatibility expanded to all languages with HTTP client support; CLI tool requirements (curl, jq) removed. - Allowed tools now enable install commands for any developer environment (Read/Write/Edit/Bash with pip/npm/bun). - Improved API reference, use-case guidance, and developer onboarding instructions. - No code changes detected in this update.
v3.0.0
3.0.0 is a major update: now uses curl and You.com's public REST API directly. - Added support for three endpoints: Search (no API key needed), Research (with citations), and Contents (content extraction). - Reworked examples for direct curl + jq usage; removed CLI dependency. - Provided JSON schemas for all request/response types. - Search endpoint works on free tier; API key only required for Research and Contents. - Enhanced workflow, clearer tool-selection logic, and stronger prompt-injection safety guidance.
v2.0.7
youdoctom-cli 2.0.7 changelog: - Emphasized strict safety: all full page content (from `livecrawl` or `contents`) must be wrapped in `<external-content>...</external-content>` variables before passing to reasoning. - Added clear examples of secure Bash usage, including safe variable assignment and output wrapping. - Updated quick start and examples to warn against passing untrusted content directly. - Strengthened security section with explicit boundary marker requirements and direct ignore-instructions advice. - Improved documentation clarity around handling and filtering external data for agent safety.
v2.0.6
- Added security section with prompt injection defense guidelines. - Emphasized that all fetched content is untrusted external data; instruct users to summarize and not act on web instructions. - Clarified jq usage to extract only specific fields from results for safe processing. - Included package verification steps in installation instructions. - Revised allowed-tools scope to limit execution to @youdotcom-oss/api only.
v2.0.5
- Added license, compatibility, allowed-tools, and metadata fields to SKILL.md. - Declared required environment: Bun 1.3+ or Node.js 18+ with internet access. - Listed compatible bash tools and package keywords in metadata. - No changes to usage instructions, commands, or workflow.
v2.0.4
- metadata section and internal configuration removed from skill manifest - No user-facing functionality changes - Documentation, usage, and example content unchanged - Version bump to 2.0.4, but no workflow or API changes
v2.0.3
youdoctom 2.0.3 — No file changes detected - No modifications found since previous release (2.0.2). - No impact to workflows, installation, or CLI usage. - Documentation, triggers, and feature coverage unchanged.
v2.0.2
- Metadata section updated in SKILL.md for better machine-readability and install instructions. - Enhanced metadata now includes a repository link and explicit environment variable/binary requirements. - Added primary environment variable indicator and new install methods for Bun and Node.js in the metadata. - No code or workflow logic changes; all usage examples and documentation remain unchanged.
v2.0.1
**This update improves environment and security guidance for You.com CLI integration.** - Added explicit version and integrity pinning for the `@youdotcom-oss/api` package, including installation methods and update guidance. - Documented supported runtimes and binaries with minimum versions and verification commands. - Included detailed package security checks and provenance verification steps. - Enhanced upgrade workflow: clarified patch vs. minor update procedures and when to review changelogs. - Clarified installation, local vs global usage, and rationale for version constraints to ensure reliability.
v2.0.0
Major update: Streamlined documentation, improved error handling, and enhanced reproducibility. - Simplified and clarified all usage instructions with updated, shorter CLI examples. - Improved environment variable management and added explicit credential setup steps (YDC_API_KEY, YDC_CLIENT). - Detailed error handling section with specific exit codes and patterns for parsing responses. - Integrated official links for package source, npm, and homepage in metadata. - Emphasized simultaneous search+content (livecrawl) as core advantage. - Removed deprecated deep-search features, focusing on search and content extraction.
v1.2.0
**Summary:** Major documentation update for the youdotcom-cli tool, focusing on agent integration and streamlined usage. - Full rewrite of SKILL.md with comprehensive setup, agent workflow, and CLI instructions. - Emphasizes schema-driven JSON API for seamless integration with bash-based AI agents. - Details key features: livecrawl (search + extraction in one call), research-grade citations, and express vs deep research modes. - Provides usage patterns, troubleshooting, and environment requirements (Node.js 18+/Bun). - Outlines advanced command examples, schema discovery, and command-line parsing tips. - Clarifies tool selection based on user intent and feature set.
Metadata
Slug youdotcom-api
Version 3.0.1
License MIT-0
All-time Installs 3
Active Installs 2
Total Versions 11
Frequently Asked Questions

What is You.com Web Search & Research API?

Integrate You.com APIs (Research, Search, Contents) into any language using direct HTTP calls — no SDK required. - MANDATORY TRIGGERS: YDC API, You.com API i... It is an AI Agent Skill for Claude Code / OpenClaw, with 1418 downloads so far.

How do I install You.com Web Search & Research API?

Run "/install youdotcom-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is You.com Web Search & Research API free?

Yes, You.com Web Search & Research API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does You.com Web Search & Research API support?

You.com Web Search & Research API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created You.com Web Search & Research API?

It is built and maintained by Edward Irby (@edwardirby); the current version is v3.0.1.

💬 Comments