Agent skill · Backend & API

exa-tools

Executes semantic web search via Exa AI Python CLI. Use when searching for current information, code examples, API documentation, finding similar pages, or generating AI answers with citations. Supports fast/deep/neural search.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill exa-tools --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/exa-tools/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

# [H1][EXA-TOOLS] >**Dictum:** *Semantic search surfaces relevant content.* <br> Execute Exa AI search queries via Python CLI. API key auto-injected via 1Password. [IMPORTANT] Exa 2.0 introduced three search tiers: `fast` (sub-350ms), `auto` (balanced), `deep` (agentic, highest quality). Default: `auto`. --- ## [1][COMMANDS] | [CMD] | [ARGS] | [RETURNS] | | ------------ | ---------------------- | -------------------------------- | | search | `<query> [type] [num]` | Web results with text content | | code | `<query> [num]` | GitHub code context | | find-similar | `<url> [num]` | Pages similar to given URL | | answer | `<query>` | AI-generated answer with sources | --- ## [2][USAGE] ```bash # Web search (default: auto type, 8 results) uv run .claude/skills/exa-tools/scripts/exa.py search "Vite 7 new features" # Neural search for concepts uv run .claude/skills/exa-tools/scripts/exa.py search "Effect-TS best practices" neural # Fast search for quick lookups uv run .claude/skills/exa-tools/scripts/exa.py search "React 19 release notes" fast 15 # Deep search for highest quality uv run .claude/skills/exa-tools/scripts/exa.py search "Nx workspace optimization" deep # Code context search (G

What's inside
Steps it walks through
  1. [1][COMMANDS]
  2. [2][USAGE]
  3. [3][ARGUMENTS]
  4. [4][OUTPUT]
  5. [5][ENVIRONMENT]
  6. [6][ERRORHANDLING]
Ships with 1 file
  • metadata.json
Commands it runs
Web search (default: auto type, 8 results)
uv run .claude/skills/exa-tools/scripts/exa.py search "Vite 7 new features"
Neural search for concepts
uv run .claude/skills/exa-tools/scripts/exa.py search "Effect-TS best practices" neural
Fast search for quick lookups
uv run .claude/skills/exa-tools/scripts/exa.py search "React 19 release notes" fast 15
Deep search for highest quality
uv run .claude/skills/exa-tools/scripts/exa.py search "Nx workspace optimization" deep
Code context search (GitHub)
uv run .claude/skills/exa-tools/scripts/exa.py code "React useState hook examples"
More from claude-skill-registry
All skills →
About this skill
What does the exa-tools skill do?

Executes semantic web search via Exa AI Python CLI. Use when searching for current information, code examples, API documentation, finding similar pages, or generating AI answers with citations. Supports fast/deep/neural search.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill exa-tools --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