whatsapp-groups

Discover, list, and search WhatsApp groups from Baileys session data

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "whatsapp-groups" with this command: npx skills add MarcosRippel/whatsapp-groups

WhatsApp Groups Skill

Automatically discover WhatsApp groups the bot participates in by reading Baileys session cache files.

Usage

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

Commands

List All Groups

exec({ cmd: "node <skill_dir>/scripts/groups.js list" })

Search Group by Name

exec({ cmd: "node <skill_dir>/scripts/groups.js search \"Marketing\"" })

Get Group ID by Name

exec({ cmd: "node <skill_dir>/scripts/groups.js get-id \"Support\"" })

Sync Groups with Config

exec({ cmd: "node <skill_dir>/scripts/groups.js sync" })

Output

Commands return JSON with group information:

{
  "total": 3,
  "groups": [
    {
      "id": "5551XXXXXXXX-TIMESTAMP@g.us",
      "name": "Team Chat",
      "isActive": true
    }
  ]
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

WhatsApp Group Admin

Group administration utilities - info, stats, invite link parsing, and creation templates

Registry SourceRecently Updated
4100Profile unavailable
General

WhatsApp Common Groups

Find groups shared between contacts and check group membership

Registry SourceRecently Updated
4030Profile unavailable
General

WhatsApp Contacts

List, search, and lookup WhatsApp contacts from the Baileys session cache

Registry SourceRecently Updated
3700Profile unavailable
General

WhatsApp Utils

Phone number formatting, cache inspection, contact export, and message ID generation

Registry SourceRecently Updated
5480Profile unavailable