typescript/skills/imsg/SKILL.md
Send and receive iMessages using AppleScript/osascript on macOS.
npx skillsauth add kody-w/openrappter imsgInstall 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 osascript on macOS.
osascript -e '
tell application "Messages"
set targetService to 1st account whose service type = iMessage
set targetBuddy to participant "+1234567890" of targetService
send "Hello from openrappter!" to targetBuddy
end tell
'
osascript -e '
tell application "Messages"
get name of every chat
end tell
'
osascript -e '
tell application "Messages"
set targetChat to chat "Group Name"
send "Hello group!" to targetChat
end tell
'
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.