What problem does it solve?
This Skill helps developers build or update the BlueBubbles channel plugin for Moltbot by consolidating guidance for webhook inbound handling, REST sends/probes, runtime bridging, and attachment/interaction processing so integrations route messages reliably into the core reply pipeline.
Core Features & Use Cases
- Channel integration: Instructions for extension packaging, channel implementation, and registering the runtime bridge to onboard BlueBubbles as a Moltbot channel.
- Webhook and REST plumbing: Best practices for registering HTTP handlers, normalizing variable payloads, implementing health probes, and using shared REST helpers with timeouts.
- Attachment and interaction handling: Guidance for inbound media placeholders, downloading attachments, sending reactions/tapbacks, typing indicators, and gating actions via configuration.
- Use case: Onboard a BlueBubbles instance by adding the extension, configuring channels.bluebubbles.serverUrl and channels.bluebubbles.webhookPath, enabling webhook registration, validating probe responses, and verifying message routing and attachments into Moltbot.
Quick Start
Use the bluebubbles skill to implement and test the BlueBubbles channel plugin with webhook handling, REST helpers, and runtime integration configured.