Deep Research Skill
An Agent Skill for multi-source synthesis with citations preserved.
A portable Agent Skill that decides when a user needs thorough web research and routes retrieval through the standard You.com MCP server. Use it for open-ended briefings, deep dives, and cited synthesis across multiple sources.
What You’ll Build
A SKILL.md package that teaches an agent when a request needs multi-source research instead of a single lookup. The skill sends the user’s question and relevant thread context to the standard You.com MCP server’s you-research tool and preserves inline citations in the final answer.
When It Fires
The task needs synthesis across several sources, not one fact. Trigger signals: “research”, “briefing”, “deep dive”, “literature on”, open-ended “what’s known about”. For single-fact lookups, a plain search is the better fit.
Prerequisites
Required for the research, contents, and finance tools.
Connect your agent harness to the remote MCP server at https://api.you.com/mcp.
Install the Skill
- Connect your agent harness to the You.com MCP server — see the MCP server guide.
- Save the skill below as
SKILL.mdin your harness’s skills directory (or download it). - The agent loads the skill and invokes
you-researchwhenever the trigger fires.
Grab the ready-to-use skill file.