โœ“ Verified ๐Ÿ’ป Development โœ“ Enhanced Data

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

1

๐ŸŽฌ Text-to-Video: Generate videos from text descriptions

2

๐Ÿ–ผ๏ธ Image-to-Video: Animate static images with motion

3

๐ŸŽฅ Cinematic Quality: Powered by Wan2.2 (14B params)

4

๐Ÿ”‘ 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

bash
npx clawhub install siliconflow-video-gen

Configuration

Set your SiliconFlow API key:

bash
export SILICONFLOW_API_KEY="your-api-key"

Or configure in OpenClaw:

json
{
  "models": {
    "providers": {
      "siliconflow": {
        "apiKey": "your-api-key"
      }
    }
  }
}

Usage

Text-to-Video

bash
python3 scripts/generate.py "A woman walking in a blooming garden, cinematic shot"

Image-to-Video

bash
python3 scripts/generate.py "Camera slowly zooming in" --image-url https://example.com/image.jpg

Models

ModelTypeCost
Wan-AI/Wan2.2-T2V-A14BText-to-Videoยฅ2/video
Wan-AI/Wan2.2-T2V-A14BImage-to-Videoยฅ2/video

Security Notes

  • This skill requires an API key to call SiliconFlow services
  • The script reads ~/.openclaw/openclaw.json only to auto-detect API keys
  • No sensitive data is transmitted except to api.siliconflow.cn
  • Review the code at scripts/generate.py before providing credentials

Author

MaxStorm Team

License

MIT

Installation

Terminal bash

openclaw install siliconflow-video-gen
    
Copied!

๐Ÿ’ปCode Examples

npx clawhub install siliconflow-video-gen

npx-clawhub-install-siliconflow-video-gen.txt
## Configuration

Set your SiliconFlow API key:

}

.txt
## Usage

### Text-to-Video
example.json
{
  "models": {
    "providers": {
      "siliconflow": {
        "apiKey": "your-api-key"
      }
    }
  }
}

โš™๏ธConfiguration Options

Option Type Default Description
SILICONFLOW_API_KEYstringyour-api-key-

Tags

#coding_agents-and-ides #api

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author lilei0311
Last Updated 3/10/2026
๐Ÿš€
Optimized for
Claude 3.5
๐Ÿง 

Ready to Install?

Get started with this skill in seconds

openclaw install siliconflow-video-gen