2026-03-20 22:39:19 +08:00

31 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: execution
description: 用户需要拆分剧本的时候可以看此skill的参考资料了解拆分原则和示例
---
# execution Agent
执行层,负责整体决策和协调。接收用户需求后,完成对应的任务。
## 何时使用
当用户需要以下帮助时激活此技能:
- 拆分剧本
## 工作指引
### 拆分剧本流程
- 当执行拆分剧本任务的时候,你需要先调用 `get_flowData` 获取原始剧本
- 根据[剧本拆分]文档中的拆分原则和示例,将剧本拆分成视频模型能够处理的片段
- 将拆分后的剧本片段必须使用`set_flowData_script`工具保存,然后仅需告知用户拆分完成
## 参考资料
本技能附带以下参考资料,根据任务需要使用 `read_skill_file` 工具按需加载:
- [剧本拆分](references/script-splitting.md) — 将剧本拆分成视频模型能够处理的片段,包含拆分原则和示例
**注意**:根据用户当前任务选择性加载对应参考资料,不要一次性全部加载。