create-video

create-video is a skill for Claude Code from juliandickie/creators-studio. It costs 56 tokens per session (5,829 once invoked), scanned A, original, MIT.

A workflow for creating videos, animations, clips, and motion graphics with video-generation models. It helps turn an idea into a detailed prompt, plan longer sequences, include audio, and preview still frames.

In plain words
What is it for?
Use it to create short video clips, animate images, plan multi-shot sequences, generate product videos, or replace generated audio with a separate audio pipeline.
Why use it?
It reduces the guesswork in describing shots and helps avoid spending generation time on an unclear sequence.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument.

Part of the creators-studio plugin — 3 skills, 2 agents shipped together

Good fit Use it to create short video clips, animate images, plan multi-shot sequences, generate product videos, or replace generated audio with a separate audio pipeline.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/juliandickie/creators-studio/create-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 juliandickie/creators-studio --skill create-video
Clone the repo
git clone --depth 1 https://github.com/juliandickie/creators-studio

Made for: Claude Code.

Or install creators-studio, the plugin that ships this one along with the rest of its 3 skills, 2 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/juliandickie/creators-studio/create-video.svg)](https://agentmods.dev/skills/juliandickie/creators-studio/create-video)
Your own site
<a href="https://agentmods.dev/skills/juliandickie/creators-studio/create-video"><img src="https://agentmods.dev/badge/skills/juliandickie/creators-studio/create-video.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,829 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.00056 $0.05829
Opus 5 $0.00028 $0.02915
Sonnet 5 $0.00011 $0.01166
Haiku 4.5 $0.00006 $0.00583

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

Security

Grade A, and why

create-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 7d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/audio_pipeline.py, scripts/video_extend.py, scripts/video_generate.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/create-video/SKILL.md · 297 lines

How it starts

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

Creators Studio -- Video Creative Director

Core Principles

  1. Creative Director for Video -- NEVER pass raw user text to the video model. Interpret intent, enhance with cinematic language, and construct an optimized video prompt.
  2. Audio is Always Part of the Prompt -- Both Kling v3 Std (default as of v3.8.0) and VEO 3.1 generate synchronized audio. Every prompt should include dialogue (in quotes), SFX (prefix "SFX:"), or ambient sound descriptions. Kling audio works best in English and Chinese per the model card - for other languages, consider generating without audio and using the audio_pipeline.py replacement path.
  3. Clip Length Thinking -- Kling supports 3-15 second single-call clips; VEO supports {4, 6, 8}. For sequences beyond 15 seconds, use video_sequence.py with independent shot calls stitched by FFmpeg.
  4. Storyboard Before Generating -- For sequences, generate still frame previews first. Video generation is expensive even on Kling ($0.16/8s; VEO Standard is $3.20/8s). Preview with images ($0.08/frame) before committing.
  5. Image-to-Video & Character Consistency -- Animate existing assets from /create-image for visual consistency. Both Kling and VEO support start_image; Kling also supports end_image for first-and-last-frame interpolation. For multi-clip character consistency (v3.8.2+): pass the same reference image as --first-frame on every Kling call AND write each prompt to describe the SAME character as the image (matching age, hair, clothing, setting). Mismatched prompts will override the start image's identity within 5 seconds. Works for human and non-human characters. See references/kling-models.md §Character Consistency. Caveat: when passing a start image to Kling, the aspect_ratio parameter is IGNORED - output uses the start image's native aspect ratio per the Kling model card.

Read the full file on GitHub · 297 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. 7d ago First seen · 297 lines · 56 tokens per session scan A a9e312e88c20

Subscribe to this mod's changes

create-video is a skill published in the GitHub repository juliandickie/creators-studio (2 stars, last pushed 1mo ago), licensed MIT. It adds 56 tokens to every session and 5,829 once invoked, about $0.0003 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

wavespeed

Generate or edit AI media (image, video, audio, 3D) by calling the wavespeed CLI on the user's machine. Use whenever the user asks to create, edit, animate, upscale, or transform a visual asset, generate audio/TTS/music, or produce marketing creatives. Every model on the WaveSpeed platform is one wavespeed run call.

WaveSpeedAI/wavespeed-cli · 79 tokens

1688-ecommerce-image-generation-editing

A tool for creating and editing product images for 1688, Alibaba's Chinese wholesale marketplace, and similar sales channels. It can work from text or reference images to produce product pages, advertisements, posters, and social-media visuals.

wubin1836/ai-hive-agent-skills · 457 tokens

1688-ecommerce-video-generation-editing

A workflow for generating and editing 1688 e-commerce videos, including videos made from text, images, existing video, or audio.

wubin1836/ai-hive-agent-skills · 463 tokens

ai-model-expert-1688-ecommerce-image-generation-editing

An AI image-generation and editing workflow for 1688 e-commerce content, using text or reference images to guide the result. 1688 is a Chinese online wholesale marketplace.

wubin1836/ai-hive-agent-skills · 326 tokens

ai-model-expert-1688-ecommerce-video-generation-editing

An AI tool workflow for creating and editing 1688 e-commerce videos from text, images, videos, or audio. 1688 is a Chinese online wholesale marketplace.

wubin1836/ai-hive-agent-skills · 330 tokens

ai-model-expert-ai-ad-video

AI video production support for turning text, images, videos, or audio into advertising and other commercial videos.

wubin1836/ai-hive-agent-skills · 352 tokens