Code Pluginsource linkedVerified

Bravev2026.9.2

OpenClaw Brave Search provider plugin for web search.

@openclaw/brave-plugin·runtime brave·by @openclaw
openclaw plugins install clawhub:@openclaw/brave-plugin
Latest release: v2026.9.2Download zip

Compatibility

Built With Open Claw Version
2026.9.2
Min Gateway Version
>=2026.4.10
Plugin Api Range
>=2026.9.2
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Credentials
It reads a Brave API key from plugin config or BRAVE_API_KEY and performs network requests, which is expected for a search provider; custom base URLs are disclosed and validated for protocol and endpoint safety.
Install Mechanism
The package uses the OpenClaw plugin install metadata and bundled dist files; package.json shows no lifecycle scripts, binaries, or install-time command execution.
Instruction Scope
Runtime instructions are limited to registering the provider and executing searches when the tool is invoked; activation is not on startup and no prompt-injection style instructions were found in the artifact.
Persistence & Privilege
The runtime uses SDK search-result caching and optional diagnostics logging of request metadata, but no credential caching, background workers, command execution, or unrelated filesystem access was found.
Purpose & Capability
The package declares and implements a Brave web_search provider that sends user search queries to the Brave Search API or a user-configured Brave-compatible base URL.
Assessment
Install only if you want OpenClaw to use Brave for web searches. Search queries will be sent to Brave or to any custom base URL you configure, and query/result data may be cached by the host search provider SDK; keep the API key private and use custom proxies only when you trust them.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
3928bad9badf
Tag
3928bad9badfcb6c7d140530435e806fb8092190
Provenance
No
Scan status
clean

Tags

alpha
2026.5.19-alpha.1
beta
2026.7.2-beta.7
latest
2026.9.2

@openclaw/brave-plugin

Official Brave Search provider plugin for OpenClaw.

This plugin registers Brave as a web_search provider. It supports normal Brave web search and Brave LLM Context API mode.

Install

openclaw plugins install @openclaw/brave-plugin

Restart the Gateway after installing or updating the plugin.

Configure

Store a Brave Search API key in plugin config or expose BRAVE_API_KEY to the Gateway:

openclaw config set plugins.entries.brave.enabled true
openclaw config set tools.web.search.provider brave

Provider-specific options live under plugins.entries.brave.config.webSearch.*.

Docs

Full setup, config examples, search modes, and tool parameters:

Package

  • Plugin id: brave
  • Package: @openclaw/brave-plugin
  • Minimum OpenClaw host: 2026.4.10