video-production

video-production is a skill for Claude Code, Codex from ffroliva/gflow-cli. It costs 141 tokens per session (7,114 once invoked), scanned A, original, MIT.

A guide for producing complete videos from multiple generated clips, such as explainers, product montages, dialogue pieces, or short films. It focuses on keeping the script, people, places, props, and visual evidence consistent.

In plain words
What is it for?
Use it to plan scenes, lock important creative details, prepare fallback material, and assemble a multi-clip video with review checkpoints.
Why use it?
It helps prevent unwanted changes between clips and encourages checking each clip before using it in the finished video.

Skill for Claude CodeCodex

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/dev/skillopt/harness.py --skill skills/video-production/SKILL.md \.

Good fit Use it to plan scenes, lock important creative details, prepare fallback material, and assemble a multi-clip video with review checkpoints.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/ffroliva/gflow-cli
agentmods
npx agentmods add skills/ffroliva/gflow-cli/video-production

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 video-production

README.md
[![agentmods](https://agentmods.dev/badge/skills/ffroliva/gflow-cli/video-production/github.svg)](https://agentmods.dev/skills/ffroliva/gflow-cli/video-production)
Your own site
<a href="https://agentmods.dev/skills/ffroliva/gflow-cli/video-production"><img src="https://agentmods.dev/badge/skills/ffroliva/gflow-cli/video-production/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 video-production

Your own site · 80×15
<a href="https://agentmods.dev/skills/ffroliva/gflow-cli/video-production"><img src="https://agentmods.dev/badge/skills/ffroliva/gflow-cli/video-production.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,114 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 232
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00141 $0.07114
Opus 5 $0.00071 $0.03557
Sonnet 5 $0.00028 $0.01423
Haiku 4.5 $0.00014 $0.00711

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

Security

Grade A, and why

video-production 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 yesterday.

The scan reads SKILL.md. This mod also ships 1 executable file (clip_qa.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/video-production/SKILL.md · 393 lines

How it starts

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

video-production

Core principle: control is everything. Every guard-rail you put in front of the engine is drift you do not pay for later. Lock the shape, the cast, the location and the words before spending, then gate every clip on evidence rather than impression.

This skill covers composing gflow into a finished video. It does not restate the command surface — that is the gflow-cli skill, which owns per-command syntax, flags and single-shot recipes. Load that one for "how do I call t2v", this one for "how do I turn a script into a film that holds together".

How to read the claims in this skill

Every non-obvious statement is tagged. This is one calibrated approach, not the only one. Other people drive this engine with techniques not tracked here; absence from this document means untested, never forbidden.

Tag Meaning You may
[CONSTRAINT] the engine refuses, fails, or silently drops the request not deviate
[CALIBRATED] measured here, sample size and conditions stated deviate with evidence
[CONVENTION] one shape that works; alternatives exist deviate freely
[UNEXPLORED] known to exist, not tested here try it, then add a task

When NOT to use this skill

A single clip with no continuity requirement, one image, or a pure command-syntax question — use the gflow-cli skill. Editing or grading existing footage — this is generation, not post. Any engine that is not Flow.

Prerequisites

Everything gflow — Python 3.11+, uv, an installed gflow, Playwright Chromium, a signed-in profile, Flow access — belongs to the gflow-cli skill's Prerequisites. Run its checks; do not restate them.

This skill adds three:

  1. ffmpeg and ffprobe on PATH, 5.0 or newerffmpeg -version. The assembly step uses -fps_mode, which does not exist before 5.0.
  2. An ffmpeg carrying libass and libfreetype — the same banner lists enabled libraries. Burned subtitles (subtitles) and title cards (drawtext) are absent from minimal or "essentials" builds. Usual Windows trip.
  3. faster-whisper, only if you want the transcript gatepython -c "import faster_whisper". Nothing in gflow installs it. First run pulls base.en, ~75 MB, once. Without it you lose the word-hit check and keep every other gate.

Read the full file on GitHub · 393 lines

Files

What ships with it

5 files 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. yesterday Changed 1604d35e8b0a
  2. 2d ago Changed · +148 lines 50187a81b2fe
  3. 3d ago Changed · +24 lines 8a929c1e9e46
  4. 4d ago First seen · 221 lines · 141 tokens per session scan A cf116409539c

Subscribe to this mod's changes

video-production is a skill published in the GitHub repository ffroliva/gflow-cli (185 stars, last pushed today), licensed MIT. It adds 141 tokens to every session and 7,114 once invoked, about $0.0007 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-06.

Related

Other skills, from other repositories

desktop-brand-builder

Generate a branded Qwen Code desktop package from the Tauri desktop shell using a minimal brandId and logo. Use when the user wants a custom, white-label, or rebranded desktop client, installer, DMG/EXE/AppImage/deb, or one-click brand build on top of packages/desktop-shell.

QwenLM/qwen-code · 69 tokens

deck-hermes-cyber

A visual template for presentation slides about command-line tools, coding agents, or developer products. It uses a dark terminal-inspired style with scan lines, a command prompt, large mint text, charts, and colored status labels.

nexu-io/html-anything · 34 tokens

deck-graphify-dark

A dark slide-deck template for AI tools, developer tools, and knowledge graphs, using gradients, floating blurred shapes, graph diagrams, code styling, and glass-like cards.

nexu-io/html-anything · 28 tokens

stage-compose

Authoring knowledge for Orkas/OVS HTML video compositions -- write an index.html, drive animation from a paused timeline, declare canvas + duration, then run the VideoStudio draft gate to render an mp4. Trigger for explainer / animation / motion-graphics / caption / lower-third / title-card work, or to build a compose…

Orkas-AI/Orkas-VideoStudio · 96 tokens

frontend-design

Aesthetic direction for OrkasVideoStudio HTML and motion-graphics compositions. Use before stage-compose writes composition-manifest.json artdirection and index.html to choose a subject-specific visual point of view, type, palette, layout signature, restrained motion, and anti-template checks.

Orkas-AI/Orkas-VideoStudio · 57 tokens

stage-edit

Intelligent editing of real user-supplied footage—understand it with transcript/OCR/scene/silence/quality/vision evidence, then choose deterministic timeline operations or a constrained semantic AI edit. Trigger for repurpose, montage, cleanup, localization, narration, or local content changes.

Orkas-AI/Orkas-VideoStudio · 62 tokens