Agent skill · Backend & API

exa

使用 Exa.ai API 进行高质量的互联网搜索。需要 EXA_API_KEY 环境变量。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill exa-dwsy-agent --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/analysis/exa-dwsy-agent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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` 需在系统环境变量中设置

What's inside
Steps it walks through
  1. 执行环境
  2. 安装
  3. 配置
  4. 用法
  5. 路径说明
Ships with 1 file
  • metadata.json
Commands it runs
cd ~/.pi/agent/skills/exa
pnpm install exa-js
More from claude-skill-registry
All skills →
About this skill
What does the exa skill do?

使用 Exa.ai API 进行高质量的互联网搜索。需要 EXA_API_KEY 环境变量。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill exa-dwsy-agent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going