uazapi-groups

Community

List and persist WhatsApp group names and JIDs.

AuthorMoisesjr20
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill automates retrieving WhatsApp group metadata from UazAPI and persisting a compact list of group names and JIDs to the agent's local data store, avoiding large API payloads that would overwhelm the LLM context.

Core Features & Use Cases

  • Group discovery and sync: Fetches all groups and stores name and JID in a normalized JSON file for fast lookup.
  • Server-side filtering for safety: Instructs trimming of the large API response on the VPS before loading into the agent to prevent token/context overflow.
  • Configurable and reproducible: Uses UAIZAPI_BASE_URL and UAIZAPI_TOKEN from environment variables and supports execution via vps_execute_command or api_request as directed.
  • Use case: Keep a nightly synchronized list of groups so the agent can answer queries like "what is the JID for 'Family Silva'?" without re-fetching full participant data.

Quick Start

Ask the agent to list and save all WhatsApp groups using the configured UAIZAPI token so it writes the compact groups.json file to the skill data path.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: uazapi-groups
Download link: https://github.com/Moisesjr20/gueclaw/archive/main.zip#uazapi-groups

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.