A comprehensive toolkit for phone number manipulation, contact management, and message tracking within WhatsApp automation workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install whatsapp-utils
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install whatsapp-utils using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The whatsapp-utils skill provides a suite of essential utility commands designed to enhance and simplify WhatsApp-related automation tasks. By integrating this tool via Openclaw Skills, developers can ensure data consistency through standardized phone number formatting and cleaning, while also gaining deep visibility into local cache states and contact lists.
This skill acts as a bridge for AI agents to handle the nuances of communication data, such as generating unique message identifiers and exporting contact information for further processing. It is specifically built to operate within a CLI environment, making it a robust addition to any automated messaging stack powered by Openclaw Skills.
To utilize these Openclaw Skills, ensure you have a Node.js environment configured. The skill is typically executed directly via the agent's command execution tool.
# Example of formatting a phone number
node scripts/utils.js format "(11) 99999-9999"
# Example of exporting contacts
node scripts/utils.js export-contacts
The whatsapp-utils skill manages data through direct input/output streams and structured metadata. The following table describes the primary data interactions:
| Command | Input | Output Description |
|---|---|---|
| format | Raw phone string | Standardized numeric format |
| clean | Phone string with symbols | Stripped numeric-only string |
| cache-info | N/A | JSON object of current cache status |
| export-contacts | N/A | List of contact objects |
| gen-id | N/A | Unique alphanumeric message identifier |
All Openclaw Skills in this package prioritize non-destructive data handling and clean string returns.
Loading
A specialized tool for AI agents to retrieve bot metadata and perform contact profile lookups on WhatsApp.

A technical utility for listing and searching WhatsApp Business labels and tagged chats directly from a local session cache.

A specialized tool for discovering, searching, and syncing WhatsApp group data directly from Baileys session cache.

Streamline WhatsApp group management through command-line utilities for info, stats, and templates.

A specialized utility to verify if phone numbers exist within a local WhatsApp session cache.

A technical skill designed to monitor, optimize, and preserve AI agent context windows to prevent performance degradation during complex tasks.








































