text-to-documentary

text-to-documentary is a skill for Claude Code, Codex from aTreeFrog/videolab-mcp. It costs 110 tokens per session (2,712 once invoked), scanned A, original, MIT.

A skill for turning long documents such as PDFs, books and research papers into documentary-style videos, usually one video per chapter. It structures each video as a narrated story with captions and recurring summaries.

In plain words
What is it for?
Extracting chapters from documents, writing documentary narratives, and creating videos with voiceover and karaoke-style captions.
Why use it?
It turns difficult or lengthy reading material into shorter, chapter-based video lessons.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Extracting chapters from documents, writing documentary narratives, and creating videos with voiceover and karaoke-style captions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/atreefrog/videolab-mcp/text-to-documentary
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 aTreeFrog/videolab-mcp --skill text-to-documentary
Clone the repo
git clone --depth 1 https://github.com/aTreeFrog/videolab-mcp

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 text-to-documentary

README.md
[![agentmods](https://agentmods.dev/badge/skills/atreefrog/videolab-mcp/text-to-documentary/github.svg)](https://agentmods.dev/skills/atreefrog/videolab-mcp/text-to-documentary)
Your own site
<a href="https://agentmods.dev/skills/atreefrog/videolab-mcp/text-to-documentary"><img src="https://agentmods.dev/badge/skills/atreefrog/videolab-mcp/text-to-documentary/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 text-to-documentary

Your own site · 80×15
<a href="https://agentmods.dev/skills/atreefrog/videolab-mcp/text-to-documentary"><img src="https://agentmods.dev/badge/skills/atreefrog/videolab-mcp/text-to-documentary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,712 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.
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.00110 $0.02712
Opus 5 $0.00055 $0.01356
Sonnet 5 $0.00022 $0.00542
Haiku 4.5 $0.00011 $0.00271

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

Security

Grade A, and why

text-to-documentary 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 9d 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.

skills/text-to-documentary/SKILL.md · 157 lines

How it starts

The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Text-to-Documentary Mode

This skill orchestrates the videolab-mcp to convert structured documents into engaging short-form documentaries. It's a separate behavior from the short-form promo flow — different defaults, different structural rules, different output shape.

When to invoke

Trigger on any of:

  • "Convert this PDF into a documentary"
  • "Turn this book/paper/chapter into videos"
  • "Make a Netflix-style series from this PDF"
  • "Generate a documentary from this text"
  • User uploads a PDF and asks for video output
  • User pastes long text and asks for an "engaging" or "ADHD-friendly" video

Do not invoke for short-form promo videos — that's a different workflow.

Input modes

The skill accepts three input shapes. Detect which one applies before starting.

Mode Trigger Steps
Full PDF User gives a PDF file path or URL extract_pdfsplit_chapters → loop chapters
Single chapter (text) User pastes one chapter's worth of text, or says "just this chapter" Skip extraction; treat input as one chapter
Whole book as text User pastes a long document (no PDF) split_chapters → loop chapters

Defaults

These are the documentary-mode defaults. Override only if the user asks.

Setting Default Notes
targetMinutesPerChapter 5 Spec target is "5–10 min"; 5 is the sweet spot for retention
sceneSecondsRange [15, 25] Yields ~12–20 scenes per 5-min chapter
visualMode broll All AI b-roll via Veo. Alternatives: slides (cheap, fast PNG cards) or mixed
aspectRatio 16:9 Documentaries default to landscape (NOT 9:16 mobile)
platform desktop Matches 16:9
voiceId (use list_voices to pick a documentary-suited voice — calm authoritative narrator) Don't use the default short-form promo voice
captionsWordsPerLine 4 Documentaries handle slightly denser caption blocks well
musicId None (silence) by default; ask user if they want a bed If yes, use list_music filter for "documentary" / "calm" mood, or generate_music

Read the full file on GitHub · 157 lines

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. 9d ago First seen · 157 lines · 110 tokens per session scan A e6656a305820

Subscribe to this mod's changes

text-to-documentary is a skill published in the GitHub repository aTreeFrog/videolab-mcp (0 stars, last pushed 3mo ago), licensed MIT. It adds 110 tokens to every session and 2,712 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

wowerpoint

Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.

thedotmack/claude-mem · 55 tokens

pptx-posters

Create research posters using HTML/CSS that can be exported to PDF or PPTX. Use this skill ONLY when the user explicitly requests PowerPoint/PPTX poster format. For standard research posters, use latex-posters instead. This skill provides modern web-based poster design with responsive layouts and easy visual…

foryourhealth111-pixel/Vibe-Skills · 66 tokens

slides

Create and edit presentation slide decks (.pptx) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding…

fcakyon/claude-codex-settings · 83 tokens

pptx

Create and validate Microsoft PowerPoint presentations (.pptx), including structured slide decks, tables, workflows, metadata, and reproducible generation scripts. Use for presentation, slides, PowerPoint, PPT, or PPTX creation and verification tasks.

agents-flex/agents-flex · 50 tokens

utility-slideshow-creator

Generates professional presentations from a JSON deck specification using 18 slide types with dark/light variants, content-to-layout decision logic, and calibrated character limits. Ships with a default professional theme.

product-on-purpose/pm-skills · 43 tokens

timecode-audio-edit-workflow

The patch comprehensively addresses all identified issues.

HKUDS/OpenSpace · 0 tokens