ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

siliconflow-video-gen

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

Why use this skill?

Use the siliconflow-video-gen skill to create high-quality videos from text or images via the Wan2.2 model. Easy setup and integration for OpenClaw users.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lilei0311/siliconflow-video-gen
Or

What This Skill Does

The siliconflow-video-gen skill integrates OpenClaw with the SiliconFlow API, specifically leveraging the powerful Wan2.2-T2V-A14B generative model. This tool allows you to transform static conceptual ideas into high-quality cinematic video content directly from your command-line interface or agent environment. By abstracting the complex API interactions, this skill provides a seamless bridge between text prompts and animated media, supporting both pure text-to-video synthesis and image-to-video animation, where a source image is brought to life via motion-inference models.

Installation

To get started, ensure you have the OpenClaw environment installed on your machine. You can install this skill directly via the command line using the ClawHub registry:

npx clawhub install openclaw/skills/skills/lilei0311/siliconflow-video-gen

Once installed, you must authenticate the skill by setting the SILICONFLOW_API_KEY environment variable or adding your credentials to ~/.openclaw/openclaw.json. This ensures that all requests made to the SiliconFlow infrastructure are properly authorized.

Use Cases

This skill is ideal for content creators, developers, and AI researchers. Use it to generate rapid prototypes for film storyboarding, create unique social media assets, or animate static product shots for marketing collateral. Because it operates within the OpenClaw agent ecosystem, it is perfect for automating large-scale batch generation of creative assets as part of a larger, programmable workflow.

Example Prompts

  1. "Generate a 5-second cinematic video of a futuristic city landscape with flying vehicles during a golden hour sunset."
  2. "Animate this static portrait of a person: make them blink and smile, keep the background static: https://example.com/profile.jpg"
  3. "Create a video showing a drop of water falling into a puddle in high-speed, macro cinematic style."

Tips & Limitations

  • Prototyping: Because generation costs ¥2 per video, start with smaller or more focused prompts to refine your aesthetic before scaling up.
  • Resolution & Aspect Ratio: Ensure your input images for Image-to-Video are high resolution to avoid pixelation during the animation process.
  • Rate Limits: Be mindful of your SiliconFlow account quotas; heavy usage in a short period may trigger throttling.
  • Documentation: Always review the scripts/generate.py file within your local skill directory to understand how parameters like duration and motion intensity are handled.

Metadata

Author@lilei0311
Stars1656
Views6
Updated2026-02-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lilei0311-siliconflow-video-gen": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#video-gen#wan2.2#ai-art#multimedia#automation
Safety Score: 4/5

Flags: network-access, file-read, external-api