openclaw/extensions/brave
2026-07-06 23:50:12 -07:00
..
src refactor(shared): consolidate provider and utility lazy loaders (#98749) 2026-07-02 21:16:26 -07:00
index.ts docs: document small provider plugins 2026-06-04 07:20:32 -04:00
npm-shrinkwrap.json chore(release): close out 2026.6.11 on main 2026-06-30 11:31:08 -07:00
openclaw.plugin.json fix(plugins): remove simpleicons icon color paths (#95987) 2026-06-23 12:16:02 -07:00
package.json chore(release): close out 2026.6.11 on main 2026-06-30 11:31:08 -07:00
README.md
test-api.ts docs: document small provider plugins 2026-06-04 07:20:32 -04:00
tsconfig.json
web-search-contract-api.ts docs: document small provider plugins 2026-06-04 07:20:32 -04:00
web-search-provider.ts docs: document small provider plugins 2026-06-04 07:20:32 -04:00
web-search-shared.ts refactor(plugins): localize provider internals (#101425) 2026-07-06 23:50:12 -07:00

@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