Install
openclaw skills install whatsapp-utilsPhone number formatting, cache inspection, contact export, and message ID generation
openclaw skills install whatsapp-utilsMiscellaneous utilities for WhatsApp automation.
exec({ cmd: "node <skill_dir>/scripts/utils.js COMMAND [ARGS]" })
exec({ cmd: "node <skill_dir>/scripts/utils.js format \"(11) 99999-9999\"" })
exec({ cmd: "node <skill_dir>/scripts/utils.js clean \"+55 (11) 99999-9999\"" })
exec({ cmd: "node <skill_dir>/scripts/utils.js cache-info" })
exec({ cmd: "node <skill_dir>/scripts/utils.js export-contacts" })
exec({ cmd: "node <skill_dir>/scripts/utils.js gen-id" })