What problem does it solve?
This Skill guides the end-to-end creation of a new chatbot integration channel, preventing broken wiring across auth, database models, worker logic, and the builder UI.
Core Features & Use Cases
- Channel Integration Scaffolding: Creates the integration package, webhook handler, and schema needed for a new messaging channel.
- Database and Registration Wiring: Updates channel enums, relations, app registrations, and workspace-linked records so the new channel works across the system.
- Builder Feature Setup: Generates the management page, create and delete actions, forms, and inbox UI needed to manage the integration.
- Use Case: Add support for a new platform like Telegram or Instagram by connecting webhook intake, persistence, and user-facing settings in one coordinated workflow.
Quick Start
Use the integration-channel skill to plan and implement a new channel integration for the chatbot platform, including authentication, database registration, worker wiring, and the builder UI.