Back to Skills

c-messaging

daxaur
Updated Yesterday
4 views
143
6
143
View on GitHub
Communicationmessagingimessagewhatsappimsgwaclisms

About

The c-messaging skill enables sending and reading messages through iMessage/SMS (via imsg) and WhatsApp (via wacli). It supports both individual and group messaging, plus reading recent conversations and checking unread messages. Use this skill when you need to automate or integrate messaging functionality across these two popular platforms.

Quick Install

Claude Code

Recommended
Primary
npx skills add daxaur/openpaw -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/daxaur/openpaw
Git CloneAlternative
git clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-messaging

Copy and paste this command in Claude Code to install this skill

Documentation

This skill manages messaging via imsg (iMessage/SMS) and wacli (WhatsApp). Check availability with which imsg wacli.

iMessage & SMS — imsg

imsg send "Phone or Email" "Message text"  # Send a message
imsg send "+14155551234" "Hello!"
imsg send "[email protected]" "Hey there"
imsg list                                   # List recent conversations
imsg list --limit 10                        # Last 10 conversations
imsg read "+14155551234"                    # Read conversation with contact
imsg read "+14155551234" --limit 20         # Read last 20 messages
imsg unread                                 # Show unread messages
imsg group send "Group Name" "Message"      # Send to a group chat
imsg group list                             # List group chats
imsg contacts                               # List contacts

WhatsApp — wacli

wacli send "+14155551234" "Message text"    # Send a message
wacli send "Contact Name" "Hello!"          # Send by name (if in contacts)
wacli list                                  # List recent chats
wacli read "+14155551234"                   # Read conversation
wacli read "+14155551234" --limit 20
wacli unread                                # Show unread messages
wacli group list                            # List WhatsApp groups
wacli group send "Group Name" "Message"
wacli status "Your status text"            # Set WhatsApp status

Usage Guidelines

  • Use imsg for iMessage/SMS to Apple devices or phone numbers.
  • Use wacli for WhatsApp contacts.
  • Phone numbers should include country code (e.g., +1 for US).
  • Check imsg unread or wacli unread before sending follow-ups.
  • If a contact name is ambiguous, prefer using the phone number directly.

Notes

  • imsg requires macOS and an active iMessage account.
  • wacli requires WhatsApp to be linked — run wacli auth to scan QR code on first use.
  • Both tools operate locally; no cloud API credentials required after initial auth.

GitHub Repository

daxaur/openpaw
Path: skills/c-messaging
0
ai-agentanthropicautomationclaudeclaude-codecli

Related Skills

himalaya-email-manager

Communication

This Claude Skill enables email management through the Himalaya CLI tool using IMAP. It allows developers to search, summarize, and delete emails from an IMAP account with natural language queries. Use it for automated email workflows like getting daily summaries or performing batch operations directly from Claude.

View skill

imsg

Communication

imsg is a CLI tool for macOS that lets you programmatically interact with iMessage/SMS via the Messages.app. It enables developers to list chats, view message history, watch conversations in real-time, and send messages or attachments. Use this skill to automate messaging tasks or integrate iMessage/SMS functionality into your development workflows.

View skill

internationalization-i18n

Communication

This Claude Skill provides comprehensive guidance for implementing internationalization (i18n) and localization in applications. It covers key tasks like message extraction, translation management, locale-specific formatting, and RTL support using libraries like i18next and gettext. Use it when building multi-language applications or adding localization features for international users.

View skill

wacli

Communication

wacli is a command-line tool that enables WhatsApp messaging, search, and synchronization via the WhatsApp Web protocol. It's primarily used within Clawdis workflows for automated handling but can be called directly to send messages, sync chats, or query history. Key features include QR-based authentication, continuous background syncing, and the ability to send both text and files.

View skill