#whatsapp#message

WhatsApp Utils

Phone number formatting, cache inspection, contact export, and message ID generation

Install

openclaw skills install @marcosrippel/whatsapp-utils

WhatsApp Utils Skill

Miscellaneous utilities for WhatsApp automation.

Usage

text
exec({ cmd: "node <skill_dir>/scripts/utils.js COMMAND [ARGS]" })

Commands

Format Phone Number

text
exec({ cmd: "node <skill_dir>/scripts/utils.js format \"(11) 99999-9999\"" })

Clean Phone Number

text
exec({ cmd: "node <skill_dir>/scripts/utils.js clean \"+55 (11) 99999-9999\"" })

Cache Info

text
exec({ cmd: "node <skill_dir>/scripts/utils.js cache-info" })

Export Contacts

text
exec({ cmd: "node <skill_dir>/scripts/utils.js export-contacts" })

Generate Message ID

text
exec({ cmd: "node <skill_dir>/scripts/utils.js gen-id" })