bluebubbles

Send and manage iMessages through BlueBubbles gateway channels.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Luzzer/Kraken --skill bluebubbles-luzzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bluebubbles
Source: https://github.com/Luzzer/Kraken/tree/main/skills/bluebubbles
Command: npx skills add https://github.com/Luzzer/Kraken --skill bluebubbles-luzzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BlueBubbles enables reliable sending and management of iMessages from your automation gateway, removing the need to switch apps or devices.

Core Features & Use Cases

  • Send text messages and attachments through the BlueBubbles channel to individuals or groups.
  • React to messages, edit or unsend your previous messages, and reply in threads to maintain conversation context.
  • Manage participants, names, and icons in group chats via the same programmable interface.

Quick Start

Send a test message to a contact using the bluebubbles channel.

Frequently Asked Questions about bluebubbles

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

FAQPage Schema
How do I automate sending iMessages from a custom gateway?

You can automate sending iMessages by configuring the BlueBubbles channel in your gateway, which exposes generic messaging actions to programmatically send texts and attachments to individuals or groups.

Can I programmatically react to or edit iMessages in an automation workflow?

Yes, the messaging interface supports iMessage reactions, edits, unsend, and threaded replies, allowing you to fully manage conversation context dynamically within automated workflows.

Do I need a specific gateway configuration to manage group chats via BlueBubbles?

Yes, you must set up the gateway config channels.bluebubbles to programmatically manage group conversations, including managing participants, names, and icons through the messaging interface.

Is it possible to send attachments in automated iMessages?

Yes, you can send attachments in automated iMessages by utilizing the dedicated sendAttachment action exposed by the BlueBubbles gateway channel for one-to-one and group conversations.

What are the limitations of automating iMessages through a gateway?

Automating iMessages requires a continuously running BlueBubbles gateway configuration and depends entirely on the gateway's availability to execute actions like sending, reacting, or editing messages.