luma-video-workflow
Installation
SKILL.md
Luma Video Workflow
Use this skill when an agent needs to produce or inspect short-video generation work through luma-cli.
Read ../luma-shared/SKILL.md first for common project, artifact, and runtime rules.
Core Rule
Treat luma-cli commands as atomic tools. Keep business orchestration in the agent plan:
- Discover tools with
luma-cli --json tools list. - Inspect a specific tool with
luma-cli --json tools describe <tool_id>. - Call one atomic command.
- Read the returned task id, object key, or output path.
- Decide the next step from the result.
Do not assume one CLI command should hide the whole product workflow.