Bluebubbles
Use when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add bluebubbles npx -- -y @trustedskills/bluebubbles
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bluebubbles": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bluebubbles"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
BlueBubbles allows an AI agent to communicate with users via Apple's iMessage platform. This skill integrates OpenClaw, a personal AI assistant, into existing messaging workflows, enabling interactions on a familiar and widely used channel. It provides a local, fast, and always-on experience for single-user assistance.
When to use it
- Receive reminders or notifications directly within your iMessage conversations.
- Quickly access information or perform tasks without switching between apps.
- Have ongoing, conversational interactions with an AI assistant while using other Apple devices.
- Automate simple processes like sending messages or setting calendar events through iMessage.
Key capabilities
- iMessage integration
- Local and fast processing
- Always-on availability
- Single-user focus
- Part of the broader OpenClaw personal AI assistant ecosystem
Example prompts
- "Hey OpenClaw, remind me to call John at 2pm."
- "OpenClaw, what's the weather like tomorrow?"
- βSend a message to Sarah saying Iβm running late.β
Tips & gotchas
- Requires installation and configuration of the OpenClaw assistant. Running
openclaw onboardis recommended for initial setup. - Functionality depends on the capabilities of the underlying OpenClaw AI agent; BlueBubbles simply provides the communication channel.
Tags
Requirements
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 7b5e64ef, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v2026.3.2
- License
- MIT
- Author
- openclaw
- Installs
- 0
- Updated
- Mar 3, 2026
- Published
- Nov 24, 2025
π Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.