| name | LightFlow Video Auto Edit Plan |
| description | Use this skill when creating, running, or modifying the lightflow.video_auto_edit_plan workflow for automated video editing plans. |
| version | 0.4.0 |
LightFlow Video Auto Edit Plan
Use lightflow.video_auto_edit_plan only after
lightflow.video_highlights has returned its approved VideoScore clips output.
Pass that output unchanged as clips. The
package-owned Rust runner produces a structured lightflow.video.edit-plan.v1
from those explicit, HMAC-verified ranges; lightflow.video_render_edit
consumes the result.
Runtime
The workflow crate contains a Rust-native runner.v1 binary, so installation
does not depend on repository-relative scripts. It does not perform ASR,
semantic selection, silence removal, or scene detection.
Contract
- Workflow id:
lightflow.video_auto_edit_plan
- Required input
clips: JSON array of explicit clip objects with VideoScore
provenance.
- Required input
brief: human editing goal, story outline, or script notes.
- Optional input
style: editing style guidance. Defaults to clean social edit.
- Optional input
constraints: JSON delivery constraints for aspect ratio,
duration, frame rate, width, and height.
- Output
edit_plan: JSON edit decision plan.
- Output
summary: readable planning summary.