feat: add optional you.com search integration - #558
Conversation
Adds youdotcom-oss/agent-skills to ASM's skill index, making You.com's web search, research, and discovery skills available across all 19 supported agent platforms (Claude Code, Codex, Cursor, Windsurf, etc). Skills included: - you-web: Current web search, URL extraction, cited synthesis - you-research: Deep research routing and Research API scripts - you-finance: Finance research and market data - you-discover: Integration discovery and resource mapping - you-free: Keyless basic web search Users can now discover and install You.com skills via: - asm search "you.com" or "web search" - asm install you-web -p claude --yes - asm install github:youdotcom-oss/agent-skills --all Changes: - Add youdotcom-oss/agent-skills to data/skill-index-resources.json - Update README skill collections table - Add installation example for You.com skills Follows ASM's established patterns for skill repository integration.
The index-integrity test requires every enabled repo in data/skill-index-resources.json to have a matching bundled index file. Adds the generated index (8 skills) for youdotcom-oss/agent-skills so unit-tests pass.
|
CI caught a real gap on my side — the index-integrity test requires every enabled repo in |
|
Heads up: the workflow runs for the new commit ( |
|
The failed Could you re-run the failed job on your side when you get a chance? Happy to push an empty retrigger commit if that's easier. |
What this PR adds
Adds the youdotcom-oss/agent-skills repository to ASM's skill catalog, making You.com's web search and research capabilities available across all 19 supported agent platforms.
Skills included
Why this fits ASM
ASM is designed as a universal skill manager across coding agent platforms. You.com skills enhance agents with current web search capabilities - something many coding tasks benefit from when researching libraries, debugging issues, or finding current documentation.
The integration follows ASM's established pattern for skill repository registration rather than custom code.
Usage after merge
Distribution benefit
This leverages ASM's position as a universal skill manager - one catalog entry makes You.com skills discoverable and installable across Claude Code, Codex, Cursor, Windsurf, Continue, Aider, OpenCode, Zed, and 11 other supported platforms.
Environment setup
YDC_API_KEYenvironment variable enables enhanced featuresChanges made
youdotcom-oss/agent-skillsentry todata/skill-index-resources.jsonValidation
The skills themselves use You.com's MCP server (
https://api.you.com/mcp?profile=free) and web search APIs, providing agents with current web search capabilities while maintaining ASM's lightweight catalog-only integration approach.Tracking issue: youdotcom-oss/integration-tracking#213