bluebubbles

Develop and maintain the BlueBubbles external channel plugin for Clawdbot.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/coltonbatts/Loubot --skill bluebubbles-coltonbatts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bluebubbles
Source: https://github.com/coltonbatts/Loubot/tree/main/skills/bluebubbles
Command: npx skills add https://github.com/coltonbatts/Loubot --skill bluebubbles-coltonbatts

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill facilitates the integration and development of the BlueBubbles external channel plugin, enabling seamless communication through this specific messaging platform.

Core Features & Use Cases

  • Plugin Development: Assists in building and updating the BlueBubbles plugin for Clawdbot.
  • Channel Integration: Manages communication via REST for sending and probing messages.
  • Webhook Handling: Processes inbound messages and events from BlueBubbles.
  • Use Case: Developers can use this skill to test new features for the BlueBubbles plugin, ensuring reliable message delivery and reception.

Quick Start

Use the bluebubbles skill to send a message to the contact 'John Doe'.

Frequently Asked Questions about bluebubbles

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

FAQPage Schema
How do I integrate a messaging webhook for inbound message processing?

Webhook integration for inbound message processing is handled by the BlueBubbles plugin, which captures inbound messages and events from the messaging platform through webhook endpoints.

Can I send REST-based messages and typing indicators through an external channel plugin?

Yes, sending REST-based messages and typing indicators is supported by the BlueBubbles external channel plugin through its integration with the plugin SDK for runtime operations.

What messaging features are supported when building a BlueBubbles plugin integration?

The BlueBubbles plugin integration supports message reactions, typing indicators, read receipts, attachment downloads, and REST-based message sending and probing.

How does a webhook handle message reactions and read receipts from a messaging platform?

The webhook processes inbound messages and events from BlueBubbles, specifically handling message reactions, read receipts, and typing indicators through the external channel plugin.

Do I need a plugin SDK to develop an external messaging channel for BlueBubbles?

Yes, developing the BlueBubbles external channel plugin requires integrating with the plugin SDK to manage runtime operations and maintain catalog entries for the messaging platform.

How do I test message delivery and reception for a BlueBubbles messaging integration?

You can test message delivery and reception by using the BlueBubbles plugin to send REST-based messages to contacts and verifying inbound webhook processing for received messages.