int-evolution-go

Automate Evolution Go WhatsApp instance management and messaging via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates management of Evolution Go WhatsApp servers and messaging via REST API.

Core Features & Use Cases

  • Instance Management: List, create, connect, disconnect, status, QR, pair, logout, and delete instances across multiple numbers.
  • Send Messages: Deliver text, media, location, contact, link, sticker, and poll messages via the Evolution Go API.
  • Message Operations & Status: React, edit, delete, mark read, get message status, and set presence for chats.
  • Output & Integration: Outputs JSON to stdout; supports raw JSON mode for programmatic integration.

Quick Start

Configure EVOLUTION_GO_URL and EVOLUTION_GO_KEY in your environment, then use the Evolution Go client to list, connect, or send messages to your WhatsApp numbers.

Frequently Asked Questions about int-evolution-go

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

FAQPage Schema
How do I automate WhatsApp messaging through the Evolution Go REST API?

Automate WhatsApp messaging by configuring the EVOLUTION_GO_URL and EVOLUTION_GO_KEY environment variables, then using the Python client to send REST API calls with JSON payloads to endpoints like /instance/* and /send/* for managing instances and sending messages.

Can I manage multiple WhatsApp instances and numbers via REST API?

Yes, you can manage multiple WhatsApp instances and numbers via REST API by sending requests to /instance/* endpoints to list, create, connect, disconnect, check status, pair, logout, and delete instances across your configured numbers.

What message types are supported when sending WhatsApp messages via the Evolution Go API?

Sending WhatsApp messages via the Evolution Go API supports text, media, location, contact, link, sticker, and poll message types, along with operations to react, edit, delete, mark read, and set presence for chats.

How does QR code pairing work for WhatsApp instances in Evolution Go?

QR code pairing for WhatsApp instances in Evolution Go works by calling the REST API to generate and retrieve a QR code, which you scan with your phone to connect and authenticate the instance with your WhatsApp number.

Do I need specific environment variables to connect to the Evolution Go API?

Yes, you need to set the EVOLUTION_GO_URL and EVOLUTION_GO_KEY environment variables to authenticate and establish connectivity before using the Python client to perform REST API calls for instance management and messaging.

Can I get raw JSON output from Evolution Go API calls for programmatic integration?

Yes, you can get raw JSON output from Evolution Go API calls for programmatic integration, as the Python client outputs JSON to stdout and supports raw JSON mode to pipe responses directly into downstream applications.