bluebubbles

Develop and maintain the BlueBubbles external channel plugin for Clawdbot with REST and webhook processing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the development and maintenance of the BlueBubbles external channel plugin for Clawdbot, enabling seamless communication and integration.

Core Features & Use Cases

  • Plugin Development: Build and update the BlueBubbles plugin, including its extension package, channel implementation, and webhook handling.
  • Communication Features: Supports sending messages, reactions, typing indicators, marking chats as read, and downloading attachments.
  • Use Case: Developers can use this Skill to quickly set up or modify the BlueBubbles integration, ensuring reliable message delivery and status updates between Clawdbot and BlueBubbles users.

Quick Start

Use the bluebubbles skill to send a message to the chat with id '12345' with the content '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 BlueBubbles messaging into my chatbot platform?

You can integrate BlueBubbles messaging by developing an external channel plugin that facilitates REST-based communication and webhook inbound processing for sending messages and handling attachments.

Can I send typing indicators and read receipts through a BlueBubbles plugin?

Yes, the BlueBubbles plugin supports sending typing indicators, marking chats as read, delivering messages, and applying reactions through a dedicated runtime bridge and API.

How do webhook inbound processes work for chat message integrations?

Webhook inbound processing captures incoming data from the messaging server, allowing the runtime bridge to parse payloads and trigger appropriate messaging events like reactions or read receipts.

Does the BlueBubbles integration support downloading attachments?

Yes, attachment handling is supported natively, allowing the plugin to download media files and process them alongside standard text messaging delivery within the chat integration.

What is the best way to maintain an external channel plugin for messaging?

Maintaining an external channel plugin involves updating the extension package and channel implementation to ensure reliable message delivery and status updates between the bot and users.

Why use a runtime bridge for REST-based chat communication?

A runtime bridge manages the REST-based communication layer, ensuring consistent message delivery, attachment handling, and real-time status synchronization between the integrated systems.