multiAI Summary Pending
exa-search
Semantic search, similar content discovery, and structured research using Exa API. Use when you need semantic/embeddings-based search, finding similar content, or searching by category (company, people, research papers, etc.).
28,273 stars
bysickn33
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/exa-search/SKILL.md --create-dirs "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/plugins/antigravity-awesome-skills-claude/skills/exa-search/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/exa-search/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How exa-search Compares
| Feature / Agent | exa-search | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Semantic search, similar content discovery, and structured research using Exa API. Use when you need semantic/embeddings-based search, finding similar content, or searching by category (company, people, research papers, etc.).
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# exa-search ## Overview Semantic search, similar content discovery, and structured research using Exa API ## When to Use - When you need semantic/embeddings-based search - When finding similar content - When searching by category (company, people, research papers, etc.) ## Installation ```bash npx skills add -g BenedictKing/exa-search ``` ## Step-by-Step Guide 1. Install the skill using the command above 2. Configure Exa API key 3. Use naturally in Claude Code conversations ## Examples See [GitHub Repository](https://github.com/BenedictKing/exa-search) for examples. ## Best Practices - Configure API keys via environment variables ## Troubleshooting See the GitHub repository for troubleshooting guides. ## Related Skills - context7-auto-research, tavily-web, firecrawl-scraper, codex-review