exa

📁 millionthodin16/clawd-explorations 📅 Jan 24, 2026
2
总安装量
2
周安装量
#66167
全站排名
安装命令
npx skills add https://github.com/millionthodin16/clawd-explorations --skill exa

Agent 安装分布

codex 2
claude-code 2
antigravity 2
windsurf 1
opencode 1

Skill 文档

Exa – Neural Web Search

Direct API access to Exa’s neural search engine.

Setup

1. Get your API Key: Get a key from Exa Dashboard.

2. Set it in your environment:

export EXA_API_KEY="your-key-here"

Usage

Web Search

bash scripts/search.sh "query" [num_results] [type]
  • type: auto (default), neural, fast, deep
  • category: company, research-paper, news, github, tweet, personal-site, pdf

Code Context

Finds relevant code snippets and documentation.

bash scripts/code.sh "query" [num_results]

Get Content

Extract full text from URLs.

bash scripts/content.sh "url1" "url2"