Files
ai-video-editor/skills/edit-timeline-studio/docs/claude-code-video-editing.md
T
Martin Delophyandhaixin.yang 11ddf231e0 Publish Timeline Studio agent editing skill (#42)
* publish timeline agent editing skill

* install ffmpeg in CI

---------

Co-authored-by: haixin.yang <haixin.yang@weimob.com>
2026-07-22 18:47:40 +08:00

1.3 KiB

How does Claude Code edit video with Timeline Studio?

Install the same Skill through GitHub CLI:

gh skill install MartinDelophy/ai-video-editor edit-timeline-studio --agent claude-code --scope user

Then prompt Claude Code with explicit inputs and editable output requirements:

Use the Timeline Studio skill. Import ./assets/demo/*.png in filename order,
create a 9:16 product introduction with English voiceover and synchronized captions,
export ./out/demo.timeline and ./out/demo.mp4, then reopen the project and verify it.

Claude Code should inspect package.json, detect the agent script, and use it for registered operations:

npm run agent -- project.inspect /absolute/path/demo.timeline
npm run agent -- project.diff /absolute/path/edit-plan.json
npm run agent -- project.run /absolute/path/edit-plan.json

It can import supported local image, video, and audio files through asset.import and use project.render for the documented portable Visuals + Voiceover + Music subset. It should use the browser workflow for AI generation, richer composition rendering, and unsupported commands, and state that boundary in its result. The output contract is the same on both paths: return the editable project, the render when requested, a concise timeline summary, and verification evidence.