bluebubbles

Develop and maintain the BlueBubbles external channel plugin for Moltbot with REST and webhook integrations.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill bluebubbles-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bluebubbles
Source: https://github.com/malue-ai/dazee-small/tree/main/skills/library/bluebubbles
Command: npx skills add https://github.com/malue-ai/dazee-small --skill bluebubbles-malue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the development and management of the BlueBubbles external channel plugin for Moltbot, enabling seamless communication and integration.

Core Features & Use Cases

  • Plugin Development: Facilitates building and updating the BlueBubbles plugin, including its extension package, channel implementation, and webhook handling.
  • Communication: Supports sending messages, reactions, and typing indicators, as well as marking chats as read.
  • Use Case: A developer can use this skill to quickly test sending a message to a specific BlueBubbles contact and verify that the message is received correctly, or to set up a webhook to automatically process incoming messages.

Quick Start

Use the bluebubbles skill to send a message to the target '1234567890' with the content 'Hello from Moltbot!'.

Frequently Asked Questions about bluebubbles

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

FAQPage Schema
How do I send an iMessage using BlueBubbles REST API from a custom plugin?

To send an iMessage via the BlueBubbles REST API, you develop a channel plugin that integrates REST send functionalities, specifying the target contact and message content. The plugin architecture handles dispatching the communication through the BlueBubbles server.

Can I process inbound BlueBubbles messages automatically with a webhook?

Yes, you can process inbound BlueBubbles messages automatically by setting up webhook inbound capabilities within your channel plugin. The plugin architecture receives incoming payloads, allowing your system to react to new communications and attachments.

Does the BlueBubbles messaging plugin support typing indicators and read receipts?

Yes, the BlueBubbles messaging plugin supports typing indicators and read receipts. It handles communication features including sending reactions, marking chats as read, and transmitting typing states through its defined API.

How do I handle attachments in a BlueBubbles channel integration?

You handle attachments in a BlueBubbles channel integration by utilizing the plugin's built-in attachment handling capabilities. The defined plugin architecture manages file payloads received via webhook or sent through the REST API functionalities.

What is required to build a BlueBubbles external channel plugin for Moltbot?

Building a BlueBubbles external channel plugin for Moltbot requires developing an extension package that implements channel communication, webhook handling, and REST API integration. The Skill provides scripts and references to streamline this architecture setup.