From evolution-api
Use when configuring or querying event delivery from the Evolution API — HTTP webhook, websocket, or queues (RabbitMQ, NATS, SQS, Kafka, Pusher). Also settings, proxy and labels. Covers the `event`, `settings`, `proxy` and `label` domains.
How this skill is triggered — by the user, by Claude, or both
Slash command
/evolution-api:evolution-events-webhooksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configures **where** the Evolution API delivers events from an instance (received messages, connection status, etc.). Each transport has a `set` (write) and `find` (read) pair. Follow `evolution-api-workflow`.
Configures where the Evolution API delivers events from an instance (received messages, connection status, etc.). Each transport has a set (write) and find (read) pair. Follow evolution-api-workflow.
event Domain — set/find pairs| Transport | Configure (write) | Query (read) |
|---|---|---|
| HTTP Webhook | event.webhook.set | event.webhook.find |
| WebSocket | event.websocket.set | event.websocket.find |
| RabbitMQ | event.rabbitmq.set | event.rabbitmq.find |
| NATS | event.nats.set | event.nats.find |
| Pusher | event.pusher.set | event.pusher.find |
| Amazon SQS | event.sqs.set | event.sqs.find |
| Kafka | event.kafka.set | event.kafka.find |
settings — settings.set (write), settings.find (read): instance behavior (reject calls, ignore groups, always online, read messages, etc.).proxy — proxy.set (write), proxy.find (read): outgoing proxy for the instance.label — label.findLabels (read), label.handleLabel (write): labels (add/remove) on chats.get_action_schema on event.webhook.set to see the fields (typically url, enabled, list of events/webhookByEvents, webhookBase64).execute_write_action with instance + the URL and the list of events to subscribe to.event.webhook.find (read).get_action_schema — each transport has its own fields (URLs, credentials, queue/topic names).set replaces the config of that transport on the instance — run find first if you want to preserve the current state.event.webhook.setevent.webhook.find (read)settings.setnpx claudepluginhub csmedeiros/evolution-api-mcp --plugin evolution-apiProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.