What problem does it solve?
Adding custom external APIs or services to the workspace can be error-prone and manual, requiring consistent naming, env key declaration, and a correctly formatted SKILL.md so agents can discover and call the integration. This Skill guides users through the necessary metadata, validates uniqueness, and creates a starter SKILL.md template so integrations are registered and usable without manual file edits.
Core Features & Use Cases
- Guided creation: Collects display name, slug, category, description, env keys, auth method, and base URL with validation and sensible defaults.
- Slug and conflict checks: Ensures the chosen slug is unique against core and existing custom integrations to prevent collisions.
- Automated registration: Calls the backend to create a .claude/skills/custom-int-{slug}/SKILL.md template and informs the user how to complete setup and add env values.
- Use case: Connect a new CRM or analytics API so agents can query and update external systems through a documented, discoverable integration.
Quick Start
Create a new custom integration by providing a display name, slug, category, short description, and the required environment variable names so the system can generate the SKILL.md and register the integration.