# Send Evolution WhatsApp to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "evolution-whatsapp",
    "name": "Evolution WhatsApp",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/KareemAdelAwwad/evolution-whatsapp",
    "canonicalUrl": "https://clawhub.ai/KareemAdelAwwad/evolution-whatsapp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/evolution-whatsapp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evolution-whatsapp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "evo.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "evolution-whatsapp",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T00:47:18.591Z",
      "expiresAt": "2026-05-10T00:47:18.591Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evolution-whatsapp",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evolution-whatsapp",
        "contentDisposition": "attachment; filename=\"evolution-whatsapp-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "evolution-whatsapp"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/evolution-whatsapp"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/evolution-whatsapp",
    "downloadUrl": "https://openagent3.xyz/downloads/evolution-whatsapp",
    "agentUrl": "https://openagent3.xyz/skills/evolution-whatsapp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/evolution-whatsapp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/evolution-whatsapp/agent.md"
  }
}
```
## Documentation

### Evolution WhatsApp Skill

Control WhatsApp via Evolution API v2.

### Configuration

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"

### Getting Credentials

Deploy Evolution API — Use Evolution API or their hosted service
Create an instance — Get your instance name and token
Set environment variables — Add to your shell or OpenClaw config

### Capabilities

Send text messages
Send media (images, videos, documents)
Send audio / voice notes
Send stickers
Send location
Send contacts
Send buttons / interactive messages
Send lists
Send polls
Create / manage groups
Fetch chats, messages, contacts
Summarize group conversations

### Usage Examples

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]

### Environment Variables

VariableDescriptionEVO_BASE_URLYour Evolution API base URLEVO_INSTANCE_TOKENYour instance API tokenEVO_INSTANCE_NAMEYour instance name (URL encoded if needed)

### Notes

Ensure your Evolution API instance is running and accessible
The instance must be connected to WhatsApp
Check API documentation for rate limits and restrictions
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: KareemAdelAwwad
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T00:47:18.591Z
- Expires at: 2026-05-10T00:47:18.591Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/evolution-whatsapp)
- [Send to Agent page](https://openagent3.xyz/skills/evolution-whatsapp/agent)
- [JSON manifest](https://openagent3.xyz/skills/evolution-whatsapp/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/evolution-whatsapp/agent.md)
- [Download page](https://openagent3.xyz/downloads/evolution-whatsapp)