WhatsApp Group Admin for Openclaw

Streamline WhatsApp group management through command-line utilities for info, stats, and templates.

marcosrippel
v1.0.0
Feb 20, 2026
1
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install whatsapp-group-admin

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install whatsapp-group-admin using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is WhatsApp Group Admin?

The WhatsApp Group Admin skill provides a powerful set of administrative utilities designed to manage WhatsApp groups via the command line. This utility is a core component of the Openclaw Skills ecosystem, allowing developers and administrators to programmatically interact with group metadata and structures.

By leveraging this skill, users can retrieve detailed group information, list all joined groups with associated statistics, and even parse invite links to extract group data without joining. It serves as an essential bridge for those looking to automate group oversight and maintenance within their communication workflows.

WhatsApp Group Admin Use Cases

  • Monitoring group participation and member statistics across multiple channels.
  • Generating templates for new group creation to ensure consistent naming and configuration.
  • Verifying and extracting data from WhatsApp invite links before committing to a join.
  • Auditing existing group memberships and administrative statuses using Openclaw Skills.

How WhatsApp Group Admin Works

  1. The user executes the administration script via the CLI, specifying a command like info or list.
  2. The skill interfaces with the active WhatsApp session to fetch real-time group data.
  3. For analytical tasks, the script processes group metadata to generate summaries or stats.
  4. For creation or modification tasks, the skill uses an active connection to push changes to the WhatsApp platform.
  5. The resulting output is returned to the console or log for further integration within Openclaw Skills pipelines.

WhatsApp Group Admin Setup

To integrate this into your environment, navigate to the skill directory and ensure you have Node.js installed. Modification commands require an active WhatsApp connection.

# Navigate to the skill directory
cd whatsapp-group-admin

# Run administration commands
node scripts/admin.js list
node scripts/admin.js info "[email protected]"

WhatsApp Group Admin Data Schema & Taxonomy

The skill handles various data structures related to WhatsApp metadata:

Field Description
Group ID Unique identifier for the group (e.g., @g.us)
Stats Numeric data including member counts and activity levels
Invite Data Metadata parsed from chat.whatsapp.com links
Creation Templates JSON-ready structures for group setup

WhatsApp Group Admin Advanced Features

  • Advanced invite link parsing to validate group details without joining.
  • Bulk listing and statistical reporting for large-scale group management.
  • Template-based group creation for standardized onboarding.
  • Seamless integration with other Openclaw Skills for automated group monitoring.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*