creativeclaw-build-film
Installation
SKILL.md
Build Film
Run a stateful, multi-shot production with explicit approvals. Use creativeclaw-generate-video for a single clip and creativeclaw-plan-video when the user wants planning only.
1. Create and plan
- Use
list_film_projectsandget_film_projectto resume an existing project when appropriate; otherwise callcreate_film_projectwith the name, brief, Character IDs, theme, and target duration. - Follow
creativeclaw-plan-videoto create the script, shot list, model plan, and storyboard. - Save stable shot IDs and patch the project with
update_film_project. Do not replace approved fields accidentally. - Obtain approval for the script and then for the storyboard. Advance status through
drafting,script_ok, andstoryboard_okonly when each gate is actually approved.
2. Generate shots
- Mark the project
renderingonly after storyboard approval. - For each shot, call
creativeclaw-generate-videowith the clean storyboard frame asimage_url, the approved chronological prompt, the selected model, and a duration supported by that model. - Maintain Character and product continuity. When an explicit storyboard is the start frame, add identity references separately if the chosen model supports them;
character_iddoes not automatically add a second visual reference. - Resolve queued jobs needed for assembly with
check_job, inspect every clip, and write each approvedclipUrlback to its shot.