ai-video-generation

ai-video-generation is a skill for Claude Code from sutchan/Agent-Skills-Hub. It costs 84 tokens per session (2,379 once invoked), scanned A, original, MIT.

A command-line workflow for generating and editing videos with AI models such as Veo, Seedance, Wan, and Grok.

In plain words
What is it for?
Use it for text-to-video, image-to-video, reference-based video, video editing, lip-sync, digital-person animation, upscaling, and sound effects.
Why use it?
It provides one documented way to run different video-generation models for several kinds of input and editing tasks.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it for text-to-video, image-to-video, reference-based video, video editing, lip-sync, digital-person animation, upscaling, and sound effects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sutchan/agent-skills-hub/ai-video-generation
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 sutchan/Agent-Skills-Hub --skill ai-video-generation
Clone the repo
git clone --depth 1 https://github.com/sutchan/Agent-Skills-Hub

Made for: Claude Code.

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 ai-video-generation

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sutchan/agent-skills-hub/ai-video-generation"><img src="https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/ai-video-generation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,379 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.00084 $0.02379
Opus 5 $0.00042 $0.01189
Sonnet 5 $0.00017 $0.00476
Haiku 4.5 $0.00008 $0.00238

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

Security

Grade A, and why

ai-video-generation 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/ai-video-generation/SKILL.md · 257 lines

How it starts

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

Install the belt CLI skill: npx skills add belt-sh/cli

AI Video Generation

Generate videos with 40+ AI models via inference.sh CLI.

AI Video Generation

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

# Generate a video with Veo
belt app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}'

Available Models

Text-to-Video

Model App ID Best For
Veo 3.1 Fast google/veo-3-1-fast Fast, with optional audio
Veo 3.1 google/veo-3-1 Best quality, frame interpolation
Veo 3 google/veo-3 High quality with audio
Veo 3 Fast google/veo-3-fast Fast with audio
Veo 2 google/veo-2 Realistic videos
P-Video pruna/p-video Fast, economical, with audio support
WAN-T2V pruna/wan-t2v Economical 480p/720p
Grok Video xai/grok-imagine-video xAI, configurable duration
Seedance 2.0 bytedance/seedance-2-0 Text/image/ref-to-video with sync audio, up to 1080p
Seedance 2.0 Fast bytedance/seedance-2-0-fast Fast variant, same capabilities
HappyHorse T2V alibaba/happyhorse-1-0-t2v Physically realistic, up to 15s

Image-to-Video

Model App ID Best For
Wan 2.5 falai/wan-2-5 Animate any image
Wan 2.5 I2V falai/wan-2-5-i2v High quality i2v
WAN-I2V pruna/wan-i2v Economical 480p/720p
P-Video pruna/p-video Fast i2v with audio
Seedance 2.0 bytedance/seedance-2-0 Animate images with sync audio, up to 1080p
Seedance 2.0 Fast bytedance/seedance-2-0-fast Fast variant, same capabilities
HappyHorse I2V alibaba/happyhorse-1-0-i2v Animate images, up to 1080P/15s
HappyHorse R2V alibaba/happyhorse-1-0-r2v Character-preserving from references

Read the full file on GitHub · 257 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. 12d ago First seen · 257 lines · 84 tokens per session scan A 1bf92dee94e6

Subscribe to this mod's changes

ai-video-generation is a skill published in the GitHub repository sutchan/Agent-Skills-Hub (2 stars, last pushed yesterday), licensed MIT. It adds 84 tokens to every session and 2,379 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-31.