#whatsapp

WhatsApp Validate

Check if phone numbers exist in the local Baileys session cache

Install

openclaw skills install @marcosrippel/whatsapp-validate

WhatsApp Validate Skill

Validate whether phone numbers have been seen by the connected WhatsApp account.

Usage

text
exec({ cmd: "node <skill_dir>/scripts/validate.js COMMAND [ARGS]" })

Commands

Check Single Number

text
exec({ cmd: "node <skill_dir>/scripts/validate.js check \"5511999999999\"" })

Batch Check

text
exec({ cmd: "node <skill_dir>/scripts/validate.js batch \"5511999999999,5511888888888\"" })

List Known Numbers

text
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.