什麼是 llm-streaming-response-handler?
使用伺服器發送事件、即時令牌顯示、取消、錯誤恢復建置生產 LLM 串流 UI。處理 OpenAI/Anthropic/Claude 流 API。用於聊天機器人、人工智慧助理、即時文字生成。在「LLM串流」、「SSE」、「令牌流」、「聊天UI」、「即時AI」上啟動。不適用於批次、非串流 API 或 WebSocket 雙向聊天。 來源:curiositech/some_claude_skills。
使用伺服器發送事件、即時令牌顯示、取消、錯誤恢復建置生產 LLM 串流 UI。處理 OpenAI/Anthropic/Claude 流 API。用於聊天機器人、人工智慧助理、即時文字生成。在「LLM串流」、「SSE」、「令牌流」、「聊天UI」、「即時AI」上啟動。不適用於批次、非串流 API 或 WebSocket 雙向聊天。
透過命令列快速安裝 llm-streaming-response-handler AI 技能到你的開發環境
來源:curiositech/some_claude_skills。
Expert in building production-grade streaming interfaces for LLM responses that feel instant and responsive.
| OpenAI | SSE | data: {"choices":[{"delta":{"content":"token"}}]} | | Anthropic | SSE | data: {"type":"contentblockdelta","delta":{"text":"token"}} | | Claude (API) | SSE | data: {"delta":{"text":"token"}} | | Vercel AI SDK | SSE | Normalized across providers |
Problem: Stream fails mid-response, user sees partial text with no indication of failure.
使用伺服器發送事件、即時令牌顯示、取消、錯誤恢復建置生產 LLM 串流 UI。處理 OpenAI/Anthropic/Claude 流 API。用於聊天機器人、人工智慧助理、即時文字生成。在「LLM串流」、「SSE」、「令牌流」、「聊天UI」、「即時AI」上啟動。不適用於批次、非串流 API 或 WebSocket 雙向聊天。 來源:curiositech/some_claude_skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/curiositech/some_claude_skills --skill llm-streaming-response-handler使用伺服器發送事件、即時令牌顯示、取消、錯誤恢復建置生產 LLM 串流 UI。處理 OpenAI/Anthropic/Claude 流 API。用於聊天機器人、人工智慧助理、即時文字生成。在「LLM串流」、「SSE」、「令牌流」、「聊天UI」、「即時AI」上啟動。不適用於批次、非串流 API 或 WebSocket 雙向聊天。 來源:curiositech/some_claude_skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/curiositech/some_claude_skills --skill llm-streaming-response-handler 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/curiositech/some_claude_skills