Install
openclaw skills install @santanu-kumar-prusty/whatclawManages WhatsApp whitelists to send messages only to approved numbers, track delivery status, and verify OpenClaw connectivity via word-trigger commands.
openclaw skills install @santanu-kumar-prusty/whatclawWord-trigger flow (no HTTP API usage) that:
messageId (sent, delivered, read, failed, unknown)openclaw channels status --probe)cd /home/vignesh/.openclaw/workspace/skills/whatsapp-whitelist-api
node word-trigger.js "help"
Use:
node word-trigger.js "<phrase>"
Examples:
node word-trigger.js "check whatsapp"node word-trigger.js "create set demo_ops"node word-trigger.js "list sets"node word-trigger.js "show set demo_ops"node word-trigger.js "add +918657704479 to demo_ops"node word-trigger.js "update +918657704479 to +918657704480 in demo_ops"node word-trigger.js "remove +918657704480 from demo_ops"node word-trigger.js "send 'Hello team' to demo_ops"node word-trigger.js "send 'Invoice attached' with media /home/vignesh/file.pdf to demo_ops"node word-trigger.js "send media https://example.com/image.jpg to demo_ops"node word-trigger.js "status 3EB0F09EA29438B49F44F8"media supports local file paths or URLs (image/video/document/audio)data/whitelist.jsondata/message-store.jsonread/delivered status depends on whether corresponding events are present in OpenClaw channel logs.