vercelvercelOfficialยท1 Agent Skills Included

chat

Build chat bots once and deploy them across every messaging platform

Builds chat bots for Slack, Teams, Google Chat, Discord, Telegram, WhatsApp, GitHub, and Linear from one shared TypeScript codebase. Handles webhooks, mentions, threads, cards, modals, slash commands, and AI streaming without rewriting logic per platform. Includes a scaffolding CLI, state adapters for Redis and Postgres, and ready-made guides so agents ship working bots faster.
npx skills add vercel/chat --all -g -y
Available:

Tells the AI agent how the monorepo is structured, which commands to run, and how to safely edit adapters, state packages, and docs when building or extending chat bots.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Chat SDK?โ–ผ

Run `npx skills add vercel/chat --all -g -y` in your terminal to install the Chat SDK skill suite globally for your AI agent.

What platforms does Chat SDK support?โ–ผ

It supports Slack, Microsoft Teams, Google Chat, Discord, Telegram, WhatsApp, Messenger, Instagram, GitHub, Linear, Notion, and web chat, all through one unified API.

Can I write bot logic once for multiple chat platforms?โ–ผ

Yes. You write handlers for mentions, messages, reactions, and slash commands once, and each platform adapter translates them automatically.

Does Chat SDK work with Claude Code and other AI agents?โ–ผ

Yes. The bundled skill teaches agents like Claude Code, Cursor, and Codex the SDK APIs, adapter patterns, and project conventions before they write code.

Can Chat SDK stream AI responses into chat?โ–ผ

Yes. It streams LLM responses using native Slack streaming, Telegram draft previews, or an automatic post-and-edit fallback on other platforms.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’