exa-search

Installation
SKILL.md

Exa Search

Exa (formerly Metaphor) is a neural search engine that understands meaning and context rather than just keywords. It excels at finding similar content, discovering high-quality sources, and extracting structured information from web pages. Perfect for research, content discovery, and building knowledge bases.

Direct Control (CLI / API / Scripting)

API Authentication

All requests require an API key via the x-api-key header. Get your key at https://dashboard.exa.ai/

Basic Search

cURL Example:

curl -s https://api.exa.ai/search \
  -H "x-api-key: ${EXA_API_KEY}" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "groundbreaking machine learning papers",
Related skills
Installs
2
GitHub Stars
7
First Seen
Mar 18, 2026