🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 755 |
| ⭐ GitHub Stars | 164(fork 11) |
| 🗓️ 最近推送 | 2026-08-03 |
| 🌱 项目创建 | 2026-01-30 |
| 💻 语言 / License | 未标注 · MIT |
| 🐛 开放Issue | 5 |
📝 工具简介
用Brave Search API配合AI编码agent的官方skills。
📖 怎么用
先去 https://api.search.brave.com 拿 API key。推荐用 direnv 管理,`echo 'export BRAVE_SEARCH_API_KEY="your-key"' >> .envrc` 然后 `direnv allow`。不想用 direnv 就 `export BRAVE_SEARCH_API_KEY="your-key"` 临时设。Codex 用户改 `~/.codex/config.toml`,加 `[shell_environment_policy] set = { BRAVE_SEARCH_API_KEY = "your-key" }`。配好就能搜了。
📋 迷你测评
用Brave Search API配合AI编码agent的官方skills。亮点是搜索能力直接集成到agent工作流里。没提具体API限制,但官方出品稳定性有保障。
📄 README 要点
这是给AI编程助手用的Brave搜索API技能包,支持Claude Code、Cursor、GitHub Copilot等一堆主流工具。装好之后AI就能直接调用Brave搜索,获取实时网页信息。需要先去Brave官网申请API key,然后在配置文件里设置好。特别适合需要联网搜索的AI应用,比如让AI查资料、找最新信息、做研究。安全方面建议用agent原生配置而不是环境变量,减少key泄露风险。
查看英文原文
Brave Search API Skills Official skills for using Brave Search API with AI coding agents. Works with Claude Code , Cursor , GitHub Copilot , Codex , Gemini CLI , VS Code , Windsurf , OpenClaw , Cline , Goose , Amp , Roo Code , and many other agents that support the Agent Skills standard. Prerequisites · Installation · Available Skills · Quick Start · Goggles · Documentation Prerequisites Get a Brave Search API key at https://api.search.brave.com Security tip: Prefer agent native config over shell profile exports. Coding agents can access environment variables — scoped configs limit exposure. See API key setup for all options. Claude Code Add to /.claude/settings.json (docs): [安装/使用命令见下方] This makes the key available in all Claude Code sessions. For per project use, add to .claude/settings.local.json (gitignored) with the same format. Cursor Option 1 — direnv (directory scoped, auto loads/unloads): [安装/使用命令见下方] Option 2 — Shell profile ( /.zshrc or /.bashrc ): [安装/使用命令见下方] Then restart Cursor (launch from terminal or fully quit and reopen — reloading the window is not enough). Cursor inherits environment variables from your shell. You can also add skills via Settings Rules Add Rule Remote Rule using the GitHub URL. Codex Option 1 — config.toml (docs): [安装/使用命令见下方] Option 2 — Shell profile ( /.zshrc or /.bashrc ): [安装/使用命令见下方] Then restart your terminal. Codex reads environment variables from the shell (CLI, app, and IDE extension). OpenClaw Add to /.openclaw/.env (docs): [安装/使用命令见下方] Or add to /.openclaw/openclaw.json under the skill's config: [安装/使用命令见下方] Other agents Option 1 — direnv (directory scoped, auto loads/unloads): [安装/使用命令见下方] Option 2 — Shell profile ( /.zshrc or /.bashrc ): [安装/使用命令见下方] Installation All agents below support the Agent Skills standard and read SKILL.md files from their skills directory. Claude Code Skills documentation Plugin marketplace (auto u
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除