chat-sdk

Build cross-platform chat bots with a unified SDK for multiple platforms.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/remiconnesson/nuxt-minimal-starter-v0-template --skill chat-sdk-remiconnesson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chat-sdk
Source: https://github.com/remiconnesson/nuxt-minimal-starter-v0-template/tree/main/.agents/skills/chat-sdk
Command: npx skills add https://github.com/remiconnesson/nuxt-minimal-starter-v0-template --skill chat-sdk-remiconnesson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates cross-platform bot development into a single framework, reducing platform-specific boilerplate and accelerating delivery.

Core Features & Use Cases

  • Unified cross-platform bot development for Slack, Teams, Google Chat, Discord, Telegram, GitHub, Linear, and WhatsApp
  • Supports mentions, direct messages, threads, reactions, slash commands, cards, modals, files, and streaming interactions
  • Webhook routing, multi-adapter support, and configurable adapters for scalable deployments
  • Rich UI components and developer-focused guides to speed integration and maintenance
  • Use case: Build a customer-support bot that operates across channels with consistent behavior

Quick Start

Create a bot project with Chat SDK, configure adapters for your desired platforms, and deploy to your environment.

Frequently Asked Questions about chat-sdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a cross-platform chat bot for Slack, Teams, and Discord without duplicating logic?

Use a unified chat bot SDK to build cross-platform bots for Slack, Teams, Discord, Telegram, and WhatsApp with shared logic. It provides a single API for bot behavior, platform adapters, and webhook routing, eliminating platform-specific boilerplate across all supported channels.

Does the unified chat SDK support rich UI components like cards and modals across all platforms?

Yes, the unified chat SDK supports rich UI components including cards and modals across supported platforms. It handles mentions, direct messages, threads, reactions, slash commands, and files, enabling consistent interactive bot experiences without writing separate UI logic per platform.

What's the best way to manage webhook routing for multi-platform chat bots?

The best way to manage multi-platform webhook routing is using a unified chat SDK with built-in webhook routing and configurable multi-adapter support. This lets you route incoming platform events to shared bot logic scalably, reducing per-platform routing boilerplate.

Can I deploy a single customer support bot across WhatsApp, Google Chat, and Telegram?

Yes, you can deploy a single customer support bot across WhatsApp, Google Chat, Telegram, and other supported platforms. The SDK applies shared bot logic through configurable platform adapters, ensuring consistent behavior and interactions across all channels.

How do I get started building a multi-platform chat bot with shared state management?

To get started, create a bot project with the chat SDK, configure adapters for your desired platforms like Slack or Discord, set up state management, and deploy to your environment. The SDK provides developer-focused guides to accelerate integration and maintenance.

Does a unified chat bot framework work with developer tools like GitHub and Linear?

Yes, the unified chat bot framework works with developer platforms including GitHub and Linear. You can build bots that interact with these platforms alongside communication channels, using the same shared API for bot logic, platform adapters, and webhook routing.