whatsapp-evo

Fetch and manage WhatsApp conversations via Evolution API with CLI utilities.

97|17|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/antoniolg/agent-kit --skill whatsapp-evo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whatsapp-evo
Source: https://github.com/antoniolg/agent-kit/tree/main/skills/whatsapp-evo
Command: npx skills add https://github.com/antoniolg/agent-kit --skill whatsapp-evo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Managing WhatsApp conversations via Evolution API can be tedious and error-prone when monitoring unread chats and replying at scale; this skill streamlines that workflow by providing structured commands to fetch, view, and respond.

Core Features & Use Cases

  • List unread chats and show concise previews using Evolution API to prioritize responses.
  • Send replies to individual or group conversations and maintain local state to avoid duplicates.
  • Use for support, customer engagement, or notification workflows where WhatsApp communication is critical.

Quick Start

Run the whatsapp-inbox script to list unread chats, then use whatsapp-reply to send a response.

Frequently Asked Questions about whatsapp-evo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list unread WhatsApp chats via Evolution API?

To list unread WhatsApp chats via Evolution API, run the whatsapp-inbox CLI utility. It fetches conversations and shows concise previews, allowing you to monitor unread messages and prioritize responses effectively.

Can I automate WhatsApp replies for customer support using Evolution API?

Yes, you can automate WhatsApp replies for customer support using Evolution API. The skill provides CLI commands to send responses to individual or group conversations while maintaining local state to avoid duplicates.

What is state persistence in WhatsApp messaging automation?

State persistence in WhatsApp messaging automation tracks processed conversations locally. It prevents duplicate replies when monitoring unread chats and sending responses at scale through the Evolution API.

Do I need token-based authentication to connect WhatsApp via Evolution API?

Yes, you need token-based authentication to connect WhatsApp via Evolution API. The CLI utilities require configurable instance URLs and authentication tokens set via environment variables or config files.

What's the best way to manage WhatsApp notifications and inbox workflows at scale?

The best way to manage WhatsApp notifications and inbox workflows at scale is using CLI automation scripts with Evolution API. These scripts provide structured commands to fetch, filter, and reply to unread chats with context.

Why does my WhatsApp reply script send duplicate messages?

Your WhatsApp reply script sends duplicate messages if local state management is not configured. The skill applies state persistence to track replied conversations, avoiding duplicates when sending responses via Evolution API.