oxbshw/watch-skill

sharing-results

The user wants to share or hand off what was found in a video — "send this analysis to my team", "make a page I can share", "export the findings", "give me something I can attach to the ticket".

Trending #8512 Hot #3124 First seen Jul 12, 2026

Installation

$ npx skills add oxbshw/watch-skill --skill sharing-results

Summary

  • The user wants to share or hand off what was found in a video — "send this analysis to my team", "make a page I can share", "export the findings", "give me something I can attach to the ticket".
  • Use this to render a self-contained offline HTML viewer page with the frames, transcript, and every cached answer with its evidence.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from oxbshw/watch-skill.

npx skills add oxbshw/watch-skill

Browse all from oxbshw/watch-skill

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 340
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.4.3
LicenseMIT
Allowed toolsBash, Read

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,637 B
  • docs SUMMARY.md 349 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 243 installs

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

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.

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.