exa

📁 ypyt1/all-skills 📅 Today
1
总安装量
1
周安装量
#77305
全站排名
安装命令
npx skills add https://github.com/ypyt1/all-skills --skill exa

Agent 安装分布

amp 1
cline 1
opencode 1
cursor 1
continue 1
kimi-cli 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"