← 返回 Skills 市场
351
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install volcengine-video
功能描述
通过自然语言调用火山引擎API生成AI视频或查询视频生成任务状态和结果。
安全使用建议
This skill appears to do what it claims: sign requests and call VolcEngine's video APIs. Before installing: (1) Provide the VolcEngine keys only in a dedicated, limited-permission account and store them in the local config.json (or set the VOLCENGINE_* env vars) — do not reuse high-privilege credentials. (2) Be aware the skill will make network calls to https://visual.volcengineapi.com and will send your prompt and API keys as part of authenticated requests. (3) Ensure the runtime environment has Python and the 'requests' package available; no dependency is declared automatically. (4) Note minor inconsistencies: SKILL.md documents config.json keys named access_key/secret_key, but the script also checks environment variables named VOLCENGINE_ACCESS_KEY/VOLCENGINE_SECRET_KEY; README includes a developer-specific absolute path. If these issues worry you, request the publisher to (a) declare required env vars in the metadata, (b) document all credential sources, and (c) add an explicit dependency list or install steps. Finally, only install if you trust the source of these scripts and are comfortable storing API keys locally or as env vars.
功能分析
Type: OpenClaw Skill
Name: volcengine-video
Version: 1.0.1
The skill bundle is a legitimate integration for VolcEngine's AI video generation service. The Python scripts (volcengine_video.py and query_task.py) implement standard HMAC-SHA256 V4 request signing to communicate securely with the official VolcEngine API endpoint (visual.volcengineapi.com). No evidence of data exfiltration, unauthorized command execution, or malicious prompt injection was found; the code logic is transparent and aligns with the stated purpose of generating and querying video tasks.
能力评估
Purpose & Capability
Name and description match the included scripts: both scripts implement V4 signing and call visual.volcengineapi.com to submit video-generation tasks and query results. Nothing in the code attempts to access unrelated cloud providers or unrelated system services.
Instruction Scope
SKILL.md and README describe storing API keys in config.json and invoking generation/query operations. The runtime instructions and code stick to that purpose. The README contains a hard-coded example config path on a Windows developer machine (developer-only artifact) but the scripts use a relative config.json path, not that absolute path.
Install Mechanism
This is instruction-only (no install spec), so nothing is fetched or written at install time. The Python scripts require the 'requests' library at runtime but no dependency is declared in the skill metadata; that may cause runtime failures if 'requests' is not present in the agent environment.
Credentials
The skill legitimately requires VolcEngine credentials (access_key/secret_key). SKILL.md documents storing them in config.json. However, the code also attempts to read environment variables VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY (in volcengine_video.py) even though these env var names are not documented in SKILL.md or declared in the registry metadata. The registry lists no required env vars/primary credential — this is an omission but not evidence of malicious intent.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify other skills or global agent settings. It simply reads a local config file or environment variables and issues HTTP requests to VolcEngine.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install volcengine-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/volcengine-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Enabled
已启用
v1.0.0
VolcEngine Video Skill 1.0.0 – Initial Release
- Enables users to generate AI videos via 火山引擎 using natural language prompts.
- Supports querying the status and results of video generation tasks.
- Triggers on keywords such as “生成视频”, “AI视频”, and task status inquiries.
- Requires API credentials configuration in config.json.
- Implements 火山引擎 V4 signature authentication and CVSync2Async interfaces.
元数据
常见问题
volcengine-video 是什么?
通过自然语言调用火山引擎API生成AI视频或查询视频生成任务状态和结果。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 351 次。
如何安装 volcengine-video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install volcengine-video」即可一键安装,无需额外配置。
volcengine-video 是免费的吗?
是的,volcengine-video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
volcengine-video 支持哪些平台?
volcengine-video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 volcengine-video?
由 ZzBpaq123(@zzbpaq123)开发并维护,当前版本 v1.0.1。
推荐 Skills