openclaw/extensions/brave
Peter Steinberger f6131a4fbf
build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks (#114006)
* build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks

npm 12 removed shrinkwrap (command + tarball/root loading). Delete all 82
committed npm-shrinkwrap.json files and stop publishing lockfiles; keep
pnpm-lock.yaml as the single reviewed dependency boundary. The generator
becomes scripts/generate-npm-package-lock.mjs and feeds plugin bundling via
a transient package-lock.json + npm ci (works on npm 11 and 12). Tarball
validation treats the published 2026.7.2 beta train as a shrinkwrap
transition; self-update npm detection now uses install topology instead of
the shipped shrinkwrap.

* fix(deps): repair lint, deadcode, and test-type lanes for the npm 12 migration

- sort integrity comparisons with an explicit comparator (oxlint)
- keep resolveBunGlobalNodeModules module-local (knip unused-export gate)
- model npm pack --json as npm<=11 array / npm 12 name-keyed object
- default calver destructuring in the tarball test fixture
2026-07-26 01:29:55 -04:00
..
src refactor: remove expired plugin compatibility surfaces (#111451) 2026-07-19 11:04:48 -07:00
index.ts docs: document small provider plugins 2026-06-04 07:20:32 -04:00
openclaw.plugin.json refactor: remove expired plugin compatibility surfaces (#111451) 2026-07-19 11:04:48 -07:00
package.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +01:00
README.md
test-api.ts refactor(brave): remove obsolete testing alias (#105486) 2026-07-12 17:16:47 +02: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: remove expired plugin compatibility surfaces (#111451) 2026-07-19 11:04:48 -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