← 返回 Skills 市场
139
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install cogvideox-generator
功能描述
使用 CogVideoX (智谱AI) 模型根据文本提示词生成视频。
使用说明 (SKILL.md)
这是一个视频生成技能,调用智谱 AI 的 CogVideoX 接口。
参数说明
- prompt (string, 必填): 描述视频内容的提示词,越详细效果越好。
- quality (string, 可选): 输出模式,'quality' (质量优先) 或 'speed' (速度优先)。默认为 'quality'。
- size (string, 可选): 视频分辨率,如 '1920x1080'。默认为 '1920x1080'。
- fps (integer, 可选): 帧率,30 或 60。默认为 30。
- with_audio (boolean, 可选): 是否生成音频。默认为 True。
使用示例
用户说:“帮我生成一个比得兔开小汽车的视频。” AI 将调用此技能,参数为:{"prompt": "比得兔开小汽车,游走在马路上,表情开心"}
安全使用建议
This skill appears to do what it says (generate video via ZhipuAI) and the script only uses one API key (ZHIPUAI_API_KEY). However: 1) the registry metadata incorrectly lists no required env vars while the code expects ZHIPUAI_API_KEY — confirm the platform will grant the skill that env var only if you trust it; 2) there is no install/dependency specification for the 'zai' SDK and no homepage or source repository for the skill or SDK — verify the provenance of the 'zai' package before installing; 3) since the source is unknown, consider running the skill in an isolated environment or reviewing the 'zai' library/package code and network endpoints it contacts; 4) only provide your ZhipuAI API key if you trust the skill owner; otherwise ask the publisher for a repo, release URL, and a dependency list (or a vetted install spec) before installing.
功能分析
Type: OpenClaw Skill
Name: cogvideox-generator
Version: 1.0.2
The skill bundle is a standard implementation for generating videos using the ZhipuAI CogVideoX API. The script `scripts/generate_video.py` correctly handles the ZHIPUAI_API_KEY via environment variables and implements a straightforward asynchronous polling logic to retrieve video results. No indicators of malicious intent, data exfiltration, or prompt injection were found.
能力评估
Purpose & Capability
The name/description, SKILL.md, and script all align: this is a CogVideoX (ZhipuAI) video-generation skill and it needs a ZHIPUAI_API_KEY. However registry metadata earlier reported "Required env vars: none" and the skill has no homepage/source URL, which is inconsistent and reduces transparency.
Instruction Scope
SKILL.md and the script only describe submitting a video-generation task and polling results from ZhipuAI. There are no instructions to read arbitrary local files, other env vars, or exfiltrate data to unexpected endpoints in the provided files.
Install Mechanism
There is no install spec even though the script imports 'zai' and uses ZhipuAiClient; the required Python dependency is not declared and the skill's source/homepage is missing. This is a usability/traceability gap and increases risk because fetched dependencies or missing libs could cause the integrator to install packages manually or run unclear code.
Credentials
The script only needs a single API key (ZHIPUAI_API_KEY), which is appropriate for calling the external service. But the registry metadata claiming no required env vars contradicts the code and SKILL.md, which is an inconsistency the user should note.
Persistence & Privilege
The skill does not request always:true, does not persist configuration or modify other skills, and does not require elevated or system-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cogvideox-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/cogvideox-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added project documentation file SKILL.md and project lock file .clawhub/lock.json.
- Removed legacy documentation file SKILLS.md.
- No changes to functionality; documentation and metadata updates only.
v1.0.1
- 添加了对 ZHIPUAI_API_KEY 权限的说明,需提供智谱AI的API密钥。
- 精简了技能简介,移除了音频、分辨率和帧率自定义的描述。
v1.0.0
---
name: cogvideox-generator
description: 使用 CogVideoX 模型根据文字描述生成短视频。
---
# CogVideoX 视频生成技能
该技能可以调用本地或远程部署的 CogVideoX 模型,将你的文字创意变为动态视频。
## 使用方法
向 AI 发送指令,例如:“请帮我生成一个‘一只猫在草地上追逐蝴蝶’的视频。”
元数据
常见问题
cogvideox 生成视频 是什么?
使用 CogVideoX (智谱AI) 模型根据文本提示词生成视频。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。
如何安装 cogvideox 生成视频?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cogvideox-generator」即可一键安装,无需额外配置。
cogvideox 生成视频 是免费的吗?
是的,cogvideox 生成视频 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
cogvideox 生成视频 支持哪些平台?
cogvideox 生成视频 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 cogvideox 生成视频?
由 King(@ilaus)开发并维护,当前版本 v1.0.2。
推荐 Skills