What problem does it solve?
This Skill helps you build or update the BlueBubbles external channel plugin for Clawdbot so message delivery, inbound webhooks, and runtime integration stay consistent and maintainable.
Core Features & Use Cases
- Extension Packaging: Organize the BlueBubbles plugin entry point and channel modules in the expected extension layout.
- Messaging Workflows: Implement sending, probing, reactions, typing indicators, and read receipts through the plugin's internal helper functions.
- Webhook Handling: Normalize inbound webhook payloads, ignore self-sent messages, and route events into the core reply pipeline.
- Media and Attachment Support: Handle attachments and stickers with placeholder text and media paths for inbound context.
- Configuration and Onboarding: Wire the plugin into the catalog and respect the configured BlueBubbles server URL, password, webhook path, and action gating.
- Use Case: A developer can use this Skill to add a new BlueBubbles deployment, repair webhook delivery, or update message actions without rewriting the surrounding Clawdbot integration.
Quick Start
Ask me to update the BlueBubbles plugin for your Clawdbot project, and I will adjust the channel, webhook, send, probe, runtime, and catalog integration in the expected locations.