bluebubbles

Develop and maintain the BlueBubbles external channel plugin for OpenClaw.

5|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/0xHoneyJar/loa-beauvoir --skill bluebubbles-0xhoneyjar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bluebubbles
Source: https://github.com/0xHoneyJar/loa-beauvoir/tree/main/skills/bluebubbles
Command: npx skills add https://github.com/0xHoneyJar/loa-beauvoir --skill bluebubbles-0xhoneyjar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the integration and management of the BlueBubbles messaging platform with the OpenClaw gateway, enabling seamless communication and extension development.

Core Features & Use Cases

  • External Channel Plugin: Develop and maintain the BlueBubbles extension package for OpenClaw.
  • REST Integration: Implement RESTful send and probe functionalities for interacting with BlueBubbles.
  • Webhook Handling: Process inbound messages and events from BlueBubbles via webhooks.
  • Use Case: Automatically send and receive messages, including reactions and media, to and from BlueBubbles contacts through your OpenClaw-powered AI assistant.

Quick Start

Use the bluebubbles skill to send a message to the contact '1234567890' 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 messaging with an AI assistant via webhook?

BlueBubbles messaging integrates with AI assistants by routing inbound webhook events into a core reply pipeline, enabling automated message reception, reaction handling, and attachment downloads through an external channel plugin.

Can I send messages through a REST API using the BlueBubbles platform?

Yes, you can send messages through a REST API using the BlueBubbles platform by implementing RESTful send and probe functionalities, allowing automated text delivery and status checks to BlueBubbles contacts.

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

Yes, the BlueBubbles OpenClaw plugin supports managing typing indicators and read receipts, alongside message delivery and reactions, ensuring full conversational state synchronization between the AI assistant and contacts.

What is the best way to handle inbound media attachments from BlueBubbles webhooks?

The best way to handle inbound media attachments from BlueBubbles webhooks is through the external channel plugin, which automatically manages attachment downloads and routes the complete message payload into the reply pipeline.

How do I package a BlueBubbles extension for an OpenClaw gateway?

You package a BlueBubbles extension for an OpenClaw gateway by creating an extension package that implements channel communication logic, webhook routing, and REST integration within the core architecture.