What problem does it solve? When a question cannot be answered from the codebase alone—such as current library versions, external API behavior, recent releases, or competitive research—you need a structured way to search the live web and retrieve citation-ready content instead of guessing. ## Core Features & Use Cases - Tool Selection Guidance: Maps research needs to the right Exa tool—web_search_exa for general queries, web_fetch_exa for known URLs, and web_search_advanced_exa for domain, date, and category filters. - Boundary Rules: Clarifies when to use Exa versus codebase search, GitHub MCP, or Linear MCP, avoiding wasted queries. - Use Case: A developer needs to verify the latest breaking changes in a dependency's API. The skill directs a web_search_exa query, fetches the official docs page with web_fetch_exa, and cites the source URLs in the answer. ## Quick Start Ask the assistant to search the web with Exa for the current documentation of a library and summarize the relevant changes with source links.