Install
openclaw skills install whatsapp-chatsList, search, and analyze WhatsApp conversations
openclaw skills install whatsapp-chatsBrowse and search WhatsApp conversations from the local Baileys session cache.
exec({ cmd: "node <skill_dir>/scripts/chats.js COMMAND [ARGS]" })
exec({ cmd: "node <skill_dir>/scripts/chats.js list 30" })
exec({ cmd: "node <skill_dir>/scripts/chats.js search \"John\"" })
exec({ cmd: "node <skill_dir>/scripts/chats.js stats" })