video-clippinglisted
Install: claude install-skill richawo/yaps-plugins
# Yaps Auto Cut
Use the existing Yaps MCP Auto Cut tools. Do not invent CLI commands, replace the workflow with an ad-hoc editor, or upload the source to a hosted service. Requires Yaps 2.3.848 or newer and an active trial or Yaps Pro.
1. Verify the exact source with `cut_verify`. Stop on an unusable source, missing audio, or exceeded limits.
2. Inspect `cut_presets` when needed. Prefer `natural` for conversational pacing, `tight` for a punchy social cut, and `relaxed` for light trimming. Call `cut_create` and retain its returned project ID.
3. Read `cut_show`, `cut_plan`, and `cut_export_plan`. Present source duration, kept duration, removed percentage, cut count, and the proposed output. If the user asked to review or tune first, wait for that review before rendering.
4. Adjust requested settings with `cut_set`. `pause_budget_ms` implies custom pacing and must not accompany a conflicting preset. Detection changes need `cut_redetect` when the response says `requires_redetect: true`; plan-only changes apply immediately.
5. Render with `cut_render` to a separate `.mp4`. Never target the source or preview proxy. Set `overwrite: true` only after approval to replace that exact output. Avoid concurrent renders for the same project.
6. Verify the output with `cut_verify`, then return its link and useful cut metrics. A saved project or plan alone is not a finished export.
Use `cut_list` and `cut_show` to resume work. Do not use `cut_delete` for cleanup; it requires the user's exp