Summary
When adding the bluebubbles plugin (as prompted when adding the channel), the install fails with a zod dependency error
Steps to reproduce
- setup bluebuttons.app
openclaw channels add --channel bluebubbles --http-url http://127.0.0.1:1234 --password <password>
- see failure
Expected behavior
channel add completes successfully without failures
Actual behavior
channel add fails with zod dependency error
Environment
- Clawdbot version:
2026.2.6-3
- OS: macOS 26.2
- Install method (pnpm/npx/docker/etc): pnpm
Logs or screenshots
◇ Install BlueBubbles plugin?
│ Download from npm (@openclaw/bluebubbles)
Downloading @openclaw/bluebubbles…
Extracting /var/folders/dq/z0c3skrx6tv_5mnzd54vqx000000gn/T/openclaw-npm-pack-GvBwWX/openclaw-bluebubbles-2026.2.3.tgz…
Installing to /Users/<user>/.openclaw/extensions/bluebubbles…
19:58:42 [plugins] bluebubbles failed to load from /Users/<user>/.openclaw/extensions/bluebubbles/index.ts: Error: Cannot find module 'zod'
Require stack:
- /Users/<user>/.openclaw/extensions/bluebubbles/src/config-schema.ts
Channel bluebubbles does not support add.
Summary
When adding the
bluebubblesplugin (as prompted when adding the channel), the install fails with azoddependency errorSteps to reproduce
openclaw channels add --channel bluebubbles --http-url http://127.0.0.1:1234 --password <password>Expected behavior
channel add completes successfully without failures
Actual behavior
channel add fails with
zoddependency errorEnvironment
2026.2.6-3Logs or screenshots