A specialized utility to verify if phone numbers exist within a local WhatsApp session cache.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install whatsapp-validate
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-validate using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
WhatsApp Validate is a technical tool designed to query local Baileys session data to determine if specific phone numbers have previously interacted with your connected WhatsApp account. As a core component of Openclaw Skills, it allows developers and automated agents to perform rapid, local-first lookups without triggering external API rate limits or network latency. This skill is essential for managing session-aware bots that need to distinguish between known contacts and new inquiries.
By leveraging the local data store, this skill ensures high-performance verification for contact management. It provides a bridge between raw session data and actionable logic, making it a vital asset for those building robust communication workflows with Openclaw Skills.
To use this skill within your environment, follow these steps:
# Navigate to the skill directory
cd path/to/whatsapp-validate
# Ensure node dependencies are present
npm install
# Run a validation check
node scripts/validate.js check "5511999999999"
The skill interacts with the session cache to identify specific metadata. Below is the structure of how it interprets the local data:
| Attribute | Description |
|---|---|
| JID | The unique WhatsApp identifier (e.g., number@s.whatsapp.net). |
| Session Cache | Local database containing interaction history and contact lists. |
| Command Result | A boolean or list output indicating the presence of a number in the cache. |
Loading
A comprehensive toolkit for phone number manipulation, contact management, and message tracking within WhatsApp automation workflows.

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.

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

A structured, portable workspace framework for AI agents featuring project boundaries, role-based taxonomy, and automated memory management.








































