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.
curl -O https://raw.githubusercontent.com/TheSmokeDev/taskchad-os/master/.claude/skills/founder-video-digester/SKILL.mdgit clone --depth 1 https://github.com/TheSmokeDev/taskchad-osWrote 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.
[](https://agentmods.dev/skills/thesmokedev/taskchad-os/founder-video-digester)<a href="https://agentmods.dev/skills/thesmokedev/taskchad-os/founder-video-digester"><img src="https://agentmods.dev/badge/skills/thesmokedev/taskchad-os/founder-video-digester/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/thesmokedev/taskchad-os/founder-video-digester"><img src="https://agentmods.dev/badge/skills/thesmokedev/taskchad-os/founder-video-digester.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00104 | $0.01065 |
| Opus 5 | $0.00052 | $0.00532 |
| Sonnet 5 | $0.00021 | $0.00213 |
| Haiku 4.5 | $0.00010 | $0.00106 |
Grade A, and why
founder-video-digester 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Founder Video Digester
Native intake
Run video intake through The Homie's /watch engine so captions, speech-to-text fallback, bounded visual evidence, provenance, recall, and durable note indexing stay model-agnostic:
uv run --project .claude/scripts thehomie chat -q "/watch <video-url> Compare the founder's strategy with our current systems --detail smart" -Q
Use this skill's rubric to interpret the resulting dossier. Do not duplicate extraction or claim transcript-only input is full visual understanding.
Turn raw founder content into decisions and work. Do not summarize for its own sake. Extract the useful moves, compare them against the operator's current systems, and convert real gaps into concrete changes.
Workflow
-
Intake the source material.
- Accept YouTube URLs, pasted transcripts, notes, or mixed batches.
- If URLs are provided, try direct transcript extraction first. Use
yt-dlp --write-auto-subs --write-subs --sub-langs "en.*" --skip-downloadwhen available. If unavailable, use browser/search only as fallback. - If a transcript cannot be retrieved, say that plainly and work only from provided notes or ask for the transcript.
-
Build the evidence table.
- Capture speaker/source, timestamp when available, claim, principle, confidence, and whether it is advice, data, anecdote, or opinion.
- Separate timeless principle from founder theater. Do not overfit to status, pedigree, funding context, or survivorship bias.
- Prefer crisp language: "do this because X", "avoid this because Y".
-
Compare against local context.
- Search current memory and docs before proposing changes:
cd .claude/scripts; uv run python memory_search.py "<topic>" --mode keyword --limit 5 - For framework/runtime changes, check
PRPs/active/TRACKER.md,docs/manual/README.md, and the owning code slice before recommending implementation. - For YourBusiness/business changes, distinguish awareness/planning from live production operations unless the user explicitly expands scope.
- Search current memory and docs before proposing changes:
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.
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.
- 10d ago First seen · 107 lines · 104 tokens per session scan A a66d625d3284
founder-video-digester is a skill published in the GitHub repository TheSmokeDev/taskchad-os (23 stars, last pushed 3d ago), licensed MIT. It adds 104 tokens to every session and 1,065 once invoked, about $0.0005 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.
Other skills, from other repositories
anolisa-guide
Use this skill when the user asks about ANOLISA, Alibaba Cloud Linux 4 Agentic Edition, cosh, Copilot Shell, AgentSecCore, AgentSight, Tokenless, ws-ckpt, OS Skills, or any component of ANOLISA. This includes questions about usage, configuration, commands, free quota, billing, pricing, authentication, or how to use…
flashcards
Spaced repetition flashcard system for learning. SM-2 algorithm, supports text and cloze deletion cards.
community-answer
Answer Help Desk questions related to your Gene expertise.
llmtornado-tutorial-generator
Generates comprehensive code tutorials on LlmTornado API formatted for Medium publication with examples, explanations, and best practices.
maestro-coach
Decision support and grounded teaching for the human. Invoke when the user signals a message did not land ("wait, what?", "I don't understand", "explain it like I'm five", "which is better?", "I'm not sure") about a question or fork they have been asked, or when they hand over a locked decision, a lesson, or a bundle…
graphify
Use when the user invokes /graphify or asks to build, update, or query a knowledge graph from a folder of files (code, docs, papers, notes, images). Triggers: 'map this codebase', 'graph my notes', 'what is connected across these files', 'community detection', 'GraphRAG', incremental graph update, Neo4j/SVG/GraphML…