c-messaging
について
c-messagingスキルは、iMessage/SMS(imsg経由)およびWhatsApp(wacli経由)を通じてメッセージの送信と読み取りを可能にします。個人およびグループメッセージングをサポートし、加えて最近の会話の読み取りや未読メッセージの確認も行えます。これら2つの主要プラットフォームにまたがるメッセージング機能の自動化や統合が必要な場合に、このスキルをご利用ください。
クイックインストール
Claude Code
推奨npx skills add daxaur/openpaw -a claude-code/plugin add https://github.com/daxaur/openpawgit clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-messagingこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
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
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.
GitHub リポジトリ
関連スキル
himalaya-email-manager
コミュニケーションこのClaude Skillは、Himalaya CLIツールを介してIMAPを使用したメール管理を可能にします。開発者は自然言語クエリでIMAPアカウントからメールを検索、要約、削除できます。日次の要約取得やバッチ操作の実行など、Claudeから直接自動化されたメールワークフローにご利用いただけます。
imsg
コミュニケーションimsgは、macOS用のCLIツールで、Messages.appを介してプログラムでiMessage/SMSとやり取りできます。開発者がチャットの一覧表示、メッセージ履歴の閲覧、会話のリアルタイム監視、メッセージや添付ファイルの送信を可能にします。このスキルを使用して、メッセージングタスクを自動化したり、開発ワークフローにiMessage/SMS機能を統合したりできます。
internationalization-i18n
コミュニケーションこのClaudeスキルは、アプリケーションの国際化(i18n)とローカライゼーション実装に関する包括的なガイダンスを提供します。i18nextやgettextなどのライブラリを使用したメッセージ抽出、翻訳管理、ロケール固有のフォーマット、RTL(右から左)対応などの主要タスクを網羅しています。多言語アプリケーションを構築する際や、国際ユーザー向けにローカライゼーション機能を追加する際にご活用ください。
wacli
コミュニケーションwacliは、WhatsApp Webプロトコルを介してWhatsAppメッセージの送信、検索、同期を可能にするコマンドラインツールです。主にClawdisワークフロー内で自動処理に使用されますが、メッセージ送信、チャット同期、履歴照会のために直接呼び出すこともできます。主な機能には、QRコード認証、バックグラウンドでの継続的同期、テキストおよびファイル送信機能が含まれます。
