bluebubbles

Build or update the BlueBubbles external channel plugin for Moltbot.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured approach to building or updating the BlueBubbles external channel plugin for Moltbot, enabling reliable integration of BlueBubbles messaging with Moltbot workflows.

Core Features & Use Cases

  • Extension package and channel implementation for BlueBubbles: extensions/bluebubbles with entry index.ts.
  • Webhook handling and REST helpers to enable inbound messaging, status probes, and REST-based interactions.
  • Runtime bridge and onboarding catalog to integrate with Moltbot's plugin runtime and discovery flow.
  • Internal helpers for health checks, chat lookup, typing indicators, and attachment handling to support robust conversations.

Quick Start

Follow the layout and wiring in extensions/bluebubbles to initialize and test the plugin in your Moltbot environment.

Frequently Asked Questions about bluebubbles

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

FAQPage Schema
How do I integrate BlueBubbles messaging with Moltbot workflows?

To integrate BlueBubbles with Moltbot, you build or update the external channel plugin at extensions/bluebubbles, utilizing webhook routing, REST helpers, and internal helpers for health checks and messaging to enable reliable communication.

What does the BlueBubbles Moltbot channel plugin handle for inbound messaging?

The BlueBubbles plugin handles inbound messaging through webhook routing and REST helpers, while internal helpers manage health checks, chat lookups, typing indicators, and attachment handling to support robust conversations.

How do I set up the BlueBubbles plugin in a Moltbot environment?

You set up the BlueBubbles plugin by following the layout and wiring in extensions/bluebubbles, using the entry index.ts to initialize and test the plugin within your Moltbot environment.

Can I use the BlueBubbles plugin for health checks and status probes in Moltbot?

Yes, the BlueBubbles plugin includes internal helpers for health checks and status probes, allowing you to monitor messaging channels and ensure robust conversation handling within Moltbot.

Does the BlueBubbles Moltbot plugin support attachment handling and typing indicators?

Yes, the plugin provides internal helpers specifically for attachment handling and typing indicators, ensuring robust conversations and reliable message delivery through the BlueBubbles channel.