int-evolution-api

Manage WhatsApp instances and send messages via Evolution API REST endpoints.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-evolution-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-evolution-api
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/int-evolution-api
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-evolution-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies interfacing with Evolution API to manage WhatsApp instances, send messages, and configure webhooks from a single CLI, reducing manual setup and API fiddling.

Core Features & Use Cases

  • Create, connect, and manage Evolution API WhatsApp instances.
  • Send text, media, location, contact cards, buttons, lists, and polls to individual numbers or groups.
  • Query chats and contacts and configure webhooks for automated workflows.

Quick Start

Set EVOLUTION_API_URL and EVOLUTION_API_KEY, then run the Evolution API CLI to create an instance and send a test message.

Frequently Asked Questions about int-evolution-api

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

FAQPage Schema
How do I automate WhatsApp messaging through Evolution API endpoints?

You can automate WhatsApp messaging by running a local Python CLI script that interfaces directly with Evolution API REST endpoints to send text, media, location, contact cards, buttons, lists, and polls to individual numbers or groups.

What do I need to configure before managing Evolution API WhatsApp instances?

You need to set two environment variables, EVOLUTION_API_URL and EVOLUTION_API_KEY, before running the Python CLI script to create, connect, and manage WhatsApp instances.

Can I send WhatsApp polls and interactive buttons using the Evolution API?

Yes, the CLI client sends interactive WhatsApp content including polls, buttons, lists, location, and contact cards by interfacing directly with the supported Evolution API REST endpoints.

How do I set up webhooks for WhatsApp automated workflows with Evolution API?

You configure webhooks for automated workflows by running the CLI client to interface with Evolution API REST endpoints, handling chats, groups, and webhook configurations from a single command line interface.

What is the best way to list and query WhatsApp chats using Evolution API?

The best way to query chats and contacts is by using the local Python CLI script, which applies deterministic tasks to interface directly with Evolution API REST endpoints and retrieve chat data.

Does the Evolution API CLI client require any external dependencies?

No, the CLI client relies solely on a local Python script named evolution_api_client.py and requires no external dependencies to manage WhatsApp instances and send messages.