From chatcut
Troubleshoots known errors in ChatCut plugin tool calls, including timeline overlap, asset import issues, motion graphic validation, and browser video conversion failures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/chatcut:known-errorsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`edit_item` update raw shape:
edit_item update raw shape:
{ "id": "abc", "fromFrame": 30 }{ "json": "{\"updates\":[{\"id\":\"abc\",\"fromFrame\":30}]}" }updates shape for common moves, trims, and track changes.edit_item add raw shape:
adds array of the json transaction: { "json": "{\"adds\":[{...}]}" }.edit_item for simple video placement, for example { "json": "{\"adds\":[{\"type\":\"video\",\"assetId\":\"...\",\"fromFrame\":0}]}" }.Timeline overlap:
Overlap: updated item at ... would overlap existing item at ... on this track.edit_item transaction with an explicit available trackId, for example an update containing "trackId":"V2", or ask the user which layer should win.Workspace path restrictions:
push_asset on the external MCP only accepts public http(s) URLs as filePath. It rejects local paths, workspace paths, and chat attachment paths.create_motion_graphic_from_code({ code:"...", name, width, height, durationInFrames }). push_asset no longer accepts an inline code argument.asset-import and import_media instead.import_media action=create_session, then run the ChatCut media import helper once with the returned token for client-held files.Browser video conversion failure:
Unable to convert video without dropping audio/video tracks or unknown_source_codec.ffmpeg) or pick a different file.Motion Graphic requirements:
push_asset(type:"motion-graphic") requires width, height, and duration or durationInFrames.AbsoluteFill is not valid for generated MG code; use a scaling root div.scale inside MG code. The validator/runtime may already reserve that identifier; use a specific name such as uiScale.Local dev Zero caveat:
3010, editor 5177, and view-syncer 4850 are intentionally isolated from the older 3000/5173/4848 stack.Timeline screenshot renderer caveat:
render_cloud_screenshot returns a Remotion AccessDenied error for a rendererbucket-.../sites/.../index.html URL, the project write path can still be healthy.npx claudepluginhub chatcut-inc/agent-plugin --plugin chatcutProvides the ChatCut project model and editing context for Claude Code. Invoke this skill before using the ChatCut MCP server tools for video editing.
Turn long-form video into platform-ready clips - LinkedIn posts, TikTok/Reels, teasers, highlight reels - with word-level captions, using FFmpeg and Remotion. USE THIS SKILL WHEN the user wants to repurpose a YouTube video or any long video into social clips, mentions video, clip, footage, mp4, mov, or any video format, wants to cut, stitch, combine, or edit video files, needs captions, subtitles, or TikTok-style word highlighting, wants a teaser, trailer, or highlight reel, asks about video transcription or whisper, mentions FFmpeg, ffprobe, or Remotion errors, or has .mp4/.captions.json files or video folders. Runs a mandatory intake, proposes an edit plan with exact timestamps, previews in Remotion Studio, and renders only on approval.
Edits CapCut/JianYing video projects programmatically: read/write subtitles, timing, speed, volume, templates, animations, and cut long-form to shorts via CLI.