taskchad-os: Skill for Claude Code

.claude/skills/founder-video-digester/SKILL.md

founder-video-digester is a skill for Claude Code, Codex from TheSmokeDev/taskchad-os. It costs 104 tokens per session (1,065 once invoked), scanned A, original, MIT.

A workflow for turning founder, startup, and business videos or transcripts into practical operating lessons. It accepts video links, transcripts, notes, or batches of these materials.

In plain words
What is it for?
Use it to extract business practices, compare outside advice with current systems, and turn genuine gaps into concrete changes.
Why use it?
It helps separate useful decisions and repeatable patterns from long conversations, instead of producing a summary with no clear next step.

Skill for Claude CodeCodex

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

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/founder-video-digester/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 founder-video-digester

README.md
[![agentmods](https://agentmods.dev/badge/skills/thesmokedev/taskchad-os/founder-video-digester/github.svg)](https://agentmods.dev/skills/thesmokedev/taskchad-os/founder-video-digester)
Your own site
<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.

agentmods 80×15 button for founder-video-digester

Your own site · 80×15
<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>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,065 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.00104 $0.01065
Opus 5 $0.00052 $0.00532
Sonnet 5 $0.00021 $0.00213
Haiku 4.5 $0.00010 $0.00106

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

Security

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.

.claude/skills/founder-video-digester/SKILL.md · 107 lines

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

  1. 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-download when 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.
  2. 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".
  3. 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.

Read the full file on GitHub · 107 lines

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. 10d ago First seen · 107 lines · 104 tokens per session scan A a66d625d3284

Subscribe to this mod's changes

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.

Related

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…

alibaba/anolisa · 106 tokens

flashcards

Spaced repetition flashcard system for learning. SM-2 algorithm, supports text and cloze deletion cards.

fuyuxiang/echo-agent · 25 tokens

community-answer

Answer Help Desk questions related to your Gene expertise.

Prismer-AI/PrismerCloud · 13 tokens

llmtornado-tutorial-generator

Generates comprehensive code tutorials on LlmTornado API formatted for Medium publication with examples, explanations, and best practices.

lofcz/LLMTornado · 31 tokens

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…

ReinaMacCredy/maestro · 86 tokens

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…

mycelium-hq/ai-brain-starter · 111 tokens