Install
openclaw skills install evolution-whatsappManage WhatsApp via Evolution API: send messages, media, contacts, polls, manage groups, fetch chats, and summarize conversations.
openclaw skills install evolution-whatsappControl WhatsApp via Evolution API v2.
Before using, configure your credentials:
export EVO_BASE_URL="https://your-evo-instance.com"
export EVO_INSTANCE_TOKEN="your-instance-token"
export EVO_INSTANCE_NAME="YourInstanceName"
Send a message to +201234567890: Hello!
Send an image to [number]: https://example.com/image.jpg with caption "Check this out"
Get my recent chats
List my groups
Summarize group [group name]
| Variable | Description |
|---|---|
EVO_BASE_URL | Your Evolution API base URL |
EVO_INSTANCE_TOKEN | Your instance API token |
EVO_INSTANCE_NAME | Your instance name (URL encoded if needed) |