skills.disabled/exa/SKILL.md
使用 Exa.ai API 进行高质量的互联网搜索。需要 EXA_API_KEY 环境变量。
npx skillsauth add dwsy/agent exaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
一个简单的 Exa API 封装。
| 路径类型 | 路径 | 基准目录 |
|---------|------|---------|
| 技能目录 | ~/.pi/agent/skills/exa/ | 固定位置 |
| 使用方式 | API 调用,pi 自动激活 | 无需手动执行 |
cd ~/.pi/agent/skills/exa
pnpm install exa-js
在你的环境变量中设置 EXA_API_KEY。
pi 会自动调用此技能进行搜索,无需手动执行命令。
~/.pi/agent/skills/exa/ 包含依赖包和配置EXA_API_KEY 需在系统环境变量中设置testing
Best practices for writing and maintaining high-quality role memories.
documentation
工作文档枢纽,强制执行 SSOT(Single Source of Truth)原则,管理 `docs/` 目录下的架构决策、设计文档、Issues(任务规划)、PRs(变更记录)。支持 GitHub 协作开发模式。
tools
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.
development
Vercel 设计指南 - 构建高质量 Web 应用的最佳实践,包含现代 UI/UX 原则、性能优化和无障碍标准。