Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add terry-li-hm/skills --skill "whatsapp-readonly"
Install specific skill from multi-skill repository
# Description
Check WhatsApp messages using wacli-ro (read-only wrapper, send blocked). Use when asked to check WhatsApp, read messages, or see recent chats.
# SKILL.md
name: whatsapp-readonly
description: Check WhatsApp messages using wacli-ro (read-only wrapper, send blocked). Use when asked to check WhatsApp, read messages, or see recent chats.
user_invocable: true
WhatsApp Read-Only
Check WhatsApp messages safely using wacli-ro (read-only wrapper). Send is blocked at the script level.
Available Commands
# List recent chats
wacli-ro chats list --limit 20
# List messages from a specific chat
wacli-ro messages list --chat "<JID>" --limit 10
# Search messages
wacli-ro messages search "<query>" --limit 10
# Search contacts
wacli-ro contacts search "<name>"
Usage
- Use
wacli-ro chats listto see recent conversations - Use
wacli-ro contacts searchto find a contact's JID - Use
wacli-ro messages list --chat "<JID>"to read specific chat
Important
- ALWAYS use
wacli-roโ notwaclidirectly wacli-roblocks send commands at the script level- JIDs look like:
[email protected](phone) or[email protected](group) - Sync if messages seem stale:
wacli-ro sync
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.