adobe-edit-quick-cut
Installation
SKILL.md
Adobe Edit Quick Cut
Produces 3 AI-edited sizzle reel variations from a source video, all at the same duration and style — giving the user options to pick from.
Surface note: The default flow below uses Adobe's MCP App widgets — the
asset_add_filefile picker (Step 2) and the side-by-sideasset_preview_filepreview (Step 7). Follow it as written. Only if a widget tool is not available on this surface (e.g. Codex), use the No-widget fallback attached to that step.
Tool Reference
| Step | Tool | Notes |
|---|---|---|
| Upload source video | asset_add_file |
File picker; returns the CC asset ID required by Quick Cut |
| Stage source video (no-widget fallback) | asset_initialize_file_upload + asset_finalize_file_upload |
Only when asset_add_file is unavailable — stage a local video to CC; extract assetId from the finalize response |
| Run Quick Cut variations | video_create_quick_cut |
Fire 3 in parallel; same duration and style prompt |
| Poll job status | quickCutPoll |
Repeat until all 3 return completed |
| Preview variations | asset_preview_file |
Renders all 3 side-by-side for selection (no-widget fallback: present the 3 URLs directly) |
| Resize re-uploaded output | video_resize |
Workaround only — Quick Cut output must be re-uploaded first |