bluebubbles

Develop and maintain the BlueBubbles external channel plugin for Clawdbot with REST and webhook support.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill bluebubbles-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bluebubbles
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/bluebubbles
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill bluebubbles-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill streamlines the development and maintenance of the BlueBubbles external channel plugin, enabling seamless communication and message handling.

Core Features & Use Cases

  • Plugin Development: Build and update the BlueBubbles plugin for Clawdbot.
  • Communication: Handles REST communication (send/probe) and webhook inbound messages.
  • Use Case: When a new feature for the BlueBubbles plugin needs to be implemented, this skill can be used to modify the relevant TypeScript files and ensure proper integration with the Clawdbot platform.

Quick Start

Use the bluebubbles skill to build the BlueBubbles external channel plugin.

Frequently Asked Questions about bluebubbles

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement a webhook channel plugin for REST communication?

A webhook channel plugin for REST communication is developed by integrating with the plugin SDK to handle inbound webhooks, send REST probes, and bridge runtime messages. The BlueBubbles plugin manages this flow for the Clawdbot platform.

What configuration is required to set up the BlueBubbles server integration?

BlueBubbles server integration requires configuration for the server URL, password, and webhook path. These parameters establish the REST communication channel and enable the plugin to receive inbound webhook messages.

Can I use this to add new messaging features to an existing channel plugin?

Yes, you can modify the relevant TypeScript files to add new features to an existing channel plugin. The skill supports ongoing plugin development and maintenance, ensuring proper integration with the Clawdbot platform.

How does the plugin handle inbound webhook messages?

Inbound webhook messages are handled through the plugin SDK's webhook handling capabilities. The BlueBubbles plugin processes incoming payloads via the configured webhook path and bridges them to the runtime environment.

What is the best way to manage external channel plugin development for messaging platforms?

Managing external channel plugin development involves using the plugin SDK to implement REST helpers, webhook handlers, and runtime bridging. This skill streamlines that process for the BlueBubbles messaging platform integration.

Does the BlueBubbles plugin support sending outbound REST API messages?

Yes, the BlueBubbles plugin supports outbound REST communication through REST helper functions. It can send messages and perform probes to verify connectivity with the configured BlueBubbles server URL.