bluebubbles

Develop and maintain the BlueBubbles external channel plugin for chat functions.

93|20|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/seedprod/openclaw-prompts-and-skills --skill bluebubbles-seedprod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bluebubbles
Source: https://github.com/seedprod/openclaw-prompts-and-skills/tree/main/.claude/skills/bluebubbles
Command: npx skills add https://github.com/seedprod/openclaw-prompts-and-skills --skill bluebubbles-seedprod

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 integration for chat functionalities.

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, typing indicators, and marking chats as read via the BlueBubbles API.
  • Use Case: When developing new features for the BlueBubbles integration, use this Skill to test message sending, reaction capabilities, and ensure webhook endpoints are correctly processing incoming messages.

Quick Start

Use the bluebubbles skill to send a message to the target phone number with the content "Hello from OpenClaw!".

Frequently Asked Questions about bluebubbles

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

FAQPage Schema
How do I integrate BlueBubbles chat plugin with webhook endpoints?

BlueBubbles chat plugin integration processes inbound webhooks and manages REST API interactions for sending messages. It handles plugin extensions and channel implementation for seamless chat functionality synchronization.

What chat features are supported by the BlueBubbles API integration?

The BlueBubbles API integration supports sending messages, reactions, typing indicators, read receipts, and attachment handling. These features enable comprehensive chat functionality through REST API interactions.

Can I send reactions and typing indicators using BlueBubbles REST API?

Yes, BlueBubbles REST API integration supports sending reactions and typing indicators. It manages these chat functionalities through API interactions, enabling real-time communication features within the plugin.

How do I handle inbound webhook processing for BlueBubbles chat messages?

BlueBubbles plugin handles inbound webhook processing by managing webhook endpoints that process incoming messages. The plugin extension package ensures correct routing and handling of chat data received through the webhooks.

Does the BlueBubbles plugin support attachment handling for chat messages?

Yes, the BlueBubbles plugin supports attachment handling within its chat functionality. It manages attachment processing through REST API interactions, ensuring files are correctly sent and received alongside message content.

What's the best way to test BlueBubbles message sending and webhook endpoints?

Use the BlueBubbles plugin to test message sending, reaction capabilities, and webhook endpoint processing. Send a target message like "Hello from OpenClaw!" to verify API interactions and inbound webhook handling function correctly.