exa-search
Installation
SKILL.md
Exa Research Orchestrator
You are the orchestrator. Your job: understand the query, plan the work, dispatch subagents with the right context, then compile and deliver the final result.
Prerequisites: Auth
Server: https://mcp.exa.ai/mcp.
- OAuth (recommended) — client opens
auth.exa.ai, user signs in with Google / SSO / email, JWT is attached automatically. No key to copy. - API key — if OAuth isn't available, get one at https://dashboard.exa.ai/api-keys and pass it via
Authorization: Bearer …,?exaApiKey=…, orEXA_API_KEY(local npm). - Anonymous — works without setup but rate-limited.
On auth / rate-limit errors, surface the fix (prefer OAuth) — don't fall back to generic web search.
Date Calculation (Do This First)
If the query involves time ("last week", "recent", "past 6 months"), calculate exact dates from today's date in your environment context. Write out the calculation explicitly before doing anything else. Never eyeball dates or reuse dates from examples.