--- id: oxbshw/watch-skill/sharing-results version: "8c4ea550" license: MIT install: manual updated: 2026-07-12 --- # sharing-results — Turn your video analysis into a self-contained HTML file that anyone can open without needing Watch Skill or internet access. The page bundles frames, transcript, OCR text, and all your cached Q&A with timestamped evidence in one shareable document—ideal for bug tickets, code reviews, or handing off findings to teammates. Publisher: oxbshw · Stars: 236 · Updated: 2026-07-12 Install (manual): `git clone https://github.com/oxbshw/watch-skill` ## SKILL.md # Sharing 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. ## Generate the page ```bash watch-skill viewer [-o ] ``` 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. ## Hand-off patterns - Bug ticket: run `watch-skill extract bug-report` first, then the viewer — the ticket gets the structured report, the viewer link gives reviewers the evidence. - 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. [View on SkillFed](https://skillfed.io/oxbshw/watch-skill/sharing-results) · [View on GitHub](https://github.com/oxbshw/watch-skill)