🧪 Skills

WhatsApp Groups

--- name: whatsapp-groups description: Discover, list, and search WhatsApp groups from Baileys session data --- # WhatsApp Groups Skill Automatically discover WhatsApp groups the bot particip

v1.0.0
❤️ 0
⬇️ 351
👁 1
Share

Description


name: whatsapp-groups description: Discover, list, and search WhatsApp groups from Baileys session data

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

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs