返回 Skill 列表
extension
分类: 开发与工程无需 API Key

chat-api-integration

已弃用 - 请改用chatkit-backend技能。聊天API功能现在是chatkit-backend技能的一部分。

person作者: jakexiaohubgithub

Chat API Integration (DEPRECATED)

This skill has been deprecated and consolidated into chatkit-backend.

Please use the chatkit-backend skill instead for all chat API implementation.

Migration

Use the consolidated skill:

.claude/skills/chatkit-backend/SKILL.md

The chatkit-backend skill includes:

  • Complete /chatkit SSE endpoint for ChatKit frontend
  • Conversation and Message models with SQLModel
  • Get or create conversation logic
  • Load conversation history for agent context
  • Store user messages and assistant responses
  • ChatKit-compatible SSE streaming format
  • Agent execution and tool call handling
  • Conversation CRUD endpoints
  • Comprehensive examples

See Also