{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/evolution-whatsapp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evolution-whatsapp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "evo.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/evolution-whatsapp",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Evolution WhatsApp Skill",
        "body": "Control WhatsApp via Evolution API v2."
      },
      {
        "title": "Configuration",
        "body": "Before using, configure your credentials:\n\nexport EVO_BASE_URL=\"https://your-evo-instance.com\"\nexport EVO_INSTANCE_TOKEN=\"your-instance-token\"\nexport EVO_INSTANCE_NAME=\"YourInstanceName\""
      },
      {
        "title": "Getting Credentials",
        "body": "Deploy Evolution API — Use Evolution API or their hosted service\nCreate an instance — Get your instance name and token\nSet environment variables — Add to your shell or OpenClaw config"
      },
      {
        "title": "Capabilities",
        "body": "Send text messages\nSend media (images, videos, documents)\nSend audio / voice notes\nSend stickers\nSend location\nSend contacts\nSend buttons / interactive messages\nSend lists\nSend polls\nCreate / manage groups\nFetch chats, messages, contacts\nSummarize group conversations"
      },
      {
        "title": "Usage Examples",
        "body": "Send a message to +201234567890: Hello!\nSend an image to [number]: https://example.com/image.jpg with caption \"Check this out\"\nGet my recent chats\nList my groups\nSummarize group [group name]"
      },
      {
        "title": "Environment Variables",
        "body": "VariableDescriptionEVO_BASE_URLYour Evolution API base URLEVO_INSTANCE_TOKENYour instance API tokenEVO_INSTANCE_NAMEYour instance name (URL encoded if needed)"
      },
      {
        "title": "Notes",
        "body": "Ensure your Evolution API instance is running and accessible\nThe instance must be connected to WhatsApp\nCheck API documentation for rate limits and restrictions"
      }
    ],
    "body": "Evolution WhatsApp Skill\n\nControl WhatsApp via Evolution API v2.\n\nConfiguration\n\nBefore using, configure your credentials:\n\nexport EVO_BASE_URL=\"https://your-evo-instance.com\"\nexport EVO_INSTANCE_TOKEN=\"your-instance-token\"\nexport EVO_INSTANCE_NAME=\"YourInstanceName\"\n\nGetting Credentials\nDeploy Evolution API — Use Evolution API or their hosted service\nCreate an instance — Get your instance name and token\nSet environment variables — Add to your shell or OpenClaw config\nCapabilities\nSend text messages\nSend media (images, videos, documents)\nSend audio / voice notes\nSend stickers\nSend location\nSend contacts\nSend buttons / interactive messages\nSend lists\nSend polls\nCreate / manage groups\nFetch chats, messages, contacts\nSummarize group conversations\nUsage Examples\nSend a message to +201234567890: Hello!\nSend an image to [number]: https://example.com/image.jpg with caption \"Check this out\"\nGet my recent chats\nList my groups\nSummarize group [group name]\n\nEnvironment Variables\nVariable\tDescription\nEVO_BASE_URL\tYour Evolution API base URL\nEVO_INSTANCE_TOKEN\tYour instance API token\nEVO_INSTANCE_NAME\tYour instance name (URL encoded if needed)\nNotes\nEnsure your Evolution API instance is running and accessible\nThe instance must be connected to WhatsApp\nCheck API documentation for rate limits and restrictions"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/KareemAdelAwwad/evolution-whatsapp",
    "publisherUrl": "https://clawhub.ai/KareemAdelAwwad/evolution-whatsapp",
    "owner": "KareemAdelAwwad",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}