By csmedeiros
Skills para operar a Evolution API (WhatsApp) via o MCP evolution-api: instâncias, mensagens, chats, grupos, eventos/webhooks e chatbots de IA.
Use ALWAYS when the task involves WhatsApp via Evolution API (send message, WhatsApp instance, group, webhook, chatbot) and the evolution-api MCP is available. Teaches the discovery flow list→search→schema→execute and the read/write split. Load this skill BEFORE calling any evolution-api MCP tool.
Use when working with chats, contacts, profile, privacy, or WhatsApp groups in the Evolution API — searching messages/contacts/chats, marking as read, archiving, deleting messages, updating profile, creating groups, managing participants, invite links. Covers the `chat` and `group` domains.
Use when configuring chatbot/AI integrations in the Evolution API — OpenAI, Dify, Flowise, n8n, Typebot, EvolutionBot, EvoAI or Chatwoot. Create/update/delete bots, adjust settings, change status, list sessions, ignore JIDs. Covers the `chatbot` domain.
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.
Use when creating, connecting (QR code), restarting, logging out, deleting, or checking the connection state of a WhatsApp instance in the Evolution API. Covers the instance lifecycle (`instance` domain) via the evolution-api MCP.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
MCP server for the Evolution API — access 160+ WhatsApp endpoints via natural language in Claude Code.
git clone https://github.com/evolution-foundation/evolution-api-mcp.git
cd evolution-api-mcp
npm install && npm run build
claude mcp add evolution-api -- node /absolute/path/to/evolution-api-mcp/dist/server.js \
--env EVOLUTION_API_URL=http://localhost:8080 \
--env EVOLUTION_API_KEY=your_api_key
Replace /absolute/path/to/evolution-api-mcp with the directory where you cloned the repository.
| Tool | Description |
|---|---|
list_instances | Lists WhatsApp instances and their connection states |
search_actions | Searches endpoints by intent in natural language |
get_action_schema | Returns the full schema of an endpoint by ID |
execute_read_action | Executes read operations (GET, queries) |
execute_write_action | Executes write operations (send message, create instance, etc.) |
After registering, in a new Claude Code session:
instance · message · chat · group · call · settings · label · proxy · webhook · websocket · rabbitmq · nats · pusher · sqs · kafka · chatwoot · evolutionBot · typebot · openai · dify · flowise · n8n · evoai
| Variable | Default | Description |
|---|---|---|
EVOLUTION_API_URL | http://localhost:8080 | Evolution API base URL |
EVOLUTION_API_KEY | — | API key (required) |
EVOLUTION_API_KEY=your_key npm run smoke
npx claudepluginhub csmedeiros/evolution-api-mcp --plugin evolution-apiPermanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.