bluebubbles

Send and receive BlueBubbles messages, reactions, and media via REST API and webhook.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/StanH123h/clawdbot-self-use --skill bluebubbles-stanh123h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bluebubbles
Source: https://github.com/StanH123h/clawdbot-self-use/tree/main/skills/bluebubbles
Command: npx skills add https://github.com/StanH123h/clawdbot-self-use --skill bluebubbles-stanh123h

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill enables seamless integration with the BlueBubbles platform, allowing Clawdbot to send and receive messages, handle reactions, and manage attachments within BlueBubbles conversations.

Core Features & Use Cases

  • Message Sending: Send text messages and reactions to BlueBubbles contacts and groups.
  • Attachment Handling: Download and process media attachments sent from BlueBubbles.
  • Webhook Integration: Receive incoming messages and events from BlueBubbles via a webhook.
  • Use Case: Automatically forward messages from a BlueBubbles chat to a specific Slack channel, or use Clawdbot to respond to BlueBubbles messages with AI-generated content.

Quick Start

Use the bluebubbles skill to send a message to the contact 'John Doe' with the text 'Hello from Clawdbot!'.

Frequently Asked Questions about bluebubbles

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

FAQPage Schema
How do I integrate a bot with the BlueBubbles messaging platform for bidirectional communication?

BlueBubbles integration connects your bot to send and receive messages, handle reactions, and manage media attachments through a REST API and webhook. It facilitates dynamic chat resolution and message routing within BlueBubbles conversations.

Can I forward incoming messages from a BlueBubbles chat to another channel automatically?

Yes, webhook integration receives incoming messages and events from BlueBubbles. You can use this to automatically forward messages from a BlueBubbles chat to a specific external channel or trigger automated responses.

Does the BlueBubbles REST API support sending media attachments and reactions to contacts?

The BlueBubbles REST API supports sending text messages and reactions to contacts and groups. It also handles downloading and processing media attachments sent from BlueBubbles conversations.

What is needed to route messages dynamically within BlueBubbles group chats?

Dynamic chat resolution and message routing within BlueBubbles are handled via the plugin runtime. This allows the system to identify specific conversations and direct messages to the appropriate contacts or groups.

How do I set up a webhook to receive BlueBubbles events for an automated messaging workflow?

Webhook integration captures incoming messages and events from BlueBubbles, enabling automated workflows. You configure the webhook endpoint to receive payloads, which the system processes to trigger responses or forward data.

Are there limitations when processing media attachments downloaded from BlueBubbles?

The integration downloads and processes media attachments sent from BlueBubbles. Users should ensure their environment can handle the file sizes and formats associated with the media being transferred through the REST API.