- Add date_added to all 950+ skills for complete tracking - Update version to 6.5.0 in package.json and README - Regenerate all indexes and catalog - Sync all generated files Features from merged PR #150: - Stars/Upvotes system for community-driven discovery - Auto-update mechanism via START_APP.bat - Interactive Prompt Builder - Date tracking badges - Smart auto-categorization All skills validated and indexed. Made-with: Cursor
40 lines
988 B
Markdown
40 lines
988 B
Markdown
---
|
|
name: exa-search
|
|
description: "Semantic search, similar content discovery, and structured research using Exa API"
|
|
risk: unknown
|
|
source: community
|
|
date_added: "2026-02-27"
|
|
---
|
|
|
|
# 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
|