@lishuangqiang/xunzhi-media-domain
AAI-Meeting 媒体与实时通信知识 Skill。用于处理实时语音转写、WebSocket 推送、心跳、错误通知、长文本 TTS 和消息协议;当需求命中 `/api/xunzhi/v1/xunfei/**`、`/api/xunzhi/v1/websocket/**` 或 `@ServerEndpoint` 实时链路时使用。
Install
agr install @lishuangqiang/xunzhi-media-domain --target claudeWrites 1 file into .claude/skills/, pinned to git-062f5cf8.
- .claude/skills/xunzhi-media-domain/SKILL.md
Document
name: xunzhi-media-domain
description: AI-Meeting 媒体与实时通信知识 Skill。用于处理实时语音转写、WebSocket 推送、心跳、错误通知、长文本 TTS 和消息协议;当需求命中 /api/xunzhi/v1/xunfei/**、/api/xunzhi/v1/websocket/** 或 @ServerEndpoint 实时链路时使用。
xunzhi-media-domain
使用顺序
- 再看
references/object-dictionary.md,确认连接对象、转写对象、TTS 对象的真相源。 - 先看
references/api-map.md,确认是 WebSocket、转写还是 TTS。 - 再看
references/realtime-asr.md,理解实时转写会话与消息协议。 - 再看
references/websocket-notification.md,理解服务器推送的消息类型。 - 最后看
references/tts.md和references/gotchas.md。
关键入口
admin/src/main/java/com/hewei/hzyjy/xunzhi/media/api/WebSocketController.javaadmin/src/main/java/com/hewei/hzyjy/xunzhi/media/api/XunfeiTtsController.javaadmin/src/main/java/com/hewei/hzyjy/xunzhi/media/infrastructure/websocket/AudioTranscriptionWebSocketHandler.javaadmin/src/main/java/com/hewei/hzyjy/xunzhi/media/infrastructure/integration/XunfeiAudioService.javaadmin/src/main/java/com/hewei/hzyjy/xunzhi/media/infrastructure/integration/XunfeiLongTextTtsService.java
必守约束
- WebSocket 连接 session 和业务
sessionId不是一回事,不能混写。 - WebSocket 转写必须先鉴权,再进入转写会话。
- 同一个 session 不能无限叠加多个转写上下文。
- 心跳、开始、停止、状态查询的协议字段必须前后端一致。
- 长文本 TTS 的任务创建和查询是两条不同的生命周期。
参考资料
references/object-dictionary.mdreferences/api-map.mdreferences/realtime-asr.mdreferences/websocket-notification.mdreferences/tts.mdreferences/gotchas.md
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-062f5cf84f692026-07-31