skills/whatsapp-evo/SKILL.md
Manage WhatsApp via Evolution API (v2.x): list chats with unread messages and reply.
npx skillsauth add antoniolg/agent-kit whatsapp-evoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
EVOLUTION_API_URL (optional if config)EVOLUTION_API_TOKENEVOLUTION_INSTANCE (optional if config)api_url and instance in ~/.config/skills/config.json under whatsapp_evo (recommended). The token must be set via env var.Example:
{
"whatsapp_evo": {
"api_url": "https://evo.example.com",
"instance": "MyInstance"
}
}
scripts/whatsapp-inbox --json-out /tmp/whatsapp-inbox.json
READ status in the API (it may not match "mark as unread" in the app).~/.cache/whatsapp-evo/inbox-state.json to avoid repeating chats (override with --state or WHATSAPP_EVO_STATE_PATH).--no-update-state if you want to list the same chats again.--since-days N to ignore old messages in the first pass (default 7).--pending-reply to list conversations from the last N days where the latest message is not yours (ignores local state).scripts/whatsapp-reply --index <n> --text "reply"
message/sendText.remote_jid if needed.--delay <ms>, --link-preview, --instance, --url.scripts/whatsapp-history --index <n> --limit 50
--jid or --number if you don’t have an index.--since 2025-01-01 or --since 2025-01-01T10:00:00Z and --until.--incoming-only to show only inbound messages./tmp/whatsapp-inbox.json contains:
indexnameremote_jidnumberunread_countlast_message_idlast_message_from_melast_message_textlast_message_timestamplast_message_sendertools
Use the private LearnWorlds CLI to inspect DevExpert Academy users, find students by email, list their enrolled courses/products, look up products, and perform safe enrollment workflows. Trigger when Antonio asks what courses a student has in LearnWorlds or academia.devexpert.io, whether someone belongs to the current or next AI Expert edition, or to use the LearnWorlds/academy CLI.
tools
Orchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.
development
Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards, generate fresh standalone images for sections or detail views instead of cropping old ones, avoid lazy under-generation, avoid cards-inside-cards-inside-cards UI, and keep the hero clean, spacious, readable, and visible on a small laptop.
development
Create, repair, validate, preview, and package Codex-compatible animated pet spritesheets from character art, screenshots, generated images, or visual references. Use when a user wants to hatch a Codex pet, create a custom animated pet, or build a built-in pet asset with an 8x9 atlas, transparent unused cells, row-by-row animation prompts, QA contact sheets, preview videos, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.