Install
openclaw skills install whatsapp-common-groupsFind groups shared between contacts and check group membership
openclaw skills install whatsapp-common-groupsDiscover groups two contacts share, or verify if a number belongs to a specific group.
exec({ cmd: "node <skill_dir>/scripts/common.js COMMAND [ARGS]" })
exec({ cmd: "node <skill_dir>/scripts/common.js find \"5511999999999\"" })
exec({ cmd: "node <skill_dir>/scripts/common.js check \"5511999999999\" \"groupId@g.us\"" })
exec({ cmd: "node <skill_dir>/scripts/common.js all-members 50" })