What problem does it solve? AI agents and applications often lack access to current, source-grounded web information, leading to hallucinated or outdated answers. This Skill provides real-time web search and full-text content retrieval through the Exa API so responses can be grounded in live sources. ## Core Features & Use Cases - Real-Time Web Search: Query the Exa search endpoint with balanced relevance and speed using type="auto", with options for fast mode, domain filtering, and freshness control via maxAgeHours. - Full-Text Content Extraction: Retrieve up to 20,000 characters of page text per result for RAG pipelines, code assistance, and downstream reasoning, or use highlights for lower-cost snippets. - Category-Specific Search: Search dedicated indexes for people, companies, news, research papers, and tweets, plus MCP server integration for tools like Cursor, Claude Code, and Codex. - Use Case: An AI coding assistant needs the latest React hooks documentation. It calls the Exa search endpoint with type="auto" and full-text contents, then grounds its answer in the retrieved pages. ## Quick Start Set your EXA_API_KEY environment variable and ask the agent to search the web for the latest documentation on a topic using the Exa API with full-text results.