← 返回 Skills 市场
SiliconFlow Video Gen
作者
MaxStormSpace
· GitHub ↗
· v1.0.1
703
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install siliconflow-video-gen
功能描述
Generate videos using SiliconFlow API with Wan2.2 model. Supports both Text-to-Video and Image-to-Video.
安全使用建议
This skill appears to do what it says: it needs a SiliconFlow API key and will send prompts (and optional image URLs) to api.siliconflow.cn to request video generation. Before installing or providing an API key: 1) Verify the SiliconFlow API domain (api.siliconflow.cn) is the legitimate service you expect. 2) Prefer to create a restricted API key (scoped or rate-limited) rather than using a high-privilege key. 3) Review scripts/generate.py yourself (it’s short and readable) to confirm there are no additional network destinations. 4) Correct the metadata mismatch (registry-level 'required env' vs skill.json) or ask the publisher to fix it — mismatched metadata is usually a bookkeeping error but should be clarified. 5) If you need stricter isolation, run the script in a sandbox or environment with only the minimal network and file access necessary.
功能分析
Type: OpenClaw Skill
Name: siliconflow-video-gen
Version: 1.0.1
The skill bundle is designed to generate videos using the SiliconFlow API. It reads the API key from expected locations (`SILICONFLOW_API_KEY` environment variable or `~/.openclaw/openclaw.json`) and makes a network request to the hardcoded `https://api.siliconflow.cn/v1/video/submit` endpoint using `curl`. The `prompt` and `image_url` inputs are JSON-encoded before being passed to `curl`, mitigating direct shell injection risks. There is no evidence of data exfiltration to unauthorized endpoints, persistence mechanisms, obfuscation, or malicious prompt injection attempts in `SKILL.md` or `README.md`. The behavior aligns with the stated purpose.
能力评估
Purpose & Capability
The skill's code, SKILL.md, README, and skill.json all describe a SiliconFlow video-generation integration and require a SILICONFLOW_API_KEY — this is appropriate for the stated purpose. Minor inconsistencies exist in the registry header: the top-level summary said "Required env vars: none" and "Homepage: none", while skill.json and SKILL.md declare SILICONFLOW_API_KEY as required and skill.json includes a homepage. These metadata mismatches are likely bookkeeping issues rather than malicious intent, but they should be corrected.
Instruction Scope
SKILL.md and the script limit actions to reading the SILICONFLOW_API_KEY (env or ~/.openclaw/openclaw.json), building a JSON request with the user prompt (and optional image URL), and POSTing to https://api.siliconflow.cn/v1/video/submit. The script does not attempt to read other files, credentials, or transmit data to third-party endpoints. Using curl via subprocess is expected here and aligns with the described functionality.
Install Mechanism
There is no automated install spec included (instruction-only install via 'npx clawhub install' or manual clone). No downloads from third-party URLs or archive extraction are present in the package. The presence of a single Python script and docs means nothing arbitrary will be written or executed at install time beyond the user's explicit install action.
Credentials
The only secret the skill requires is SILICONFLOW_API_KEY, which is proportionate for calling the SiliconFlow API. One note: the top-level registry metadata reported 'Required env vars: none' despite skill.json and SKILL.md declaring SILICONFLOW_API_KEY as required — this mismatch should be resolved. There are no other credentials or unrelated environment variables requested.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system-wide settings. It uses subprocess execution (curl) to call the API, which is expected for this use case. There is no indication of elevated privileges or persistent background behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install siliconflow-video-gen - 安装完成后,直接呼叫该 Skill 的名称或使用
/siliconflow-video-gen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added documentation for required environment variable (SILICONFLOW_API_KEY) and config file location (~/.openclaw/openclaw.json)
- Expanded configuration section with example OpenClaw JSON format
- Added a "Requirements" section detailing API key and config detection
- Introduced a "Security Notes" section describing API key usage and data practices
v1.0.0
Initial release of siliconflow-video-gen.
- Generate videos using SiliconFlow API and Wan2.2 model.
- Supports both Text-to-Video and Image-to-Video generation.
- Automatic API key detection from environment or OpenClaw config.
- Easy CLI usage for quick video creation.
- Clear documentation and installation instructions included.
元数据
常见问题
SiliconFlow Video Gen 是什么?
Generate videos using SiliconFlow API with Wan2.2 model. Supports both Text-to-Video and Image-to-Video. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 703 次。
如何安装 SiliconFlow Video Gen?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install siliconflow-video-gen」即可一键安装,无需额外配置。
SiliconFlow Video Gen 是免费的吗?
是的,SiliconFlow Video Gen 完全免费(开源免费),可自由下载、安装和使用。
SiliconFlow Video Gen 支持哪些平台?
SiliconFlow Video Gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SiliconFlow Video Gen?
由 MaxStormSpace(@lilei0311)开发并维护,当前版本 v1.0.1。
推荐 Skills