exa
Neural web search and code context via Exa AI API. Requires EXA_API_KEY. Use for finding documentation, code examples, research papers, or company info.
npx skills add majiayu000/claude-skill-registry --skill exa-clawdbot-skills-974a3472 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Exa - Neural Web Search Direct API access to Exa's neural search engine. ## Setup **1. Get your API Key:** Get a key from [Exa Dashboard](https://dashboard.exa.ai/api-keys). **2. Set it in your environment:** ```bash export EXA_API_KEY="your-key-here" ``` ## Usage ### Web Search ```bash bash scripts/search.sh "query" [num_results] [type] ``` * `type`: auto (default), neural, fast, deep * `category`: company, research-paper, news, github, tweet, personal-site, pdf ### Code Context Finds relevant code snippets and documentation. ```bash bash scripts/code.sh "query" [num_results] ``` ### Get Content Extract full text from URLs. ```bash bash scripts/content.sh "url1" "url2" ```
- Setup
- Usage
- Web Search
- Code Context
- Get Content
export EXA_API_KEY="your-key-here" bash scripts/search.sh "query" [num_results] [type] bash scripts/code.sh "query" [num_results] bash scripts/content.sh "url1" "url2"
What does the exa skill do?
Neural web search and code context via Exa AI API. Requires EXA_API_KEY. Use for finding documentation, code examples, research papers, or company info.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill exa-clawdbot-skills-974a3472 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
