int-evolution-go

Manage Evolution Go WhatsApp instances and send outbound messages via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It eliminates the manual setup and repetitive work of administering an Evolution Go (WhatsApp) instance and sending different types of WhatsApp messages.

Core Features & Use Cases

  • Instance management: list instances, create new ones, connect/disconnect, check status, fetch QR codes, pair, logout, delete instances, and remove proxies.
  • Rich message sending: send text, media (image/video/audio/document via URL), locations, contacts (vCard fields), link previews, stickers, and polls.
  • Message operations: react to messages, edit, delete, mark as read, check delivery status, and set presence (composing/recording).
  • Use case: When you need to onboard new WhatsApp users and immediately send different follow-up content (a welcome text, a document link, and a poll), you can do it through one REST-driven client without third-party proxies.

Quick Start

Set EVOLUTION_GO_URL and EVOLUTION_GO_KEY for your Evolution Go server, then ask to send a text message to 5511999999999 saying Hello world.

Frequently Asked Questions about int-evolution-go

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

FAQPage Schema
How do I send WhatsApp messages through the Evolution Go REST API?

To send WhatsApp messages via the Evolution Go REST API, configure your server's EVOLUTION_GO_URL and EVOLUTION_GO_KEY environment variables, then make direct HTTP calls to send text, media, locations, or contacts to target numbers.

What message types are supported by the Evolution Go API?

The Evolution Go API supports sending text, media (image, video, audio, document via URL), locations, contacts (vCard), link previews, stickers, and polls, alongside operations like message reactions, edits, and deletes.

Can I manage WhatsApp instance lifecycles without third-party proxies?

Yes, you can manage WhatsApp instance lifecycles without third-party proxies by using the REST-driven client to list, create, connect, disconnect, fetch QR codes, pair, logout, and delete instances directly.

Does the Evolution Go API support message status checks and presence updates?

Yes, the Evolution Go API supports checking message delivery status, marking messages as read, editing, deleting, and setting user presence states such as composing or recording directly through REST endpoints.

What environment variables are required to connect to an Evolution Go WhatsApp server?

You must set EVOLUTION_GO_URL and EVOLUTION_GO_KEY environment variables to connect to your Evolution Go WhatsApp server, allowing the client to perform direct HTTP calls with JSON input validation.