extracting-structure

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Extracting structure

提取结构化信息

Three extractors turn an already-watched video into something structured. All of them answer straight from the persistent index — deterministic, no extra model calls. The video must be watched first (see
watching-videos
).
三个提取器可将已观看的视频转换为结构化内容。 所有提取器直接从持久化索引中获取结果——确定性输出,无需额外调用模型。视频必须先被观看(详见
watching-videos
)。

Chapters

章节提取

bash
watch-skill extract chapters <video_id-or-source>
Titled chapters with start/end timestamps, built from scene changes plus transcript topic shifts. Good for long tutorials, lectures, meetings — give the user the chapter list with timestamps, not a prose summary.
bash
watch-skill extract chapters <video_id-or-source>
生成带开始/结束时间戳的命名章节,基于场景变化和转录文本的主题转换构建。适用于长教程、讲座、会议——为用户提供带时间戳的章节列表,而非散文式摘要。

Bug report from a screen recording

从屏幕录制生成bug报告

bash
watch-skill extract bug-report <video_id-or-source>
Pinpoints where an error appears: timestamp, the exact frame, the on-screen error text as OCR read it, and the steps that led up to it (from the transcript/actions preceding the failure). Returns
found: false
honestly when no error signal exists — report that as "no error found in the recording", not as an error.
Paste the output into the user's issue tracker format when they ask for a fileable report; the frame path is the attachment.
bash
watch-skill extract bug-report <video_id-or-source>
精确定位错误出现的位置:时间戳、精确帧、OCR识别的屏幕错误文本,以及错误发生前的操作步骤(来自转录文本/故障前的操作)。当不存在错误信号时,会如实返回
found: false
——需报告为“录制视频中未发现错误”,而非报错。
当用户需要可归档的报告时,将输出内容粘贴到其问题跟踪器格式中;帧路径作为附件。

Hook analysis (creators)

钩子分析(面向创作者)

bash
watch-skill extract hook <video_id-or-source> [--seconds 15]
Scores the opening seconds on four measured axes — attention trigger in the opening line, speech pacing, visual change rate, on-screen text — each with an actionable critique, plus a 0–100 score and verdict. Give the user the per-axis critiques; the number alone helps nobody.
bash
watch-skill extract hook <video_id-or-source> [--seconds 15]
从四个维度对开场片段进行评分——开场台词的注意力触发点、语速、视觉变化频率、屏幕文本——每个维度都附带可操作的评论,同时给出0-100的分数和结论。需向用户提供各维度的评论;仅给出分数毫无意义。