Siliconflow Video Gen
Generate videos using SiliconFlow API with Wan2.2 model.
- Rating
- 4.7 (174 reviews)
- Downloads
- 7,925 downloads
- Version
- 1.0.0
Overview
Generate videos using SiliconFlow API with Wan2.2 model.
โจKey Features
๐ฌ Text-to-Video: Generate videos from text descriptions
๐ผ๏ธ Image-to-Video: Animate static images with motion
๐ฅ Cinematic Quality: Powered by Wan2.2 (14B params)
๐ Auto API Key Detection: Reads from environment or OpenClaw config
Complete Documentation
View Source โ
SiliconFlow Video Generation Skill
Generate videos using SiliconFlow API with Wan2.2 model. Supports both Text-to-Video and Image-to-Video.
Features
- ๐ฌ Text-to-Video: Generate videos from text descriptions
- ๐ผ๏ธ Image-to-Video: Animate static images with motion
- ๐ฅ Cinematic Quality: Powered by Wan2.2 (14B params)
- ๐ Auto API Key Detection: Reads from environment or OpenClaw config
Requirements
- Environment Variable:
SILICONFLOW_API_KEY - Optional Config File:
~/.openclaw/openclaw.json(for auto-detect)
Installation
npx clawhub install siliconflow-video-gen
Configuration
Set your SiliconFlow API key:
export SILICONFLOW_API_KEY="your-api-key"
Or configure in OpenClaw:
{
"models": {
"providers": {
"siliconflow": {
"apiKey": "your-api-key"
}
}
}
}
Usage
Text-to-Video
python3 scripts/generate.py "A woman walking in a blooming garden, cinematic shot"
Image-to-Video
python3 scripts/generate.py "Camera slowly zooming in" --image-url https://example.com/image.jpg
Models
| Model | Type | Cost |
|---|---|---|
| Wan-AI/Wan2.2-T2V-A14B | Text-to-Video | ยฅ2/video |
| Wan-AI/Wan2.2-T2V-A14B | Image-to-Video | ยฅ2/video |
Security Notes
- This skill requires an API key to call SiliconFlow services
- The script reads
~/.openclaw/openclaw.jsononly to auto-detect API keys - No sensitive data is transmitted except to
api.siliconflow.cn - Review the code at
scripts/generate.pybefore providing credentials
Author
MaxStorm Team
License
MIT
Installation
openclaw install siliconflow-video-gen
๐ปCode Examples
npx clawhub install siliconflow-video-gen
## Configuration
Set your SiliconFlow API key:}
## Usage
### Text-to-Video{
"models": {
"providers": {
"siliconflow": {
"apiKey": "your-api-key"
}
}
}
}โ๏ธConfiguration Options
| Option | Type | Default | Description |
|---|---|---|---|
SILICONFLOW_API_KEY | string | your-api-key | - |
Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw โ a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.