WhatsApp Common Groups for Openclaw

A specialized tool for identifying shared WhatsApp groups between contacts and verifying membership across multiple chat environments.

marcosrippel
v1.0.0
Feb 19, 2026
0
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install whatsapp-common-groups

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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

Prefer to download?

Get the raw skill files in a ZIP archive.

What is WhatsApp Common Groups?

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.

WhatsApp Common Groups Use Cases

  • Identifying mutual group interests when connecting with new contacts.
  • Auditing specific group IDs to verify if a member has successfully joined or remains active.
  • Exporting comprehensive lists of all known members across all joined groups for contact synchronization.
  • Automating community verification processes within a wider Openclaw Skills automation pipeline.

How WhatsApp Common Groups Works

  1. The user provides a target phone number or group ID to the execution script located within the Openclaw Skills directory.
  2. The script utilizes a Node.js environment to interface with the active WhatsApp session.
  3. Depending on the command, the skill fetches the list of groups the current user is part of and compares them against the target contact.
  4. For membership checks, it performs a direct lookup against the group's participant list to return a boolean status.
  5. The tool outputs structured data representing common group names, group IDs, or member lists for the AI agent to process.

WhatsApp Common Groups Setup

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]"

WhatsApp Common Groups Data Schema & Taxonomy

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

WhatsApp Common Groups Advanced Features

  • Programmatic membership verification for automated onboarding systems.
  • Bulk member discovery across all known groups to build a local contact index.
  • High-performance filtering of group participants using standard JID identifiers.
  • Seamless integration into multi-agent workflows using the Openclaw Skills framework.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*