typescript/skills/bluebubbles/SKILL.md
Send and receive iMessages through BlueBubbles server API.
npx skillsauth add kody-w/openrappter bluebubblesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Send and manage iMessages via the BlueBubbles server REST API.
channels.bluebubblescurl -X POST "http://BBSERVER:1234/api/v1/message/text" \
-H "Content-Type: application/json" \
-d '{"chatGuid": "iMessage;-;+1234567890", "message": "Hello!", "tempGuid": "'$(uuidgen)'"}'
curl "http://BBSERVER:1234/api/v1/chat?limit=10&offset=0&with=lastMessage"
curl "http://BBSERVER:1234/api/v1/chat/CHAT_GUID/message?limit=25"
development
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.