← 返回 Skills 市场
848
总下载
2
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install video-generator-seedance
功能描述
使用火山引擎 SD1.5pro API 生成视频。支持文本到视频和图生视频,异步处理任务。
安全使用建议
Things to check before installing or running this skill:
- Expect to provide a Volcengine API key and model ID via a local config.json (the registry metadata does NOT declare these). Do not paste keys into public/shared places.
- Verify the service endpoint: the script posts to https://ark.cn-beijing.volces.com while the SKILL.md and README reference console.volcengine.com. Confirm that the hostname is legitimate (typo vs valid API host) with the vendor documentation before sending your API key.
- Ensure Python and the 'requests' package are available in your environment (the skill does not declare dependencies). Run in a sandbox or isolated environment if you have doubts.
- Review the full script contents (the distributed file was truncated here) to ensure there is no hidden network exfiltration or unexpected behavior.
- Prefer to run with a minimal-permission API key (quotas/limits) and monitor network traffic the first time you use it.
If the author can update the registry metadata to declare required credentials/config paths and document runtime dependencies and the endpoint is validated, the inconsistencies would be resolved and the risk lowered.
功能分析
Type: OpenClaw Skill
Name: video-generator-seedance
Version: 1.0.1
The skill is a legitimate implementation for generating videos using the Volcengine (火山引擎) SD1.5pro API. The Python script `scripts/generate_video.py` follows standard practices for API interaction, including reading credentials from a local `config.json`, polling for task completion, and downloading the resulting file. No evidence of data exfiltration, malicious execution, or prompt injection was found; the hardcoded default output path to a Windows desktop is a usability choice rather than a security risk.
能力评估
Purpose & Capability
The skill's code and SKILL.md clearly require a Volcengine API key and a config.json file with model ID, yet the registry metadata lists no required environment variables or config paths. A consumer would legitimately need those credentials/config, so the metadata is incomplete and incoherent with the declared purpose.
Instruction Scope
SKILL.md and the script limit actions to creating tasks on a remote API, polling task status, and downloading the resulting video to disk — all consistent with a video-generation skill. The instructions do require creating a local config.json containing an api_key and model, which is expected but is not reflected in the registry metadata.
Install Mechanism
This is an instruction-only skill with no install spec. No remote installers or archive downloads are used, which is low-risk. However, the script depends on Python and the 'requests' library but the skill does not document these runtime dependencies in the registry.
Credentials
The script requires a sensitive API key (api_key) stored in a local config.json, but the skill metadata declares no primary credential or required env vars. The missing declaration makes it unclear how credentials are expected to be provided and audited. The number and sensitivity of secrets (API key) are proportionate to the task, but the omission from metadata is a governance concern.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It runs as an invoked script and writes only the downloaded video file locally. No modifications to other skills or global agent settings are apparent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-generator-seedance - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-generator-seedance触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No code or documentation changes detected in this version.
- Functionality and usage remain the same as the previous release.
v1.0.0
- Initial release of Video-Generator-SeeDance skill.
- Supports video generation via Volcano Engine SD1.5pro API with text-to-video and image-to-video modes.
- Async task handling: polls for status and downloads generated video automatically.
- Configuration via config.json for API key and model required on first use.
- Multiple parameters supported (image, duration, output path, camera-fixed, watermark).
- Detailed usage instructions, sample commands, and error handling guidance included.
元数据
常见问题
video-generator-seedance 是什么?
使用火山引擎 SD1.5pro API 生成视频。支持文本到视频和图生视频,异步处理任务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 848 次。
如何安装 video-generator-seedance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-generator-seedance」即可一键安装,无需额外配置。
video-generator-seedance 是免费的吗?
是的,video-generator-seedance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
video-generator-seedance 支持哪些平台?
video-generator-seedance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 video-generator-seedance?
由 aaronzoe(@aaronzoe)开发并维护,当前版本 v1.0.1。
推荐 Skills