What problem does it solve?
EvoNexus users need a consistent way to connect new external tools and APIs to the agent workspace so agents can use them reliably, but many integrations aren’t available out of the box.
Core Features & Use Cases
- Creates a custom integration skill: Generates a new
.claude/skills/custom-int-{slug}/SKILL.md entry that agents can discover and use.
- Guides integration setup: Collects slug, display name, description, category, required environment variable keys, optional auth method, and optional base URL.
- Enforces uniqueness and organization: Ensures the chosen slug doesn’t conflict with existing core or custom integrations to avoid duplicate/ambiguous integrations.
- Supports agent-ready documentation: Produces integration metadata so the dashboard and agents can present it as “Not configured” until env keys are set.
Quick Start
Ask the assistant to create an integration for your external service by specifying the display name, slug, category, required env keys, and how authentication works, so it generates the custom integration’s SKILL.md for your workspace.