export
GitHub指导 Agent 使用 ChatCut 插件进行视频项目导出,包括提交渲染任务、追踪状态及获取下载链接。支持视频、音频、字幕及 XML 格式,处理媒体导入与云端渲染阻塞问题。
触发场景
安装
npx skills add ChatCut-Inc/agent-plugin --skill export -g -y
SKILL.md
Frontmatter
{
"name": "export",
"description": "Hosted ChatCut plugin sessions only (the `chatcut` MCP server). If the conversation is driving ChatCut Desktop (a `chatcut_desktop*` MCP server), load this skill only when the user explicitly chooses the plugin\/web surface — desktop sessions otherwise ship their own instructions and tools. Export or deliver a ChatCut project through the hosted connector, including video, audio, subtitles, XML, and render-status checks."
}
Export
Export only when the user asks for a render, download, or final standalone deliverable. A review checkpoint normally stays as an editable ChatCut timeline.
Use submit_export with the current tool schema. Confirm the target timeline, range, resolution, codec, and format from project state and user intent; do not guess a non-active timeline. Record every returned renderId.
Use track_export for status. It is the render-job tracker; do not use generation/transcription track_progress for exports. For the latest project export, use the tool's latest-render option when available rather than guessing an id.
When a render completes, return its downloadUrl. In Claude Code, download the completed file to a collision-safe local path and provide the path, local-file preview link, and concise render metadata. In Codex, surface the completed download URL through the host's normal file/link delivery. Do not claim delivery from a queued or running render.
For subtitle or NLE XML export, use the corresponding submit_export format and report warnings about unsupported or dropped elements. For transparent Motion Graphic delivery, use the dedicated MG export tool exposed by the current manifest and track the returned render ids.
If cloud rendering is blocked by media that is not remotely readable, use asset-import when the user permits upload. Otherwise report the blocker; do not flatten or substitute the edit locally without user intent.
版本历史
- 014586d 当前 2026-08-27 10:43
-
e1867a8
2026-08-02 23:37
同步插件更新,优化Claude Code环境下的本地文件下载与交付流程,明确使用curl进行安全命名下载及文本汇报格式。
-
f39cdae
2026-07-30 21:54
同步插件版本至66c0309a40866ab98e1147b05d4cc160094efab5
- 5e9afe0 2026-07-22 10:58


