Install
openclaw skills install whatsapp-contactsList, search, and lookup WhatsApp contacts from the Baileys session cache
openclaw skills install whatsapp-contactsRead and search contacts stored in the local Baileys WhatsApp session.
exec({ cmd: "node <skill_dir>/scripts/contacts.js COMMAND [ARGS]" })
exec({ cmd: "node <skill_dir>/scripts/contacts.js list 50" })
exec({ cmd: "node <skill_dir>/scripts/contacts.js search \"John\"" })
exec({ cmd: "node <skill_dir>/scripts/contacts.js get 5511999999999" })
This skill reads contacts from the local Baileys session cache. Only contacts that have previously interacted with the connected account will be available.