Agent skill · Backend & API

redbox-video-director

Use when generating short videos with RedBox official video API. Produces a detailed shot script first, asks the user to confirm it, then chooses between text-to-video, reference-guided, and first-last-frame modes and calls the correct wan2.7 video model with prompt discipline focused on motion, reference elements, and transitions.

Jamailargithub.com/JamailarGitHub ↗
claude-coderead-onlyNOASSERTION
Install
npx skills add Jamailar/Beav --skill redbox-video-director --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Allowed tools: app_cli
Path: desktop/electron/builtin-skills/redbox-video-director/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,349
Language: TypeScript

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

From the SKILL.md

# RedBox Video Director Use this skill before calling `app_cli(command="video generate ...")` for RedBox video work. ## Default Workflow Before any video tool call, follow this order: 1. Clarify the intended video mode from the user's goal and assets. 2. Draft a concise but detailed video script for review. 3. Decide whether this should use a video project pack. 4. For multi-shot or context-heavy work, create a video project pack first. 5. Decide whether this should be a single-video job or a multi-video assembly. 6. If the script has multiple shots, continuity risk, character consistency requirements, or environment consistency requirements, proactively ask whether storyboard stills / keyframes should be generated first. 7. If storyboard stills are needed, design a stable keyframe-generation plan first. 8. Show the script to the user together with explicit video specs. 9. Ask for confirmation or revision. 10. Only after confirmation, call `app_cli(command="video generate ...")`. If the user has not yet confirmed the script, do not generate the video. ## Video Project Pack Rule For multi-shot videos, long-context videos, continuity-sensitive videos, or videos likely to go through s

What's inside
Steps it walks through
  1. Default Workflow
  2. Video Project Pack Rule
  3. Hard Rules
  4. Mode Selection
  5. Production Strategy
  6. Storyboard-First Rule
  7. Core Environment Reference Image
  8. Prompt Consistency Rules For Keyframe Images
  9. Keyframe Generation Order
  10. Script Format
  11. Prompt Discipline
  12. Tool Usage
More from Beav
All skills →
About this skill
What does the redbox-video-director skill do?

Use when generating short videos with RedBox official video API. Produces a detailed shot script first, asks the user to confirm it, then chooses between text-to-video, reference-guided, and first-last-frame modes and calls the correct wan2.7 video model with prompt discipline focused on motion, reference elements, and transitions.

How do I install it?

Run `npx skills add Jamailar/Beav --skill redbox-video-director --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 Jamailar/Beav, a repository with 1,349 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