bluebubbles

Develop and maintain the BlueBubbles external channel plugin for Clawdbot.

6|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hlbbbbbbb/No-worries --skill bluebubbles-hlbbbbbbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bluebubbles
Source: https://github.com/hlbbbbbbb/No-worries/tree/main/noworries_app/apps/desktop/skills/bluebubbles
Command: npx skills add https://github.com/hlbbbbbbb/No-worries --skill bluebubbles-hlbbbbbbb

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 communication and integration.

Core Features & Use Cases

  • Plugin Development: Build and update the BlueBubbles plugin for Clawdbot.
  • Channel Integration: Implement channel logic, webhook handling, and REST API interactions.
  • Use Case: Developers can use this Skill to quickly set up or modify the BlueBubbles plugin, ensuring reliable message sending, health checks, and media handling.

Quick Start

Use the bluebubbles skill to send a message to the target phone number.

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 with a custom plugin via REST API?

BlueBubbles chat integration is handled by developing an external channel plugin that performs REST send and probe operations. The plugin bridges runtime communication, managing message delivery, reactions, and health checks through the REST API.

How does webhook processing work for inbound BlueBubbles messages?

Webhook inbound processing for BlueBubbles messages works by receiving payloads at a designated endpoint, which the channel plugin then routes into the core reply pipeline. This enables real-time processing of incoming chats and attachment downloads.

Can I use the BlueBubbles plugin to handle typing indicators and read receipts?

Yes, the BlueBubbles plugin supports typing indicators and read receipts by integrating with core reply pipelines via plugin runtime and SDK helpers. These features are managed alongside standard message delivery and reactions.

What is the best way to set up a BlueBubbles channel extension package?

The best way to set up a BlueBubbles channel extension package is to use the plugin development workflow to generate catalog entries for onboarding. This process creates the necessary runtime bridging logic and channel implementation components.

Do I need a specific SDK to download attachments from BlueBubbles chats?

You need the plugin runtime SDK helpers to download attachments from BlueBubbles chats. The SDK helpers integrate directly with the core reply pipelines to manage media handling during inbound webhook processing.

Why is my BlueBubbles plugin not sending messages to the target phone number?

If your BlueBubbles plugin is not sending messages, verify the REST send operations and runtime bridging configuration. The plugin relies on proper channel implementation and core reply pipeline integration to successfully deliver messages to the target.