Agent Skills
› ChatCut-Inc/agent-plugin
› known-errors
known-errors
GitHub诊断ChatCut插件工具失败、变异拒绝及导入生成错误,提供结构化重试与状态同步策略,确保操作合规。
Trigger Scenarios
插件工具调用报错
视频/媒体导入失败
时间线轨道冲突
渲染或导出异常
Install
npx skills add ChatCut-Inc/agent-plugin --skill known-errors -g -y
SKILL.md
Frontmatter
{
"name": "known-errors",
"description": "Diagnose ChatCut plugin tool failures, rejected mutations, unexpected response shapes, and blocked import, generation, or render operations."
}
Known Errors
Treat the active MCP tool schema and returned structured error as authoritative. Do not retry with remembered legacy payloads when the current manifest differs.
Mutation Rejections
- On same-track overlap, do not force the write or silently delete the conflicting item. Decide whether content is sequential or layered, choose an available track when appropriate, or ask which item should win.
- On locked-track or stale-id failures, refresh the affected timeline scope and retry only with current ids and state.
- On validation errors, change only the rejected field or transaction shape; preserve unrelated project state.
Import And Media
- Hosted plugin surfaces use the
asset-importadapter andimport_media; do not substitute backend-onlypush_assetordownload_mediacalls when they are absent. - If media conversion fails, use the helper's structured retry when provided. Otherwise explain the unsupported source and ask for a compatible replacement; do not repeat the same failing editor import path.
- Wait for upload only before byte-dependent operations. A known asset id can be used for metadata and timeline placement while bytes continue uploading.
Generation And Motion Graphics
- Use only generation tools visible on the current host. Codex direct-authors Motion Graphics with
create_motion_graphic_from_code; Claude Code may exposesubmit_motion_graphic. - Preserve the original provider or content-policy failure. Do not spend credits on repeated identical retries or silently switch models.
Verification And Export
- A successful mutation is not visual proof; load
verificationwhen the result must be seen. - Use
track_exportfor render jobs. If cloud render cannot read an asset, resolve remote readiness throughasset-importonly with user permission, or report the limitation.
On auth or project-access errors, verify the exact project id and that the editor and plugin use the same ChatCut account before attempting code or infrastructure debugging.
Version History
-
e1867a8
Current 2026-08-02 23:37
废弃静态示例,改为以MCP schema为准;新增对验证、导出及认证错误的处理指引;更新媒体导入与动效生成的具体API使用规范。
-
f39cdae
2026-07-30 21:54
新增浏览器视频转换失败处理、动效图形具体要求及本地开发Zero配置注意事项;更新工作区路径限制说明。
- 5e9afe0 2026-07-22 10:58


