sharing-results

sharing-results is a skill for Claude Code from oxbshw/watch-skill. It costs 75 tokens per session (369 once invoked), scanned A, original, MIT.

A tool for turning analyzed video findings into a self-contained HTML page that can be opened in a browser without a server or internet connection.

In plain words
What is it for?
Sharing timelines, frames, transcripts, visible text, previous questions, answers, and timestamped evidence with teammates or attaching them to tickets.
Why use it?
It makes video evidence and answers easy to hand off instead of leaving them only inside a chat or local analysis tool.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the watch-skill plugin — 10 skills, 1 command, 1 MCP server shipped together

Good fit Sharing timelines, frames, transcripts, visible text, previous questions, answers, and timestamped evidence with teammates or attaching them to tickets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oxbshw/watch-skill/sharing-results
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add oxbshw/watch-skill --skill sharing-results
Clone the repo
git clone --depth 1 https://github.com/oxbshw/watch-skill

Made for: Claude Code.

Or install watch-skill, the plugin that ships this one along with the rest of its 10 skills, 1 command, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sharing-results

README.md
[![agentmods](https://agentmods.dev/badge/skills/oxbshw/watch-skill/sharing-results.svg)](https://agentmods.dev/skills/oxbshw/watch-skill/sharing-results)
Your own site
<a href="https://agentmods.dev/skills/oxbshw/watch-skill/sharing-results"><img src="https://agentmods.dev/badge/skills/oxbshw/watch-skill/sharing-results.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 369 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.00369
Opus 5 $0.00037 $0.00185
Sonnet 5 $0.00015 $0.00074
Haiku 4.5 $0.00007 $0.00037

Measured yesterday against content hash 76708a343a81, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

sharing-results scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sharing-results/SKILL.md · 42 lines

What it actually says

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.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed 76708a343a81
  2. 8d ago First seen · 42 lines · 75 tokens per session scan A f8565925de19

Subscribe to this mod's changes

sharing-results is a skill published in the GitHub repository oxbshw/watch-skill (337 stars, last pushed yesterday), licensed MIT. It adds 75 tokens to every session and 369 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

vision-multimodal

A skill that adds image, video, audio, document, and screenshot understanding to a text-only model. It includes tasks such as reading text from images, locating objects, transcribing speech, and analyzing media.

Yts1919/dsh-vision-complete · 112 tokens

glmv-pdf-to-ppt

Convert a PDF (research paper, report, or any document) into a polished multi-slide HTML presentation with a structured outline JSON and summary markdown. Trigger this skill when the user mentions making slides or a PPT from a PDF — in Chinese or English.

zai-org/GLM-skills · 58 tokens

glmv-pdf-to-web

Convert a PDF (research paper, technical report, or project document) into a beautiful single-page academic/project website with a structured outline JSON. Trigger this skill when the user wants to make a paper page, project homepage, or academic website from a PDF — in Chinese or English.

zai-org/GLM-skills · 63 tokens

glmocr-formula

Official skill for recognizing and extracting mathematical formulas from images and PDFs into LaTeX format using ZhiPu GLM-OCR API. Supports complex equations, inline formulas, and formula blocks. Use this skill when the user wants to extract formulas, convert formula images to LaTeX, or OCR mathematical expressions.

zai-org/GLM-skills · 67 tokens

glmocr-sdk

A Python SDK and command-line tool for extracting text and structured content from images, PDFs, and scanned documents using GLM-OCR.

zai-org/GLM-skills · 174 tokens

glmocr-handwriting

Official skill for recognizing handwritten text from images using ZhiPu GLM-OCR API. Supports various handwriting styles, languages, and mixed handwritten/printed content. Use this skill when the user wants to read handwritten notes, convert handwriting to text, or OCR handwritten documents.

zai-org/GLM-skills · 59 tokens