Install
openclaw skills install siliconflow-video-genGenerate videos using SiliconFlow API with Wan2.2 model. Supports both Text-to-Video and Image-to-Video.
openclaw skills install siliconflow-video-genGenerate videos using SiliconFlow API with Wan2.2 model. Supports both Text-to-Video and Image-to-Video.
SILICONFLOW_API_KEY~/.openclaw/openclaw.json (for auto-detect)npx clawhub install siliconflow-video-gen
Set your SiliconFlow API key:
export SILICONFLOW_API_KEY="your-api-key"
Or configure in OpenClaw:
{
"models": {
"providers": {
"siliconflow": {
"apiKey": "your-api-key"
}
}
}
}
python3 scripts/generate.py "A woman walking in a blooming garden, cinematic shot"
python3 scripts/generate.py "Camera slowly zooming in" --image-url https://example.com/image.jpg
| 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 |
~/.openclaw/openclaw.json only to auto-detect API keysapi.siliconflow.cnscripts/generate.py before providing credentialsMaxStorm Team
MIT