oxbshw/watch-skill

asking-with-evidence

The user asks a question about a video that was already watched or indexed — "what did they say about X", "what error code appears", "what happens at 2:30", "does the video show Y".

ソースを見る
リポジトリの原文

見出し、例、コード、表、リンク、参照画像を含む原文を表示しています。

Asking with evidence

Every watched video sits in a persistent index. Questions about it are answered from that index — text first, frames only when needed — with timestamps, a confidence score, and an honest refusal when the video does not show the answer. Never re-run a watch for a follow-up.

Answer a question

bash
watch-skill ask <video_id-or-original-url> "<question>"

Any language works; the answer comes back in the language of the question. The engine escalates on its own when unsure (dense re-sampling, zoom-crop re-OCR, stronger model) and prints a ~N tokens saved line.

Three rules for reading the result:

  • Cite the timestamps it gives you; they are real evidence, not

decoration.

  • Trust the refusal. When it says the video does not clearly show

the answer, that is the answer. Do not invent one past it.

  • Frame paths are listed only when the engine wants you to look

yourself — Read them then (or force with --frames).

"What happens at 2:30?"

Moment questions get a dense window, not a whole-video ask:

bash
watch-skill ask <video_id> "what is on screen around 2:30?"

The answer engine pulls frames, transcript and OCR around the moment it resolves. Agents on MCP have a dedicated get_moment tool that takes an explicit timestamp and window; the CLI answers the same question through ask.

Don't know which video? Search them all

bash
watch-skill search "<phrase>"

Hybrid keyword + semantic search across every video ever watched, with per-script normalization (Arabic folding, CJK segmentation, Thai segmentation). Follow a hit with ask or moment on that video.

When the user corrects you

Report it so the next answer is better — see the learning-from-mistakes skill.

同じリポジトリから

関連する Skills

すべての Skills
oxbshw
コミュニティ

configuring-vision

The user wants to connect an LLM or vision provider, already has an API key, asks "can I use OpenAI/Anthropic/Gemini/OpenRouter", wants local Ollama, or needs different cheap and strong models. Use this to configure provider-neutral visual understanding without tying Watch Skill to one agent or model vendor.

導入数
1
GitHub Stars
380
更新日
9月14日
oxbshw
コミュニティ

extracting-structure

The user wants structure pulled out of a watched video — "make chapters for this video", "where does the bug appear in this recording", "turn this screen recording into a bug report", "how strong is my intro/hook". Use this for deterministic extraction from the index — chapters with timestamps, a fileable bug report with the exact frame, or a scored hook analysis.

導入数
1
GitHub Stars
380
更新日
9月14日
oxbshw
コミュニティ

the-loop

The user built or changed something visual — a UI, an animation, a game, a generated video — and wants it verified, or asks "why does my UI look wrong", "check that the fix actually worked", "does the animation glitch". Use this to record the running thing, critique the recording against plain-language pass criteria, and iterate until it passes with before/after proof.

導入数
1
GitHub Stars
380
更新日
9月14日
oxbshw
コミュニティ

watching-videos

The user shared a video URL, a YouTube/TikTok/stream link, a local video file, a screen recording, a meeting recording, or a playlist/folder of videos — "watch this", "summarize this video", "what's in this recording". Use this to actually watch the video — download, extract frames, OCR, transcribe, and index it — instead of guessing from the title or asking the user to describe it.

導入数
1
GitHub Stars
380
更新日
9月14日