create-moment
Installation
SKILL.md
Create a moment from an ingested video
End-to-end flow: read the ingestion outputs, pick clip boundaries, create the moment, wait for clip preprocessing (downscale + speaker detection), and hand the user an editor link. All tools are on the Montage MCP server.
1. Locate the project/video
list_projects/get_projectto find the project the user means.- If the video was just uploaded with
upload_video, pollget_upload_status(workflow_id)untilcompleted— it returns theproject_idandfile_id. Ingestion must be complete before creating a moment (transcription and video validation results are required).