<< All versions
iMessage & SMS —
WhatsApp —
Skill v1.0.1
currentAutomated scan100/100daxaur/openpaw/c-messaging
2 files
──Details
PublishedMay 30, 2026 at 10:39 PM
Content Hashsha256:13ff1a6239210141...
Git SHAa2562d1c5cb2
Bump Typepatch
──Files
Files (1 file, 2.2 KB)
SKILL.md2.2 KBactive
SKILL.md · 53 lines · 2.2 KB
version: "1.0.1" name: c-messaging description: Send and read messages via imsg (iMessage) and wacli (WhatsApp). Supports sending to individuals or groups, reading recent conversations, and checking unread messages across both platforms. tags: [messaging, imessage, whatsapp, imsg, wacli, sms]
This skill manages messaging via imsg (iMessage/SMS) and wacli (WhatsApp). Check availability with which imsg wacli.
iMessage & SMS — imsg
bash
imsg send "Phone or Email" "Message text" # Send a messageimsg send "+14155551234" "Hello!"imsg send "user@icloud.com" "Hey there"imsg list # List recent conversationsimsg list --limit 10 # Last 10 conversationsimsg read "+14155551234" # Read conversation with contactimsg read "+14155551234" --limit 20 # Read last 20 messagesimsg unread # Show unread messagesimsg group send "Group Name" "Message" # Send to a group chatimsg group list # List group chatsimsg contacts # List contacts
WhatsApp — wacli
bash
wacli send "+14155551234" "Message text" # Send a messagewacli send "Contact Name" "Hello!" # Send by name (if in contacts)wacli list # List recent chatswacli read "+14155551234" # Read conversationwacli read "+14155551234" --limit 20wacli unread # Show unread messageswacli group list # List WhatsApp groupswacli group send "Group Name" "Message"wacli status "Your status text" # Set WhatsApp status
Usage Guidelines
- Use
imsgfor iMessage/SMS to Apple devices or phone numbers. - Use
waclifor WhatsApp contacts. - Phone numbers should include country code (e.g., +1 for US).
- Check
imsg unreadorwacli unreadbefore sending follow-ups. - If a contact name is ambiguous, prefer using the phone number directly.
Notes
imsgrequires macOS and an active iMessage account.waclirequires WhatsApp to be linked — runwacli authto scan QR code on first use.- Both tools operate locally; no cloud API credentials required after initial auth.