ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

whatsapp-utils

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/marcosrippel/whatsapp-utils
Or

WhatsApp Utils Skill

Miscellaneous utilities for WhatsApp automation.

Usage

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

Commands

Format Phone Number

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

Clean Phone Number

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

Cache Info

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

Export Contacts

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

Generate Message ID

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

Metadata

Stars1401
Views1
Updated2026-02-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-marcosrippel-whatsapp-utils": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.