メインコンテンツへスキップ
このコンテンツはお使いの言語にまだ対応していないため、英語で表示されています。

Chat Web Adapter

Skill 検証済み
98

Web adapter for chat — browser chat UI via the AI SDK useChat protocol

AI サマリー

This adapter enables chat bots built with the Chat SDK to serve a browser chat UI. It implements the AI SDK UI message stream protocol, ensuring compatibility with components like `@ai-sdk/react`'s `useChat` and `ai-elements`. The extension handles server-side API routes, client-side React hooks, authentication, and message streaming.

インストール

npx skills add vercel/chat

Vercel skills CLI(skills.sh)を npx 経由で実行します。ローカルに Node.js と、skills 対応のエージェント(Claude Code、Cursor、Codex など)が少なくとも 1 つインストールされている必要があります。リポジトリが agentskills.io 形式に従っていることを前提としています。

6 days ago に更新
ソースコードを表示