Executes Exa AI search queries via unified Python CLI. Use when searching the web for current information, finding code examples, researching APIs, SDKs, or retrieving programming context for any library or framework.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add mattnigh/skills_collection --skill collection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Collection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mattnigh-collection-83b3ce78)More formats (shields.io, HTML) on the badges page.
---
name: exa-tools
type: complex
depth: base
description: >-
Executes Exa AI search queries via unified Python CLI. Use when searching the
web for current information, finding code examples, researching APIs, SDKs,
or retrieving programming context for any library or framework.
---
# [H1][EXA-TOOLS]
>**Dictum:** *Semantic search surfaces relevant content.*
<br>
Execute Exa AI search queries via unified Python CLI.
[IMPORTANT] Commands require `--query`. API key auto-injected via 1Password.
```bash
# Web search (default: auto type, 8 results)
uv run .claude/skills/exa-tools/scripts/exa.py search --query "Vite 7 new features"
# Neural search for concepts
uv run .claude/skills/exa-tools/scripts/exa.py search --query "Effect-TS best practices" --type neural
# Keyword search with more results
uv run .claude/skills/exa-tools/scripts/exa.py search --query "React 19 release notes" --type keyword --num-results 15
# Code context search (GitHub)
uv run .claude/skills/exa-tools/scripts/exa.py code --query "React useState hook examples"
# Code search with custom results
uv run .claude/skills/exa-tools/scripts/exa.py code --query "Effect pipe examples" --num-results 20
```
---
## [1][OUTPUT]
Commands return: `{"status": "success|error", ...}`.
| [INDEX] | [CMD] | [RESPONSE] |
| :-----: | -------- | ------------------------------ |
| [1] | `search` | `{query: string, results: []}` |
| [2] | `code` | `{query: string, context: []}` |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!