Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @lilei0311 Updated 6/28/2026 1,141 downloads 0 stars Security: Pass

Siliconflow Video Gen OpenClaw Plugin & Skill | ClawHub

Looking to integrate Siliconflow Video Gen into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Generate videos using SiliconFlow API with Wan2.2 model. Supports both Text-to-Video and Image-to-Video.

Install

ClawHub CLI
openclaw skills install @lilei0311/siliconflow-video-gen
Node.js (npx)
npx clawhub@latest install siliconflow-video-gen

Full SKILL.md

Open original
Metadata table.
namedescription
siliconflow-video-genGenerate videos using SiliconFlow API with Wan2.2 model. Supports both Text-to-Video and Image-to-Video.

SKILL.md content below is scrollable.

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.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

ClawHub Registry URL: https://clawhub.ai/lilei0311/skills/siliconflow-video-gen

Related skills

If this matches your use case, these are close alternatives in the same category.