branch-video-script-builder
SKILL.md
Branch Video Script Builder
Build BranchVideo content as structured executable graphs and carry it through the full path:
- idea → node graph
- asset plan → produced asset URLs
- V3 JSON or AIHub import payload
- import into BranchVideo on
bv.new.ndhy.com - when the deliverable is a finished V3 script, save/publish it through
branch-video-agent-cliand return a playable link
Companion skill
For project save, publish, version query, production status, or playUrl return, treat branch-video-agent-cli as the single source of truth.
- Do not duplicate its install policy, CLI command syntax, fallback strategy, or playUrl construction rules here.
- When the task reaches “create/update/publish this finished V3 script in BranchVideo”, immediately load
branch-video-agent-cliand follow that skill for execution. - If
branch-video-agent-cliis not available in the current installed/local skills, install/add that skill first, then continue the handoff. - Do not assume the agent already knows what
branch-video-agent-climeans just because its name appears here; explicitly switch to that skill before execution. - Keep this skill focused on graph authoring, asset mapping, import-shape correctness, and delivery handoff.
- If the task is only about script design or JSON generation, you do not need the CLI skill yet.