bluebubbles

Send and manage iMessages via BlueBubbles self-hosted macOS server

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bluebubbles" with this command: npx skills add terrycarter1985/tc-bluebubbles

BlueBubbles iMessage Skill

Overview

Use this skill to send and manage iMessage conversations through a self-hosted BlueBubbles server. Supports text messages, attachments, reactions, edits, unsend, and iMessage effects.

Configuration

Add this to your gateway config:

[channels.bluebubbles]
server_url = "http://192.168.1.100:1234"  # Your BlueBubbles server URL
password = "your-server-password"
allowed_senders = ["*"]  # Allow all senders, or list specific handles

Usage Examples

Send a text message

{
  "tool": "bluebubbles_send",
  "parameters": {
    "target": "+15551234567",
    "message": "Hello from your AI assistant!"
  }
}

Send a message with iMessage effect

{
  "tool": "bluebubbles_send",
  "parameters": {
    "target": "+15551234567",
    "message": "Congratulations! 🎉",
    "effect": "confetti"
  }
}

Send an attachment

{
  "tool": "bluebubbles_send_attachment",
  "parameters": {
    "target": "+15551234567",
    "file_path": "/workspace/output/report.pdf",
    "caption": "Here's the report you requested"
  }
}

React to a message

{
  "tool": "bluebubbles_react",
  "parameters": {
    "target": "+15551234567",
    "message_id": "msg_12345",
    "emoji": "👍"
  }
}

Supported Effects

  • slam, loud, gentle, invisible-ink
  • balloons, confetti, lasers, fireworks, shooting-star
  • celebration, echo, spotlight, love

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Free Voiceover

Get voiced-over videos ready to post, without touching a single slider. Upload your video or script (MP4, MOV, AVI, WebM, up to 500MB), say something like "a...

Registry SourceRecently Updated
General

Voiceover Ai Free

add video or text into voiced-over videos with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. content creators, marketers, educators use it fo...

Registry SourceRecently Updated
General

OpenClaw Problem Solver自动修复小龙虾

A specialized skill designed to diagnose and solve OpenClaw issues or bugs. It prioritizes searching the official documentation (docs.openclaw.ai) first, fal...

Registry SourceRecently Updated
General

LinkedIn Jobs Scraper

Web scraping skill for LinkedIn job postings using public API endpoints. Extract job data without authentication.

Registry SourceRecently Updated