sharing-results
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSharing results
分享分析结果
An analysis that lives only in this chat dies with it. The viewer turns
an analyzed video into a single HTML file anyone can open — no server,
no internet, no Watch Skill install on the other end.
仅存在于此聊天中的分析会随聊天结束而消失。该查看器可将已分析的视频转换为单个HTML文件,任何人都能打开——无需服务器、无需网络,对方也无需安装Watch Skill。
Generate the page
生成页面
bash
watch-skill viewer <video_id-or-source> [-o <path>]The file contains, self-contained (frames inlined as data URIs, zero
external requests):
- a timeline with key-frame cards and timestamps,
- the transcript and all on-screen text (OCR),
- every question asked about the video so far, with its answer, confidence badge, and the exact timestamped evidence cited.
Answer questions FIRST, then generate. The page includes cached answers,
so ask what the user cares about before rendering — a viewer generated
before any questions holds only frames and transcript.
bash
watch-skill viewer <video_id-or-source> [-o <path>]该文件包含以下独立内容(视频帧以内联数据URI形式嵌入,无外部请求):
- 带有关键帧卡片和时间戳的时间轴,
- 转录文本和所有屏幕上的文字(OCR),
- 迄今为止针对该视频提出的所有问题,及其答案、置信度标识和引用的带精确时间戳的证据。
先提问再生成。页面会包含缓存的答案,因此在渲染前先询问用户关心的问题——如果在提问前生成查看器,页面仅包含视频帧和转录文本。
Hand-off patterns
移交场景
- Bug ticket: run first, then the viewer — the ticket gets the structured report, the viewer link gives reviewers the evidence.
watch-skill extract bug-report - Review request: send the file itself (it is one .html, typically well under a few hundred KB); it opens in any browser, RTL text renders correctly, nothing phones home.
- Bug工单:先运行,再生成查看器——工单中包含结构化报告,查看器链接为审核人员提供证据。
watch-skill extract bug-report - 审核请求:直接发送该文件(它是单个.html文件,通常大小远低于几百KB);它可在任何浏览器中打开,RTL文本渲染正常,不会向外部发送任何数据。