🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 1.1K |
| ⭐ 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。配置方式看你用啥 Agent:Claude Code 在配置文件里加 `json { "env": { "BRAVE_SEARCH_API_KEY": "your-key" } }`;或者用 direnv,跑 `echo 'export BRAVE_SEARCH_API_KEY="your-key"' >> .envrc` 再 `direnv allow`;Codex 就在 `~/.codex/config.toml` 里加 `[shell_environment_policy] set = { BRAVE_SEARCH_API_KEY = "your-key" }`。配好 key 就能在支持的 Agent 里直接搜索了。
📋 迷你测评
用Brave Search API配合AI编码agent的官方skills。亮点是官方出品,搜索能力有保障。客观数据点:无。
📄 README 要点
这是Brave Search API的官方技能包,支持Claude Code、Cursor、GitHub Copilot、Codex、Gemini CLI等一大堆AI编程代理。用之前得先去api.search.brave.com申请API key。安全方面建议用代理原生配置,别用shell环境变量,这样更安全。安装的话,Claude Code就在settings.json里加配置,这样所有会话都能用,也可以只给单个项目配置。适合需要AI代理实时搜网页、查资料的人,相当于给AI装了个搜索引擎。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除