BlueBubbles

Develop the BlueBubbles external channel plugin for Clawdbot with REST APIs and webhooks.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/feiji77-2/openclaw --skill bluebubbles-feiji77-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: BlueBubbles
Source: https://github.com/feiji77-2/openclaw/tree/main/skills/bluebubbles
Command: npx skills add https://github.com/feiji77-2/openclaw --skill bluebubbles-feiji77-2

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill facilitates the integration of the BlueBubbles messaging platform with Clawdbot, enabling seamless communication through a popular messaging service.

Core Features & Use Cases

  • Plugin Development: Build and update the BlueBubbles external channel plugin.
  • REST Integration: Supports sending messages and probing the BlueBubbles service via REST APIs.
  • Webhook Handling: Manages incoming messages and events from BlueBubbles through webhooks.
  • Use Case: Developers can use this skill to extend Clawdbot's reach to users on BlueBubbles, allowing for message sending, receiving, and status updates.

Quick Start

Use the BlueBubbles skill to send a message to a specific chat.

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 platform using REST APIs and webhooks?

Integrating a messaging platform via REST APIs and webhooks requires handling outgoing HTTP requests and incoming event payloads. This skill provides the necessary helpers to send messages, probe service health, and process incoming webhook events automatically.

Can I send message reactions and chat status updates through a messaging integration?

Yes, you can send message reactions and update chat statuses through the messaging integration. The skill includes dedicated helpers for dispatching reactions and updating chat states via the configured runtime bridge.

What is needed to handle incoming webhook events for a messaging service?

Handling incoming webhook events requires a configured endpoint to receive payloads and a plugin to process the messaging data. This skill manages incoming messages and events automatically through its webhook handling component.

How do I download attachments from incoming messages via a REST API?

To download attachments from incoming messages via a REST API, you utilize the integration plugin's helper functions. This skill includes specific attachment download helpers to retrieve media files sent through the messaging service.

Does the messaging plugin require specific core settings for configuration?

Yes, the messaging plugin requires specific core settings for configuration. It operates through a runtime bridge and relies on these settings to properly route REST API interactions and manage incoming webhook events.