bluebubbles

Integrate and maintain the BlueBubbles channel plugin for Moltbot.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill bluebubbles-tamireslaeao-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bluebubbles
Source: https://github.com/tamireslaeao-prog/ONI_V30/tree/main/moltbot-main/skills/bluebubbles
Command: npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill bluebubbles-tamireslaeao-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrates and maintains the BlueBubbles external channel plugin for Moltbot, enabling outbound messaging, inbound webhooks, and health checks to streamline channel operations.

Core Features & Use Cases

  • Extension package and entry: extension at extensions/bluebubbles/ with entry index.ts.
  • Channel implementation and webhook handling: files at extensions/bluebubbles/src/channel.ts and monitor.ts to register HTTP handlers.
  • REST helpers and runtime integration: send.ts, probe.ts, runtime.ts provide messaging, health checks, and runtime setup.
  • Use Case: Example workflow: deploy the plugin and use Moltbot to send messages via BlueBubbles, handling inbound webhook events and status probes.

Quick Start

Install and configure the BlueBubbles plugin in Moltbot and send a test message to verify REST and webhook flows.

Frequently Asked Questions about bluebubbles

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

FAQPage Schema
How do I integrate the BlueBubbles channel plugin with Moltbot?

The plugin is deployed as an extension package within Moltbot, using REST helpers for outbound messaging and HTTP handlers to process inbound webhook events.

What does a channel plugin webhook handler do for inbound messaging?

A channel plugin webhook handler registers HTTP endpoints to receive and process inbound messaging events, routing external payloads into the Moltbot runtime for downstream operations.

Can I use this to run health probes and monitor outbound REST messaging?

Yes, this provides dedicated probe and monitor modules to execute health checks on the channel connection and verify outbound REST messaging delivery across development and production environments.

Do I need a specific runtime setup to deploy external channel extensions?

You need a compatible runtime environment that loads the extension entry point and registers the channel handlers, ensuring the REST helpers and webhook endpoints function correctly within the host system.

How do I test a channel plugin deployment before moving to production?

You test the channel plugin deployment by sending a test message through the REST helper and verifying inbound webhook flows, ensuring the health probe confirms operational status before production rollout.