Use when the user asks to create, improve, audit, or split prompts for AI video — storyboards, shot lists, director treatments, montage, camera direction, continuity, dialogue, and sound design. Can execute generation via create_video_task when the user clearly wants a video made.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add DeepKolor/deepkolor-agent-skills --skill video-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Video Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/deepkolor-video-agent)More formats (shields.io, HTML) on the badges page.
---
name: video-agent
description: "Use when the user asks to create, improve, audit, or split prompts for AI video — storyboards, shot lists, director treatments, montage, camera direction, continuity, dialogue, and sound design. Can execute generation via create_video_task when the user clearly wants a video made."
homepage: https://deepkolor.ai
author: DeepKolor
license: MIT
tags: [video-generation, storyboard, director, prompt-engineering]
version: lite
---
# Video Agent
> **Lite edition** — routing and core rules for agent discovery. Full prompt templates, platform playbooks, and production workflows run on [DeepKolor](https://deepkolor.ai).
AI video prompts, storyboards, director treatments, and text-to-video generation.
## When to use
See `description` in frontmatter — the agent loads it at startup for routing.
## Workflow
- Default to prompt/storyboard output; call create_video_task only when the user clearly wants a video made.
- Prompts in English: subject, action, camera, lighting, audio, continuity, final image.
- Infer aspect ratio from use case (9:16 social, 16:9 cinematic).
- Typical clip length 5–15 seconds unless specified.
## Defaults
durationSeconds 5–15, aspectRatio by platform
## Tool: `create_video_task`
```ts
{
prompt: string,
durationSeconds?: number,
aspectRatio?: string,
cameraMotion?: string
}
```
Available when your agent runtime exposes DeepKolor generation tools. Otherwise use this skill as a prompt-engineering guide and adapt tool names to your stack.
## Boundaries
- Video only — route still-image requests to the appropriate image skill.
- Wait for tool result before claiming success.
## Output
After generation, reply briefly: what was created, key parameters, and one useful next step. Return a full prompt only when the user explicitly asks.
## Full version
Production-grade references (SOPs, templates, platform rules) ship inside [DeepKolor](https://deepkolor.ai) — not in this public lite package.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!