← 返回 Skills 市场
oliviapp8

Scene Video Generator

作者 Olivia_Pp · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
246
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install scene-video-generator
功能描述
根据分镜描述生成视频片段。支持多个 AI 视频生成后端:即梦 Jimeng、Kling 可灵、Runway、Pika、Vidu。输入场景描述+可选的数字人口播,输出视频片段。触发词:AI视频、生成视频、分镜视频、scene video、text to video、图生视频。
使用说明 (SKILL.md)

分镜视频生成

功能

将分镜描述转换为 AI 场景视频(不含数字人):

  • 纯 AI 生成场景
  • 图生视频(从参考图扩展)

⚠️ 与 digital-avatar 的分工

需求 用哪个 skill
数字人口播视频 digital-avatar
纯 AI 场景(无人/路人/产品展示等) scene-video-generator(本 skill)

数字人相关的视频生成请用 digital-avatar skill,确保后端一致性。

支持的后端

后端 特点 时长限制 适用场景
Jimeng 即梦 国内,快,中文理解好 5s 国内平台
Kling 可灵 国内,质量高 5-10s 高质量需求
Runway 国际,Gen-3 质量顶级 5-10s 高端制作
Pika 快速,风格化强 3-5s 风格化内容
Vidu 国内,性价比高 4-8s 一般需求

默认使用 Jimeng(如已配置)。

输入参数

参数 必填 说明
backend - jimeng / kling / runway / pika / vidu
prompt 场景描述(英文效果更好)
duration - 目标时长(秒)
aspect_ratio - 16:9 / 9:16 / 1:1
reference_image - 参考图(图生视频)
style - realistic / anime / cinematic
motion - low / medium / high
seed - 随机种子(复现用)

输出格式

video:
  id: "scene_001"
  backend: kling
  url: "https://..."
  duration: 5.0
  resolution: "1920x1080"
  aspect_ratio: "16:9"
  prompt: "原始 prompt"
  seed: 12345
  status: completed

工作流程

流程 A:纯 AI 生成

输入: prompt + 参数
  ↓
翻译/优化 prompt(如需要)
  ↓
调用后端 API
  ↓
等待渲染(30s-3min)
  ↓
输出: 视频 URL

流程 B:图生视频

输入: reference_image + prompt
  ↓
上传参考图
  ↓
调用 image-to-video API
  ↓
输出: 视频 URL

💡 需要数字人口播? 请使用 digital-avatar skill。

Prompt 优化技巧

结构

[主体] + [动作] + [场景] + [镜头] + [风格]

示例

原始:女生在办公室看电脑

优化:A young professional woman sitting at a modern office desk, 
looking at computer screen with focused expression, 
soft natural lighting from window, 
medium shot, shallow depth of field, 
cinematic color grading

镜头术语

中文 英文 说明
特写 close-up 脸部/细节
中景 medium shot 半身
全景 wide shot 全身+环境
跟拍 tracking shot 跟随移动
推镜 dolly in 推进
拉镜 dolly out 拉远

详见 references/prompt-guide.md

使用示例

生成场景

用户:生成一个5秒的视频,内容是:一个人在咖啡厅用笔记本工作

执行:
1. 优化 prompt
2. 调用 Kling API
3. 等待渲染
4. 返回视频 URL

批量生成分镜

用户:根据这个分镜列表生成视频 [附 YAML]

执行:
1. 解析分镜列表
2. 逐个生成(或并行)
3. 返回视频列表

与上下游对接

上游输入

  • video-script-generator 的 scenes[].shot_description(非口播场景)

下游输出

  • video-stitcher 消费视频片段

并行 skill

  • digital-avatar 负责口播场景视频
  • 本 skill 负责 AI 场景视频
  • 两者输出都汇入 video-stitcher

注意事项

  1. 不同后端对 prompt 长度有限制(通常 500 字符内)
  2. 复杂动作/多人场景效果不稳定
  3. 建议先小批量测试再批量生成
  4. 保存 seed 以便复现满意的结果
  5. 渲染时间可能较长,使用异步处理
安全使用建议
This skill will send your text prompts and any reference images to third‑party video-generation services (Jimeng, Kling, Runway, Pika, Vidu). Before installing or using it: (1) ensure you have and will supply API credentials for the chosen backend(s) and know where those credentials are stored; (2) review the privacy/terms of the backend(s) because media and prompts will be transmitted off your machine; (3) avoid sending sensitive personal data or private documents as prompts or reference images; (4) test with small/short jobs first to confirm behavior and cost; and (5) if you need stricter control over outbound network traffic, restrict which backend the agent may call or require manual invocation rather than autonomous runs.
功能分析
Type: OpenClaw Skill Name: scene-video-generator Version: 1.0.0 The skill bundle is a legitimate tool for generating AI video clips using various backends (Jimeng, Kling, Runway, etc.). The documentation (SKILL.md, backend-setup.md, prompt-guide.md) provides clear instructions for prompt optimization and API configuration without any evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the runtime instructions and the backend setup doc. The listed backends (Jimeng, Kling, Runway, Pika, Vidu) and their API keys/credentials are exactly what a video-generation skill would need. There are no unrelated requirements (no AWS, no SSH keys, no system binaries).
Instruction Scope
SKILL.md instructs the agent to optimize/translate prompts, upload reference images, and call third-party video-generation APIs — all within the stated purpose. It will transmit user prompts/images to external services, which is expected for this functionality but important for privacy. The SKILL.md does not instruct the agent to read unrelated files or secrets.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal surface area. Nothing is downloaded or written to disk by an installer in the repository.
Credentials
The repository's backend-setup.md documents API keys and access/secret keys for the supported backends, which are proportionate to the skill's operation. However, the skill metadata itself lists no required env vars or primary credential, so callers should know that backend API credentials are still necessary in practice (stored/configured externally).
Persistence & Privilege
always is false and there's no installation step that modifies other skills or system-wide configs. The skill can be invoked autonomously (platform default), which is normal for skills of this type; no elevated persistence is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scene-video-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scene-video-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug scene-video-generator
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 1
常见问题

Scene Video Generator 是什么?

根据分镜描述生成视频片段。支持多个 AI 视频生成后端:即梦 Jimeng、Kling 可灵、Runway、Pika、Vidu。输入场景描述+可选的数字人口播,输出视频片段。触发词:AI视频、生成视频、分镜视频、scene video、text to video、图生视频。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 246 次。

如何安装 Scene Video Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install scene-video-generator」即可一键安装,无需额外配置。

Scene Video Generator 是免费的吗?

是的,Scene Video Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Scene Video Generator 支持哪些平台?

Scene Video Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Scene Video Generator?

由 Olivia_Pp(@oliviapp8)开发并维护,当前版本 v1.0.0。

💬 留言讨论