Agent skill
exa
使用 Exa.ai API 进行高质量的互联网搜索。需要 EXA_API_KEY 环境变量。
Install this agent skill to your Project
npx add-skill https://github.com/Dwsy/agent/tree/main/skills.disabled/exa
SKILL.md
Exa.ai 搜索技能
一个简单的 Exa API 封装。
执行环境
| 路径类型 | 路径 | 基准目录 |
|---|---|---|
| 技能目录 | ~/.pi/agent/skills/exa/ |
固定位置 |
| 使用方式 | API 调用,pi 自动激活 |
无需手动执行 |
安装
cd ~/.pi/agent/skills/exa
pnpm install exa-js
配置
在你的环境变量中设置 EXA_API_KEY。
用法
pi 会自动调用此技能进行搜索,无需手动执行命令。
路径说明
- 无需本地脚本执行:此技能通过 API 调用使用
- 依赖位置:
~/.pi/agent/skills/exa/包含依赖包和配置 - 环境变量:
EXA_API_KEY需在系统环境变量中设置
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
undo-redo
Use the undo_redo tool to rewind or reapply buffered file changes or inspect diffs without UI navigation. Use when you need to adjust or verify changes in the current session history.
backend-unit-test
后端单元测试技能。触发场景: - 用户要求运行/创建单元测试 - 用户要求验证数据 - 用户要求用 Maven 运行测试 - 关键词:test, maven test, junit, springboot test, 单元测试, 测试验证 核心:不改 pom,用 reactor 模式运行。
mermaid-flow-image
将流程需求整理为可渲染的 Mermaid(简化版/详细版),并通过 Kroki 生成可发送的高分辨率 PNG 图片。适用于“把架构流程画出来并直接发图”的场景。
web-browser
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
ralph-loop-gen
任务管理系统模板生成器 - 根据用户输入或JSON配置生成完整的任务管理结构(模板生成器,非直接执行器)
tmux
Remote control tmux sessions for interactive CLIs, background tasks, and services.
Didn't find tool you were looking for?