auto-video

auto-video is a skill for Codex from wangxin6x/AutoVideo-Agent. It costs 86 tokens per session (478 once invoked), scanned A, original, MIT.

A workflow guide for turning Markdown scripts into videos with the AutoVideo-Agent project. Markdown is a plain-text format; here, headings describe the video and its scenes, including optional timing, visuals, and narration.

In plain words
What is it for?
Use it to run offline or configured video builds, create scene subtitles and timelines, produce MP4 output, inspect reports and manifests, and run quality checks. It also covers tests and formatting checks when core behavior changes.
Why use it?
It provides a defined way to build a video, inspect the generated files, and check whether the result is usable. It also separates offline placeholder output from configured media and speech providers.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions AGENTS.md.

Good fit Use it to run offline or configured video builds, create scene subtitles and timelines, produce MP4 output, inspect reports and manifests, and run quality checks. It also covers tests and formatting checks when core behavior changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wangxin6x/autovideo-agent/auto-video
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 wangxin6x/AutoVideo-Agent --skill auto-video
Clone the repo
git clone --depth 1 https://github.com/wangxin6x/AutoVideo-Agent

Made for: 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 auto-video

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/wangxin6x/autovideo-agent/auto-video"><img src="https://agentmods.dev/badge/skills/wangxin6x/autovideo-agent/auto-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 478 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.00086 $0.00478
Opus 5 $0.00043 $0.00239
Sonnet 5 $0.00017 $0.00096
Haiku 4.5 $0.00009 $0.00048

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

Security

Grade A, and why

auto-video 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 12d 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/auto-video/SKILL.md · 30 lines

What it actually says

AutoVideo Pipeline

Use this skill to operate the AutoVideo-Agent repository honestly and reproducibly.

Workflow

  1. Read AGENTS.md and inspect the target Markdown script before running anything.
  2. Confirm the script has a top-level '#' title and one or more '##' scene headings. Scene fields may include duration, visual, and narration.
  3. Run autovideo run <script.md> for v0.1-compatible offline mode, or add --config <config.yaml> for provider mode. Use --output when the build must be isolated.
  4. Inspect the JSON printed by the CLI and then read /report.json and /manifest.json.
  5. Run autovideo qa . Treat PASS as validated, WARNING as usable with declared limitations, and FAIL as incomplete.
  6. When changing core behavior, run python -m pytest and git diff --check before reporting completion.

Mode Boundaries

Without --config, preserve the v0.1 deterministic placeholder PPM cards, silent WAV, manifest, report, and FFmpeg degradation behavior. With a v0.2 config, select placeholder or ComfyUI media plus Mock or Command TTS; generate scene-level SRT from actual audio duration, a contiguous timeline, H.264/AAC MP4, and deterministic QA. Do not claim MiniMax, OpenAI TTS, Volcengine, ElevenLabs, word-level alignment, or generic real-media adapters are implemented.

Agent Request Example

For a request such as:

Turn examples/demo-script.md into a video and run QA.

execute the CLI, run autovideo qa on the build directory, verify the report and manifest, and summarize the actual status, output paths, duration, scene count, provider names, and warnings. Do not infer media quality from prompt text or claim a remote provider was tested when only HTTP mocks ran.

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. 12d ago First seen · 30 lines · 86 tokens per session scan A 2f8688f991d0

Subscribe to this mod's changes

auto-video is a skill published in the GitHub repository wangxin6x/AutoVideo-Agent (92 stars, last pushed 16d ago), licensed MIT. It adds 86 tokens to every session and 478 once invoked, about $0.0004 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

lanshu-create-ai-presenter-video

Turn a topic or finished script plus an authorized adult presenter image into a complete, publish-ready AI presenter video. Use for new presenter videos and for continuing, revising, captioning, lip-sync repairing, or re-exporting an existing presenter-video job. Keep model and provider selection capability-based and…

cclank/lanshu-create-ai-presenter-video · 75 tokens

seedance-2-5-video-director

Design, derive, optimize, diagnose, and rewrite scripts or copy-ready prompts specifically for Dreamina/即梦 Seedance 2.5. Use for new text/image/video/audio-to-video concepts, exact-timeline videos, 30-180-second Long Video, extension, video editing, Clay Renderer, seamless transitions, multi-grid storyboards…

liyue-aigc/seedance-2-5-video-director · 161 tokens

script-to-shootable-storyboard

A guide for turning scripts, story outlines, dialogue, or existing storyboards into detailed shot plans. A storyboard is a sequence of planned camera shots showing what viewers see and hear.

zyz254009-crypto/script-to-shootable-storyboard · 151 tokens

game-screenshot-showcase-and-store-packaging

Use when a Unity team needs approved PlayMode screenshots, immutable capture evidence, reviewed showcase slides, or report-only store screenshot packaging without auto-upload, signing, or submission.

hoatv2211/GameStudio-CodexKIT · 44 tokens

seedance-2-5-prompt-director

A skill for writing and improving prompts for Seedance 2.5, a video-generation system. It covers text-to-video, image-to-video, editing, video extension, references, camera movement, green-screen work, sound, and lip sync.

zhouwei713/seedance-2-5-prompt-director · 159 tokens

short-drama-pipeline

Use when the user explicitly asks to generate, produce, plan, revise, QC, or deliver an AI short-drama pipeline, project package, episode, assets-to-video workflow, prompt pack, clips, edit, or release pack.

ouyangevan/codex-short-drama-pipeline-skill · 53 tokens