What problem does it solve?
This Skill removes the complexity of building separate bots for each messaging platform by giving you one unified way to design, route, and maintain chat automation across many channels.
Core Features & Use Cases
- Multi-platform bot architecture: Build once and deploy to Slack, Teams, Google Chat, Discord, Telegram, GitHub, Linear, and WhatsApp with shared logic.
- Conversation primitives: Work with chats, threads, messages, reactions, slash commands, cards, and modals through a consistent abstraction.
- Streaming and state management: Support AI-powered replies, durable thread state, deduplication, and adapter-specific webhook handling.
- Use case: Create a support bot that listens for mentions in Slack, replies in threads, opens modals for approvals, and reuses the same core logic for Discord and Telegram.
Quick Start
Ask the assistant to use the chat-sdk skill to design a multi-platform chat bot with shared event handling, adapter setup, streaming replies, and webhook wiring.