skill-evolution-api

skill-evolution-api is a skill for Claude Code, Codex from IAPro-Community/Orquestrador-Maestro. It costs 52 tokens per session (778 once invoked), scanned A, original, Apache-2.0.

A guide for building WhatsApp automation with Evolution API, a service for connecting software to WhatsApp accounts. It covers pairing, messages, webhooks, consent, tenant separation, queues, retries, and delivery records.

In plain words
What is it for?
Use it to create WhatsApp instances, pair them with QR codes, receive and send messages, handle webhooks, manage multiple customers, queue work, retry safely, and keep audit logs.
Why use it?
It helps prevent duplicate messages, unreliable delivery, cross-customer data leaks, and problems caused by rate limits or repeated requests.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create WhatsApp instances, pair them with QR codes, receive and send messages, handle webhooks, manage multiple customers, queue work, retry safely, and keep audit logs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iapro-community/orquestrador-maestro/skill-evolution-api
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add IAPro-Community/Orquestrador-Maestro --skill skill-evolution-api
Clone the repo
git clone --depth 1 https://github.com/IAPro-Community/Orquestrador-Maestro

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-evolution-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-evolution-api.svg)](https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-evolution-api)
Your own site
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-evolution-api"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-evolution-api.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 778 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.00778
Opus 5 $0.00026 $0.00389
Sonnet 5 $0.00010 $0.00156
Haiku 4.5 $0.00005 $0.00078

Measured 8d ago against content hash 605e3de83945, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

skill-evolution-api scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

codex/skills/skill-evolution-api/SKILL.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Evolution API

Use this skill when integrating WhatsApp through Evolution API. Treat every message as sensitive customer communication.

Core Workflow

  1. Confirm the tenant, WhatsApp account owner, business purpose, user consent model, and allowed message categories.
  2. Keep Evolution API keys, webhook secrets, and instance credentials server-side only.
  3. Model each instance as tenant-owned state with lifecycle, QR pairing state, webhook status, heartbeat, and disconnect reason.
  4. Queue outbound sends. Apply per-instance, per-tenant, and per-contact rate limits before enqueueing.
  5. Assign every outbound request a stable idempotency key based on tenant, instance, recipient, template or body hash, and campaign or workflow ID.
  6. Treat webhooks as at-least-once delivery. Verify signature when available, dedupe by provider message ID, and make handlers idempotent.
  7. Persist delivery, read, inbound, disconnect, reconnect, and pairing events as append-only state transitions.
  8. Redact message bodies in logs unless a support or audit policy explicitly requires short-lived encrypted retention.
  9. Surface recoverable admin states: QR expired, disconnected, webhook failing, send queued, send failed, rate limited, and consent missing.

Current API Boundary

  • Target Evolution API v2+ and use the instance's documented base URL plus the apikey header.
  • Common v2 routes include POST /instance/create and POST /message/sendText/{instanceName}; verify the exact route in the deployed instance's OpenAPI/docs before coding because route shapes can differ between v1 and v2.
  • Starting with Evolution API v2.4.0, self-hosted instances require activation/licensing before business endpoints serve traffic. Add license status/activation to deployment readiness checks and surface 503 activation failures distinctly from WhatsApp failures.
  • Require explicit opt-in before sending non-transactional messages.
  • Store consent source, timestamp, contact identity, tenant, scope, and revocation timestamp.
  • Stop queued campaign or automation messages immediately when consent is revoked.
  • Keep templates, campaign labels, and operator identity attached to sends for audit.

Read the full file on GitHub · 63 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 63 lines · 52 tokens per session scan A 605e3de83945

Subscribe to this mod's changes

skill-evolution-api is a skill published in the GitHub repository IAPro-Community/Orquestrador-Maestro (41 stars, last pushed 3d ago), licensed Apache-2.0. It adds 52 tokens to every session and 778 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.