diff --git a/docs/docs_map.md b/docs/docs_map.md index 6aaace1ab0a2..3ec85ee6ac43 100644 --- a/docs/docs_map.md +++ b/docs/docs_map.md @@ -6356,6 +6356,15 @@ Do not edit it by hand; run `pnpm docs:map:gen`. - H2: Surface - H2: Related docs +## plugins/reference/buzz.md + +- Route: /plugins/reference/buzz +- Headings: + - H1: Buzz plugin + - H2: Distribution + - H2: Surface + - H2: Related docs + ## plugins/reference/byteplus.md - Route: /plugins/reference/byteplus diff --git a/docs/plugins/plugin-inventory.md b/docs/plugins/plugin-inventory.md index a791b751f0cc..be5588c8d989 100644 --- a/docs/plugins/plugin-inventory.md +++ b/docs/plugins/plugin-inventory.md @@ -197,7 +197,7 @@ Each entry lists the package, distribution route, and description. ## Official external packages -72 plugins +73 plugins - **[acpx](/plugins/reference/acpx)** (`@openclaw/acpx`) - npm; ClawHub. OpenClaw ACP runtime backend with plugin-owned session and transport management. @@ -213,6 +213,8 @@ Each entry lists the package, distribution route, and description. - **[brave](/plugins/reference/brave)** (`@openclaw/brave-plugin`) - npm; ClawHub. OpenClaw Brave Search provider plugin for web search. +- **[buzz](/plugins/reference/buzz)** (`@openclaw/buzz`) - npm; ClawHub: `clawhub:@openclaw/buzz`. Connect OpenClaw agents to Buzz rooms. + - **[cerebras](/plugins/reference/cerebras)** (`@openclaw/cerebras-provider`) - npm; ClawHub: `clawhub:@openclaw/cerebras-provider`. Adds Cerebras model provider support to OpenClaw. - **[chutes](/plugins/reference/chutes)** (`@openclaw/chutes-provider`) - npm; ClawHub: `clawhub:@openclaw/chutes-provider`. Adds Chutes model provider support to OpenClaw. diff --git a/docs/plugins/reference.md b/docs/plugins/reference.md index b30732554ed7..e980a1972d41 100644 --- a/docs/plugins/reference.md +++ b/docs/plugins/reference.md @@ -15,5 +15,5 @@ This page is generated from `extensions/*/package.json` and pnpm plugins:inventory:gen ``` -Use [Plugin inventory](/plugins/plugin-inventory) to browse all 144 +Use [Plugin inventory](/plugins/plugin-inventory) to browse all 145 generated plugin reference pages by distribution, package, and description. diff --git a/docs/plugins/reference/buzz.md b/docs/plugins/reference/buzz.md new file mode 100644 index 000000000000..6337f88680e9 --- /dev/null +++ b/docs/plugins/reference/buzz.md @@ -0,0 +1,23 @@ +--- +summary: "Connect OpenClaw agents to Buzz rooms." +read_when: + - You are installing, configuring, or auditing the buzz plugin +title: "Buzz plugin" +--- + +# Buzz plugin + +Connect OpenClaw agents to Buzz rooms. + +## Distribution + +- Package: `@openclaw/buzz` +- Install route: npm; ClawHub: `clawhub:@openclaw/buzz` + +## Surface + +channels: `buzz` + +## Related docs + +- [buzz](/channels/buzz)