A specialized tool for identifying shared WhatsApp groups between contacts and verifying membership across multiple chat environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install whatsapp-common-groups
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-common-groups 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 Common Groups skill is a technical utility designed for developers and community managers who need to programmatically audit group interactions. By integrating with Openclaw Skills, this tool allows for the rapid identification of shared communities and the verification of user participation within specific group IDs. It provides a streamlined interface to query group metadata and member lists, making it easier to manage large-scale communication networks.
This skill is particularly useful for those building automated community management workflows or conducting network analysis. It simplifies the process of cross-referencing contacts with group memberships, ensuring that you have an accurate picture of your contact's reach and presence across the WhatsApp ecosystem.
To get started with this skill, ensure you have the necessary environment configured within your Openclaw Skills setup:
# Navigate to the skill directory
cd skills/whatsapp-common-groups
# Run the discovery command to find shared groups
node scripts/common.js find "5511999999999"
# To check if a specific member is in a group
node scripts/common.js check "5511999999999" "[email protected]"
| Command | Input Argument | Output Data Type |
|---|---|---|
find |
Contact Phone Number | Array of Shared Group IDs and Names |
check |
Contact JID + Group JID | Boolean (Is Member / Not Member) |
all-members |
Limit (Integer) | List of unique member identifiers across all groups |
Loading
A technical utility designed to list, search, and extract statistics from local WhatsApp Baileys session caches.

A managed voice service for AI agents to initiate real-world phone calls and two-way conversations.

A high-speed, credential-free browser automation tool for scraping, summarizing, and auditing public websites.

A connector-agnostic memory layer utilizing Postgres and pgvector for incremental data ingestion and semantic search capabilities.

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

A utility-driven skill for programmatically generating contact VCards, parsing group invite links, and managing forwarding templates.








































