Agent skill · Media & Video

video-shortform

Short-form video generation skill — 3-10 second clips for product reveals, motion teasers, ambient loops. Defaults to Seedance 2 but works the same with Kling 3 / 4, Veo 3 or Sora 2. Output is one MP4 saved to the project folder. When the workspace also ships an interactive-video / hyperframes skill, prefer composing several short shots into a single timeline rather than one long monolithic clip.

nexu95,528★ · +2,037/wk · 5 repos on radarProfile →
claude-codecodexcursorApache-2.0
Install
npx skills add nexu-io/open-design --skill video-shortform --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: design-templates/video-shortform/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 83,577 · +1,339 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Video Shortform Skill Short-form (≤ 10s) is the sweet spot for current text-to-video models — they're great at one **shot** with one **idea**, weaker at multi-cut narratives. Plan one shot per call. Special case: `hyperframes-html` is **not** a photoreal text-to-video model. It's a local HTML-to-MP4 renderer. For that model, do not roleplay cinematography or "real-world" camera physics. Treat the brief as a motion design card / title-frame / product interstitial, ask at most one clarifying question, then dispatch immediately. ## Resource map ``` video-shortform/ ├── SKILL.md └── example.html ``` ## Workflow ### Step 0 — Read the project metadata `videoModel`, `videoLength` (seconds), `videoAspect`. These are hard-locks — clamp the prompt to whatever the chosen model supports (Seedance 2 caps at 10s; Kling 4 supports up to 10s + image-to-video; Veo 3 supports 8s with audio). ### Step 1 — Plan the shot Write the shotlist BEFORE calling the model: | Slot | Content | |---|---| | Subject | What's in frame? | | Camera | Static / pan / push-in / orbit? | | Lighting | Key direction + temperature | | Motion | What moves, at what pace? Subject motion vs camera motion. | | Sound | Ambient b

What's inside
Steps it walks through
  1. Resource map
  2. Workflow
  3. Step 0 — Read the project metadata
  4. Step 1 — Plan the shot
  5. Step 2 — Compose the prompt
  6. Step 3 — Dispatch via the media contract
  7. Step 4 — Hand off
  8. Hard rules
Ships with 1 file
  • example.html
More from open-design
All skills →
About this skill
What does the video-shortform skill do?

Short-form video generation skill — 3-10 second clips for product reveals, motion teasers, ambient loops. Defaults to Seedance 2 but works the same with Kling 3 / 4, Veo 3 or Sora 2. Output is one MP4 saved to the project folder. When the workspace also ships an interactive-video / hyperframes skill, prefer composing several short shots into a single timeline rather than one long monolithic clip.

How do I install it?

Run `npx skills add nexu-io/open-design --skill video-shortform --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexu-io/open-design, a repository with 83,577 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going