ai-image-creator
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
Browse the EvoNexus plugin marketplace, searching for plugins by keyword, tag, or capability. Use when the user wants to find a plugin, asks what plugins are available, or describes a need that might have a plugin. Triggers on "procura plugin de X", "marketplace de plugins",
$ npx -y skills add evolution-foundation/evo-nexus --skill plugin-marketplace --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/plugin-marketplaceContext preview
The summary Claude sees to decide when to auto-load this skill.
Browse the EvoNexus plugin marketplace, searching for plugins by keyword, tag, or capability. Use when the user wants to find a plugin, asks what plugins are available, or describes a need that might have a plugin. Triggers on "procura plugin de X", "marketplace de plugins",
name: plugin-marketplace description: Browse the EvoNexus plugin marketplace, searching for plugins by keyword, tag, or capability. Use when the user wants to find a plugin, asks what plugins are available, or describes a need that might have a plugin. Triggers on "procura plugin de X", "marketplace de plugins", "plugins disponíveis para Y", "tem algum plugin que faz Z". metadata: category: plugins version: 1.0.0
Browse the curated `registry.json` from `github.com/EvolutionAPI/evonexus-plugins` plus community plugins. Help the user find what they need and hand off to `plugin-install` when they pick one.
from dashboard.backend.sdk_client import evo
marketplace = evo.get("/api/plugins/marketplace")Cached 10min backend-side. If backend returns 503 `marketplace_unreachable`, tell the user the registry is offline and suggest direct install via git URL (`plugin-install`).
Each entry: `{id, name, version, repo_url, tier, tags, description, verified, author, homepage}`.
Default: don't filter, show everything ordered by `verified=true` first, then alphabetical.
### 🟢 PM Essentials (verified) Agents, skills, routines para gestão de projetos com sincronização Linear. v1.0.0 · tags: pm, linear, showcase · MIT · @EvolutionAPI/evonexus-plugin-pm-essentials ### 🟢 Pipedrive Suite (verified) CRM integrado: pipeline, deals, health scores. v0.4.1 · tags: crm, pipedrive · MIT · @user/evonexus-plugin-pipedrive ### Community: Custom Linear Sync Fork extendido com webhooks do Linear. v2.0.0 · tags: linear, webhooks · @community/evonexus-plugin-linear-webhooks
Use `🟢 verified` green badge, no badge for community.
If the user expresses interest in a specific plugin ("instala o Pipedrive", "quero esse aí"), hand off to `plugin-install` skill passing the `repo_url` directly.
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
Create a new custom agent for the workspace. Guides the user through defining agent name, domain, personality, skills, model, and memory folder. Use when the…
Create a new slash command for Claude Code. Guides the user through defining the command name, what it does, and generates the markdown file in…
Create a Mission, Project, or Goal (Mission → Project → Goal → Task hierarchy) in EvoNexus. Guides the user through picking a mission, choosing or creating a…
Create a new heartbeat (proactive agent scheduled with a decision prompt) for EvoNexus. Guides the user through picking an agent, setting interval, wake…
Create a new custom integration (API/service wrapper) for the workspace. Guides the user through defining the integration's slug, display name, description,…