Add you-web-search skill - #312
Conversation
|
Thanks for this — a remote MCP web-search skill in the same shape as Reviewed for security, prompt injection, and fit with this collection. Security / prompt injection: No classic malice. No hardcoded secrets ( Codebase fit — blocking: the documented tools don’t match what the keyless endpoint actually exposes. Official You.com MCP docs: Option A is the default setup in the skill, so an agent following this file as written will call a tool that isn’t there. Happy to re-review a follow-up that:
Appreciate the contribution — closing for now so it’s clear this needs another pass. Please open a fresh PR (or reopen after fixing) once the tool list matches the two endpoints. |
Summary
Adds a
you-web-searchskill that gives Claude Code current web search and URL reading through the You.com MCP server. It follows the catalog's MCP-backed skill pattern (likecoinpaprika-api): one SKILL.md that documents the remote MCP endpoint, setup, and when the model should reach for it.Component Details
The server is remote, so setup is a single
mcpServersentry — no local install. Two options are documented:https://api.you.com/mcp?profile=freehttps://api.you.com/mcp+Authorization: Bearer ${YDC_API_KEY}(key from https://you.com/platform/api-keys)There's currently no web-search skill in the catalog backed by a remote MCP server, so this fills a gap for questions where training data is stale.
Testing
npm test) — skills schema, subagents, hooks, and all 14 unit tests passyou-searchresponds over theprofile=freeendpoint)Examples
you-search, answer with source URLsThe upstream You.com skills also ship as an installable plugin (
/plugin marketplace add youdotcom-oss/agent-skillsthen/plugin install you@you-com) for users who want the full set; this catalog entry is the lighter single-skill path.