Agent skill
exa-tools
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/exa-tools
SKILL.md
[H1][EXA-TOOLS]
Dictum: Semantic search surfaces relevant content.
Execute Exa AI search queries via unified Python CLI.
[IMPORTANT] Commands require --query. API key auto-injected via 1Password.
# 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: []} |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?