A technical utility for listing and searching WhatsApp Business labels and tagged chats directly from a local session cache.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install whatsapp-labels
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-labels 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 Labels skill is a specialized tool designed to help developers and businesses interact with WhatsApp Business organization features. By leveraging the local session cache, it provides an efficient way to programmatically retrieve label metadata and filter chat threads based on assigned tags. This skill is an essential part of the Openclaw Skills library for those building automated messaging workflows that require high levels of organization.
Before using this skill, ensure you have an active WhatsApp Business account and a local session established. Use the following commands to configure and test the skill:
# Install the necessary dependencies within the skill directory
npm install
# List all available labels to confirm connectivity
node scripts/labels.js list
# Search for chats associated with a specific label
node scripts/labels.js chats "VIP Client"
The skill manages label metadata and chat associations. The following table describes the data structure utilized by this component of the Openclaw Skills ecosystem:
| Data Point | Type | Description |
|---|---|---|
| Label Name | String | The display name of the WhatsApp Business tag (e.g., New Customer). |
| Chat ID | String | The unique identifier for a WhatsApp chat session. |
| Session Cache | File | The local storage containing the serialized business label mappings. |
Loading
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 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 AI agents to retrieve bot metadata and perform contact profile lookups on WhatsApp.

A comprehensive toolkit for phone number manipulation, contact management, and message tracking within WhatsApp automation workflows.








































