whatsapp-validate
Check if phone numbers exist in the local Baileys session cache
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/marcosrippel/whatsapp-validateWhatsApp Validate Skill
Validate whether phone numbers have been seen by the connected WhatsApp account.
Usage
exec({ cmd: "node <skill_dir>/scripts/validate.js COMMAND [ARGS]" })
Commands
Check Single Number
exec({ cmd: "node <skill_dir>/scripts/validate.js check \"5511999999999\"" })
Batch Check
exec({ cmd: "node <skill_dir>/scripts/validate.js batch \"5511999999999,5511888888888\"" })
List Known Numbers
exec({ cmd: "node <skill_dir>/scripts/validate.js list 50" })
Note
This skill checks the local cache only. A number not found may still have WhatsApp — it simply hasn't interacted with the bot yet.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-marcosrippel-whatsapp-validate": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
whatsapp-chats
List, search, and analyze WhatsApp conversations
whatsapp-group-admin
Group administration utilities - info, stats, invite link parsing, and creation templates
whatsapp-utils
Phone number formatting, cache inspection, contact export, and message ID generation
whatsapp-profile
View bot profile info and lookup contact profiles
whatsapp-forward
Generate VCards, parse invite links, and create forwarding templates