← 返回 Skills 市场
Brave Web Search
作者
Kenneth Gerald Hamilton
· GitHub ↗
· v1.0.1
3167
总下载
0
收藏
68
当前安装
2
版本数
在 OpenClaw 中安装
/install brave-web-search
功能描述
Searches the web and returns ranked results or AI-generated summarized answers using the Brave Search API. Use for real-time web lookups and factual Q&A.
安全使用建议
Install this only if you are comfortable providing Brave Search and Answers API keys and sending search or answer queries to Brave. Avoid using it for secrets, credentials, personal data, or confidential business topics unless you intentionally want that text sent to Brave.
功能分析
Type: OpenClaw Skill
Name: brave-web-search
Version: 1.0.1
This skill is designed for Brave Web Search and Summarizer API access. Both the `SKILL.md` documentation and the `index.js` code demonstrate strong security awareness. The `SKILL.md` explicitly instructs the OpenClaw agent to prevent shell injection by passing user input as discrete arguments (e.g., via `execFile`-style invocation) and not interpolating it into shell command strings. It also states the skill does not read local files. The `index.js` code correctly processes arguments from `process.argv` and makes legitimate API calls to Brave Search, without any external dependencies, local file access, or other malicious behaviors.
能力评估
Purpose & Capability
The stated purpose is web search and summarized answers, and the code implements only Brave Search and Summarizer API calls.
Instruction Scope
The trigger for factual Q&A is broad, so users should expect queries to leave the agent, but that behavior is coherent with a search skill and disclosed in the artifacts.
Install Mechanism
The package has no external dependencies, install scripts, postinstall hooks, or unusual setup behavior; it runs with Node.js.
Credentials
It requires Brave API keys and transmits query strings to Brave, which is necessary for the advertised function but relevant for privacy.
Persistence & Privilege
No artifact evidence shows local file reading, credential harvesting, background workers, persistence, destructive actions, or privilege escalation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install brave-web-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/brave-web-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Clarified usage of the --freshness argument, specifying it must be passed as a separate argument to the brave-search command.
- No other functional or file changes in this version.
v1.0.0
Initial release of Brave Web Search skill.
- Provides web search results and AI-generated summaries using the Brave Search API.
- Supports two commands: brave-search for ranked results with URLs/snippets, and brave-answer for concise factual summaries.
- Ensures security by requiring all user input to be passed as separate command arguments (not shell-parsed).
- Includes options for search freshness (past day, week, or month).
- Handles fallback gracefully if a direct answer is unavailable.
- No external dependencies; runs on native Node.js.
元数据
常见问题
Brave Web Search 是什么?
Searches the web and returns ranked results or AI-generated summarized answers using the Brave Search API. Use for real-time web lookups and factual Q&A. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3167 次。
如何安装 Brave Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install brave-web-search」即可一键安装,无需额外配置。
Brave Web Search 是免费的吗?
是的,Brave Web Search 完全免费(开源免费),可自由下载、安装和使用。
Brave Web Search 支持哪些平台?
Brave Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Brave Web Search?
由 Kenneth Gerald Hamilton(@kghamilton89)开发并维护,当前版本 v1.0.1。
推荐 Skills