SkillHub

whatsapp-common-groups

v1.0.0

Find groups shared between contacts and check group membership

Sourced from ClawHub, Authored by Marcos Santos

Installation

Please help me install the skill `whatsapp-common-groups` from SkillHub official store. npx skills add MarcosRippel/whatsapp-common-groups

WhatsApp Common Groups Skill

Discover groups two contacts share, or verify if a number belongs to a specific group.

Usage

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

Commands

Find Common Groups

exec({ cmd: "node <skill_dir>/scripts/common.js find "5511999999999"" })

Check if Number is in Group

exec({ cmd: "node <skill_dir>/scripts/common.js check "5511999999999" "[email protected]"" })

List All Known Members Across Groups

exec({ cmd: "node <skill_dir>/scripts/common.js all-members 50" })