ClipDone for agents
AI video editing that agents can operate end to end
Agents can create ClipDone projects, upload raw footage, generate polished edits, revise videos from feedback, update subtitles, poll progress, and download final exports through the CLI.
Basic workflow
npm install -g @clipdone/cli
clipdone login
clipdone projects create --name "Marketing video"
clipdone projects <project_id> upload ./IMG_825.mp4 --type footage
clipdone projects <project_id> process
clipdone projects <project_id> revise --feedback "Tighten the intro"
clipdone projects <project_id> status
clipdone outputs <output_id> download --artifact videoMp4 --out ./final.mp4Create and upload
Start projects from raw videos, images, music, and scripts. Large uploads are handled directly by the CLI so agents can work with real production footage.
Generate and revise
Trigger processing, request a new version with feedback notes, or submit subtitle edits as structured JSON.
Inspect and export
Poll project status, list generated outputs, and download videos, subtitles, or other artifacts.
Use it from any agent
Install and authorize
npm install -g @clipdone/cli
clipdone loginThe user signs in and approves access in the browser. After that, an agent can run the CLI workflow within the account's plan limits.
Start with the CLI docs
Read agents.md, authenticate once, and let your agent work against real ClipDone projects.