← Back to Skills Marketplace
lilei0311

SiliconFlow Video Gen

by MaxStormSpace · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
703
Downloads
0
Stars
5
Active Installs
2
Versions
Install in OpenClaw
/install siliconflow-video-gen
Description
Generate videos using SiliconFlow API with Wan2.2 model. Supports both Text-to-Video and Image-to-Video.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install siliconflow-video-gen
  3. After installation, invoke the skill by name or use /siliconflow-video-gen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug siliconflow-video-gen
Version 1.0.1
License
All-time Installs 5
Active Installs 5
Total Versions 2
Frequently Asked Questions

What is SiliconFlow Video Gen?

Generate videos using SiliconFlow API with Wan2.2 model. Supports both Text-to-Video and Image-to-Video. It is an AI Agent Skill for Claude Code / OpenClaw, with 703 downloads so far.

How do I install SiliconFlow Video Gen?

Run "/install siliconflow-video-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SiliconFlow Video Gen free?

Yes, SiliconFlow Video Gen is completely free (open-source). You can download, install and use it at no cost.

Which platforms does SiliconFlow Video Gen support?

SiliconFlow Video Gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SiliconFlow Video Gen?

It is built and maintained by MaxStormSpace (@lilei0311); the current version is v1.0.1.

💬 Comments