← 返回 Skills 市场
40
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stitch-jimeng-video
功能描述
即梦AI视频生成3.0 1080P。通过火山引擎即梦AI API生成视频(图生视频-首尾帧模式)。 触发词:即梦、极梦、视频生成、图生视频、首尾帧、火山引擎视频
使用说明 (SKILL.md)
即梦AI 视频生成3.0 1080P
通过火山引擎即梦AI API生成视频(图生视频-首尾帧模式)。
前置要求
在环境变量或 .env 中配置:
export VOLC_ACCESS_KEY="你的 Access Key ID"
export VOLC_SECRET_KEY="你的 Secret Access Key"
使用方式
python3 {baseDir}/scripts/jimeng_video.py \
--prompt "镜头缓缓推进,画面从冬天的枯树过渡到春天的花开" \
--first "/path/to/start.jpg" \
--last "/path/to/end.jpg"
参数
| 参数 | 说明 | 必填 |
|---|---|---|
| --prompt | 视频描述(建议400字以内) | 是 |
| --first | 首帧图片路径或URL | 是 |
| --last | 尾帧图片路径或URL | 是 |
| --seed | 随机种子(默认-1随机) | 否 |
| --output | 输出文件路径 | 否 |
| --no-poll | 只提交不轮询 | 否 |
API 信息
- 端点:
https://visual.volcengineapi.com - 提交任务 Action:
CVSync2AsyncSubmitTask - 查询任务 Action:
CVSync2AsyncGetResult - req_key:
jimeng_i2v_first_tail_v30_1080 - 认证:火山引擎 HMAC-SHA256 签名(SDK 自动处理)
安全使用建议
Install only if you are comfortable using Volcengine API credentials and sending the selected prompt plus first/last-frame images to Volcengine. Use non-sensitive media, watch for API charges, and prefer reviewing the returned download URL behavior before using it in a sensitive environment.
能力评估
Purpose & Capability
The documented purpose is generating first/last-frame videos through the Volcengine Jimeng API, and the script behavior matches that purpose: it submits prompts and images, polls task status, and downloads the generated video.
Instruction Scope
The skill discloses API use, endpoint, credentials, and CLI arguments, but the trigger terms are broad and there is no explicit runtime privacy confirmation before uploading prompt and image data.
Install Mechanism
No installer, auto-update logic, package mutation, or hidden setup behavior was found. The script imports the Volcengine SDK and expects it to already be available.
Credentials
Use of VOLC_ACCESS_KEY and VOLC_SECRET_KEY plus outbound API calls is proportionate for cloud video generation, but it is billing- and privacy-sensitive.
Persistence & Privilege
The script reads only user-provided image paths or URLs and writes the output video to a user-specified path or the OpenClaw workspace default. No background persistence, privilege escalation, deletion, or broad indexing was found.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stitch-jimeng-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/stitch-jimeng-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of jimeng-video-gen skill for generating HD 1080P videos via Volcano Engine's AI API.
- Supports video generation from first and last images with descriptive prompt.
- Provides command-line interface and detailed usage instructions.
- Environment variable configuration for secure API authentication.
- Includes options for random seed, output path, and simple task control.
元数据
常见问题
Jimeng Video Generator 是什么?
即梦AI视频生成3.0 1080P。通过火山引擎即梦AI API生成视频(图生视频-首尾帧模式)。 触发词:即梦、极梦、视频生成、图生视频、首尾帧、火山引擎视频. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。
如何安装 Jimeng Video Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stitch-jimeng-video」即可一键安装,无需额外配置。
Jimeng Video Generator 是免费的吗?
是的,Jimeng Video Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Jimeng Video Generator 支持哪些平台?
Jimeng Video Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Jimeng Video Generator?
由 sdT328606(@sdt328606)开发并维护,当前版本 v1.0.0。
推荐 Skills