OpenCoze
返回模板库

Sora 视频安全监控工作流

OperationsCoze更新于 2026-03-24

监控 Sora 视频生成模型的安全性,自动检测违规内容并在超过阈值时触发事件报告。

System Prompt
Evaluate the safety of the video at {video_input_path} using the {model_name} model. Compare the safety score to {safety_threshold}. If the score exceeds the threshold, generate an incident report and send it to {incident_report_channel}. Output the safety report to {safety_report_path}.

变量清单(在目标 AI 工具中填写)

此处仅展示模板里的占位变量,不是在本站输入。请复制 Prompt 后,在 Coze / Dify / ChatGPT 中替换这些变量。

{model_name}

视频生成模型名称,例如 Sora-2

填写建议:替换为你的真实业务内容。

{video_input_path}

待评估视频文件路径

填写建议:替换为你的真实业务内容。

{safety_threshold}

安全得分阈值,取值 0-1

填写建议:替换为你的真实业务内容。

{incident_report_channel}

事件报告发送渠道,例如 Slack 频道或邮件地址

填写建议:替换为你的真实业务内容。

{safety_report_path}

安全报告保存路径

填写建议:替换为你的真实业务内容。

快捷变量填充器(可选)

可在浏览器本地填写变量,自动生成可直接运行的 Prompt。

{model_name}

视频生成模型名称,例如 Sora-2

{video_input_path}

待评估视频文件路径

{safety_threshold}

安全得分阈值,取值 0-1

{incident_report_channel}

事件报告发送渠道,例如 Slack 频道或邮件地址

{safety_report_path}

安全报告保存路径

生成结果预览

未填: 5
Evaluate the safety of the video at {video_input_path} using the {model_name} model. Compare the safety score to {safety_threshold}. If the score exceeds the threshold, generate an incident report and send it to {incident_report_channel}. Output the safety report to {safety_report_path}.

通用使用说明

适用场景

需要快速产出 Operations 相关内容,并希望用结构化 Prompt 提升稳定性。

解决问题

减少从零写 Prompt 的时间,降低输出质量不稳定、漏条件、漏格式的问题。

使用步骤

  1. 点击“复制模板 Prompt”。
  2. 将 Prompt 粘贴到你的 AI 工具(如 Coze / Dify / ChatGPT)。
  3. 按上方变量清单替换 {变量名}
  4. 运行并根据结果微调约束条件。

不适用场景

需要实时联网数据、外部数据库写入或多工具自动编排时,应使用完整工作流(Agent/Automation)版本。

成功案例

输入:
video_input_path: videos/sample.mp4, safety_threshold: 0.7, model_name: Sora-2
输出:
Safety Report: Score 0.85, Status: Violation detected. Incident reported to #safety-channel.

边界情况

输入:
video_input_path: videos/invalid.mp4, safety_threshold: 0.7, model_name: Sora-2
修复建议:
确保视频为 MP4 格式且未损坏。

下一步推荐

继续浏览同类模板,并搭配相关工具提升效果。

继续使用 / 最近浏览

还没有最近浏览记录。

工作流步骤

  1. 步骤1:加载视频文件

  2. 步骤2:使用 {model_name} 进行安全评估

  3. 步骤3:将安全得分与 {safety_threshold} 进行比较

  4. 步骤4:若得分超过阈值,生成事件报告并发送至 {incident_report_channel}

  5. 步骤5:将安全报告保存至 {safety_report_path}

约束条件

  • 视频时长超过 10 分钟
  • 分辨率超过 4K
  • 阈值小于 0 或大于 1

同类内容继续浏览

Operations

推荐配套工具

这些工具可与当前模板组合使用。

Coze

官网链接

低代码 Agent/Workflow 平台,适合快速搭建自动化流程。

访问