multiAI Summary Pending
exa
使用 Exa.ai API 进行高质量的互联网搜索。需要 EXA_API_KEY 环境变量。
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/exa/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/dwsy/exa/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/exa/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How exa Compares
| Feature / Agent | exa | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
使用 Exa.ai API 进行高质量的互联网搜索。需要 EXA_API_KEY 环境变量。
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Exa.ai 搜索技能 一个简单的 Exa API 封装。 ## 执行环境 | 路径类型 | 路径 | 基准目录 | |---------|------|---------| | **技能目录** | `~/.pi/agent/skills/exa/` | 固定位置 | | **使用方式** | API 调用,`pi` 自动激活 | 无需手动执行 | ## 安装 ```bash cd ~/.pi/agent/skills/exa pnpm install exa-js ``` ## 配置 在你的环境变量中设置 `EXA_API_KEY`。 ## 用法 `pi` 会自动调用此技能进行搜索,无需手动执行命令。 ## 路径说明 - **无需本地脚本执行**:此技能通过 API 调用使用 - **依赖位置**:`~/.pi/agent/skills/exa/` 包含依赖包和配置 - **环境变量**:`EXA_API_KEY` 需在系统环境变量中设置