Agent skill · Backend & API

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ai-llm/exa-clawdbot-skills-974a3472/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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" ```

What's inside
Steps it walks through
  1. Setup
  2. Usage
  3. Web Search
  4. Code Context
  5. Get Content
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going