用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/infometa/workbuddyskills --skill known-errors命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | known-errors |
| description | Use when a ChatCut plugin tool call fails or returns an unexpected 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.