Streamline WhatsApp group management through command-line utilities for info, stats, and templates.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install whatsapp-group-admin
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-group-admin 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 Group Admin skill provides a powerful set of administrative utilities designed to manage WhatsApp groups via the command line. This utility is a core component of the Openclaw Skills ecosystem, allowing developers and administrators to programmatically interact with group metadata and structures.
By leveraging this skill, users can retrieve detailed group information, list all joined groups with associated statistics, and even parse invite links to extract group data without joining. It serves as an essential bridge for those looking to automate group oversight and maintenance within their communication workflows.
To integrate this into your environment, navigate to the skill directory and ensure you have Node.js installed. Modification commands require an active WhatsApp connection.
# Navigate to the skill directory
cd whatsapp-group-admin
# Run administration commands
node scripts/admin.js list
node scripts/admin.js info "[email protected]"
The skill handles various data structures related to WhatsApp metadata:
| Field | Description |
|---|---|
| Group ID | Unique identifier for the group (e.g., @g.us) |
| Stats | Numeric data including member counts and activity levels |
| Invite Data | Metadata parsed from chat.whatsapp.com links |
| Creation Templates | JSON-ready structures for group setup |
Loading
A utility-driven skill for programmatically generating contact VCards, parsing group invite links, and managing forwarding templates.

A specialized skill to list, search, and lookup WhatsApp contacts directly from the local Baileys session cache.

A specialized tool for identifying shared WhatsApp groups between contacts and verifying membership across multiple chat environments.

A technical utility designed to list, search, and extract statistics from local WhatsApp Baileys session caches.

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

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








































