ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

pixverse

Generate high-quality AI videos using Pixverse API - text-to-video, image-to-video, and video extension

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/duguyixiaono1/pixverse-skills
Or

Pixverse Skills

AI video generation skills for Claude Code and OpenClaw.

Features

  • Text-to-Video: Generate videos from text descriptions
  • Image-to-Video: Animate static images
  • Video Extension: Extend existing videos seamlessly

Installation

  1. Get your API key from Pixverse Platform
  2. Set environment variable:
    export PIXVERSE_API_KEY="sk-your-api-key"
    
  3. Link to skills directory:
    # For Claude Code
    ln -s $(pwd) ~/.claude/skills/pixverse
    
    # For OpenClaw
    ln -s $(pwd) ~/.openclaw/skills/pixverse
    

Usage

Generate Video from Text

Please generate a video of a cat playing piano

Or use the skill directly:

/gen_video {"prompt": "a cat playing piano", "duration": 5, "resolution": "720p"}

Image to Video

Animate this image: /path/to/photo.jpg with a slow zoom in effect

Extend Video

Extend this video: /path/to/clip.mp4 by 5 seconds

Requirements

  • Node.js 20+
  • Pixverse API key
  • Internet connection

Support

Metadata

Stars2287
Views0
Updated2026-03-09
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-duguyixiaono1-pixverse-skills": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.