Install
openclaw skills install wacli-whatsappSend WhatsApp messages or files from the command line using wacli (WhatsApp Web via whatsmeow). Use when the user asks to message someone on WhatsApp (send text, reply/quote, send a file/media with caption, react), or to auth/sync/search WhatsApp history via wacli.
openclaw skills install wacli-whatsappUse wacli via exec.
wacli versionbrew install steipete/tap/wacliwacli authwacli sync --followwacli doctorText:
wacli send text --to <PHONE_OR_JID> --message "<TEXT>"Quoted reply (needs message id, usually from messages list/search/show/context):
wacli send text --to <PHONE_OR_JID> --message "<TEXT>" --reply-to <MSG_ID>React:
wacli send react --to <PHONE_OR_JID> --id <MSG_ID> [--reaction "<EMOJI>"]wacli send file --to <PHONE_OR_JID> --file <PATH> [--caption "<TEXT>"] [--filename <DISPLAY_NAME>] [--mime <MIME>]wacli messages search "<QUERY>"wacli messages list --chat <JID> --asc --limit 50wacli messages context --chat <JID> --id <MSG_ID>wacli chats list --query "<NAME>" --limit 50wacli groups list --query "<NAME>" --limit 50~/.wacli on macOS; override with --store DIR or WACLI_STORE_DIR.