ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

whatsapp-common-groups

Find groups shared between contacts and check group membership

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/marcosrippel/whatsapp-common-groups
Or

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" })

Metadata

Stars1401
Views0
Updated2026-02-24
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-marcosrippel-whatsapp-common-groups": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.