← 返回 Skills 市场
jimeng-openclaw-video
作者
liangshenghzj888-stack
· GitHub ↗
· v1.0.0
· MIT-0
123
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jimeng-openclaw-video-v1
功能描述
Generate videos from text prompts using the Jimeng model with adjustable frame counts and asynchronous task handling.
使用说明 (SKILL.md)
即梦视频生成技能
该技能包提供万界方舟即梦模型(Jimeng)的视频生成能力,支持文生视频任务。
功能特点
- 异步提交任务,支持自动轮询状态。
- 支持指定帧数(121或241)。
- 自动清理任务锁。
- 结果实时记录到
veo_result.txt。
使用方法
在 Python 中调用:
from model.scripts.video_interface import trigger_jimeng_generation
trigger_jimeng_generation("一个赛博朋克风格的城市街道")
安全使用建议
This skill appears to implement the advertised Jimeng video generation, but review the following before installing:
- Confirm you trust the external endpoint (maas-openapi.wanjiedata.com) and the skill author; the worker will send your OpenClaw API key to that service.
- The code reads your OpenClaw config at ~/.openclaw/openclaw.json to obtain an apiKey but the skill metadata does not declare this; inspect that file to know what credentials are present.
- The skill will attempt to pip-install 'requests' at runtime if missing. If you prefer no automatic installs, pre-install dependencies or run in a sandbox/virtualenv.
- The skill writes logs (jimeng_log.txt), results (jimeng_result.txt), and a lock file in model/scripts/. Ensure you are comfortable with these files being created and that the directory is writable.
- Minor inconsistency: SKILL.md mentions 'veo_result.txt' but the code/README use 'jimeng_result.txt' — a likely typo but worth noting.
If you want to proceed safely: run the code in an isolated environment (container or dedicated VM), verify the network traffic to the documented domain, and/or edit the worker to accept an explicit API_KEY environment variable (declared in metadata) instead of reading your home config file.
功能分析
Type: OpenClaw Skill
Name: jimeng-openclaw-video-v1
Version: 1.0.0
The skill bundle provides a legitimate integration for the Jimeng video generation API, allowing users to generate videos from text prompts. It reads the necessary API key from the standard OpenClaw configuration file (~/.openclaw/openclaw.json) and communicates with the provider's API endpoint (maas-openapi.wanjiedata.com). The scripts (jimeng_worker.py and video_interface.py) handle asynchronous task submission, status polling, and result logging as described in the documentation, with no evidence of malicious intent, data exfiltration, or unauthorized access.
能力标签
能力评估
Purpose & Capability
Name/description match the code: scripts submit prompts to maas-openapi.wanjiedata.com, poll for results, and persist a result URL. The network endpoints and model identifier align with the stated purpose.
Instruction Scope
Runtime code reads a local config file (~/.openclaw/openclaw.json) to obtain an API key, writes logs and a result file to the scripts directory, and may open the result URL on Windows. SKILL.md and README instruct calling trigger_jimeng_generation, but SKILL.md contains a small inconsistency (mentions 'veo_result.txt' whereas the code writes 'jimeng_result.txt'). Reading the user's OpenClaw config file is functionally relevant (it contains the API key) but is not declared in the skill metadata.
Install Mechanism
There is no declared install spec (instruction-only), which lowers static install risk. However, video_interface.py will dynamically pip-install the 'requests' package if missing, causing runtime package installation — a moderate risk because it executes package installs on the host environment.
Credentials
The skill requests no env vars/credentials in metadata but the worker reads ~/.openclaw/openclaw.json and extracts an apiKey. This is a direct credential access that is necessary for contacting the Jimeng MaaS API, but it is not declared in requires.env or documented as a required config path in the skill metadata (though README does mention configuring that file). The skill therefore has undeclared access to local config/credentials.
Persistence & Privilege
always:false and the skill does not attempt to modify other skills or global agent settings. It runs a background process for the job, writes local log/result/lock files, and cleans up the lock file — these behaviors are scoped to the skill's directory and are expected for an async-worker pattern.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jimeng-openclaw-video-v1 - 安装完成后,直接呼叫该 Skill 的名称或使用
/jimeng-openclaw-video-v1触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
jimeng-openclaw-video 是什么?
Generate videos from text prompts using the Jimeng model with adjustable frame counts and asynchronous task handling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 jimeng-openclaw-video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jimeng-openclaw-video-v1」即可一键安装,无需额外配置。
jimeng-openclaw-video 是免费的吗?
是的,jimeng-openclaw-video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
jimeng-openclaw-video 支持哪些平台?
jimeng-openclaw-video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 jimeng-openclaw-video?
由 liangshenghzj888-stack(@liangshenghzj888-stack)开发并维护,当前版本 v1.0.0。
推荐 Skills