# Exa Semantic Search

> Search the web semantically using Exa AI API with neural search

- Skill: `jadegate/exa-semantic-search` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jadegate/exa-semantic-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jadegate/exa-semantic-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: jadegate (https://skillmd.com/u/jadegate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jadegate/exa-semantic-search

---


# Exa AI Semantic Search

Search the web semantically using Exa AI API with neural search

## When to Use

- User wants to exa search
- User wants to semantic search
- Keywords: search, semantic, exa, neural

## Required Parameters

- **query** (string): Natural language search query
- **api_key** (string): Exa API key

## Output

- **results** (array): Search results with title, url, text
- **total** (number): Results count

## Security

- Sandbox level: strict
- Max execution time: 30000ms
- Network whitelist: api.exa.ai
- JadeGate verified: Yes (5-layer security check passed)

## Execution Flow

Entry: `search` -> 6 steps -> Exit: `ret_ok`, `ret_fail`

