taskchad-os: Skill for Claude Code

.claude/skills/watch/SKILL.md

watch is a skill for Claude Code, Codex from TheSmokeDev/taskchad-os. It costs 52 tokens per session (283 once invoked), scanned A, original, MIT.

A video-learning tool that studies one YouTube or other public video and produces a written summary or analysis.

In plain words
What is it for?
Use it to summarize a video, extract lessons, compare it with existing knowledge, or apply its ideas.
Why use it?
It saves you from manually watching the whole video when you need its ideas, lessons, or strategy in your work.

Skill for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also agents/openai.yaml present. Also seen: mentions Claude Code.

This is TheSmokeDev/taskchad-os's own configuration. It tells Claude Code and Codex how to work on taskchad-os itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything taskchad-os configures →

Reuse

Borrowing it

Nothing to install: this file belongs to TheSmokeDev/taskchad-os. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/TheSmokeDev/taskchad-os/master/.claude/skills/watch/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/TheSmokeDev/taskchad-os

Made for: Claude Code, Codex.

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 watch

README.md
[![agentmods](https://agentmods.dev/badge/skills/thesmokedev/taskchad-os/watch.svg)](https://agentmods.dev/skills/thesmokedev/taskchad-os/watch)
Your own site
<a href="https://agentmods.dev/skills/thesmokedev/taskchad-os/watch"><img src="https://agentmods.dev/badge/skills/thesmokedev/taskchad-os/watch.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 283 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.00052 $0.00283
Opus 5 $0.00026 $0.00142
Sonnet 5 $0.00010 $0.00057
Haiku 4.5 $0.00005 $0.00028

Measured 4d ago against content hash 32ad3efe40df, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

watch 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 4d ago.

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.

.claude/skills/watch/SKILL.md · 24 lines

What it actually says

Watch

Delegate to the shared Homie engine. Do not implement a separate Claude-only extractor.

uv run --project .claude/scripts thehomie chat -q "/watch <video-url> <optional question> --detail smart" -Q
  • smart: transcript first; read bounded frames only when visual cues matter.
  • transcript: captions/audio only.
  • deep: bounded visual-frame inspection as well as transcript analysis.
  • --no-save: skip the sourced vault note only when explicitly requested.

The engine analyzes one video, compares it with current/recalled context, keeps raw artifacts out of the vault, and saves a paraphrased dossier in research/videos/ by default.

Application is two-step and default-deny: /watch apply <job_id> produces a local proposal without edits; /watch approve <job_id> <exact-token> applies only that exact local proposal. External actions remain separately gated.

Use /watch status [job_id], /watch retry <job_id>, and /watch cancel <job_id> for operations.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 24 lines · 52 tokens per session scan A 32ad3efe40df

Subscribe to this mod's changes

watch is a skill published in the GitHub repository TheSmokeDev/taskchad-os (23 stars, last pushed today), licensed MIT. It adds 52 tokens to every session and 283 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories