Ai Video Gen Pro

v1.0.0

Generate AI videos with Google Veo, Seedance, Wan, Grok and 40+ models via inference.sh CLI. Models: Veo 3.1, Veo 3, Seedance 1.5 Pro, Wan 2.5, Grok Imagine...

0· 139·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bingze00000/ai-video-gen-pro.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ai Video Gen Pro" (bingze00000/ai-video-gen-pro) from ClawHub.
Skill page: https://clawhub.ai/bingze00000/ai-video-gen-pro
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ai-video-gen-pro

ClawHub CLI

Package manager switcher

npx clawhub@latest install ai-video-gen-pro
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description advertise running 40+ models via the inference.sh CLI and the SKILL.md only instructs use of that CLI — that is coherent. Minor mismatch: _meta.json lists a Python requirement ('requests') and pricing info which are unnecessary for an instruction-only skill.
Instruction Scope
SKILL.md confines the agent to running infsh commands, listing apps, and providing input URLs for images/audio. It does not instruct reading unrelated host files or env vars. It does require the user to run 'infsh login', which is expected for a CLI that needs authentication.
Install Mechanism
There is no install spec and no code shipped with the skill (lowest risk). The README points to an external raw GitHub URL for infsh install docs — expected for an instruction-only wrapper, but installing that external CLI is an additional trust step the user must accept.
Credentials
The skill itself requests no env vars or credentials, which is proportional. However, using 'infsh login' implies providing credentials to the inference.sh service; the skill does not declare or manage those. Also note the meta.json 'requests' requirement is unnecessary and unexplained.
Persistence & Privilege
The skill is not force-installed (always: false) and uses the platform default allowing autonomous invocation. That is normal and not excessive here.
Assessment
This skill is an instructions-only wrapper around the inference.sh (infsh) CLI — it doesn't contain code or request secrets itself. Before using: verify you trust inference.sh (the installation link is an external raw GitHub URL), understand that 'infsh login' will create credentials with that service, and review their privacy/terms and any billing. The meta.json's 'requests' dependency and the listed pricing are extraneous for an instruction-only skill — treat them as informational but not required. When supplying image/audio URLs, avoid exposing private/local files via public URLs. If you don't trust inference.sh, don't run the install/login steps.

Like a lobster shell, security has layers — review code before you run it.

latestvk976sc3h5ve812zzvy8n7sb625844epj
139downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

AI Video Generation

Generate videos with 40+ AI models via inference.sh CLI.

AI Video Generation

Quick Start

Requires inference.sh CLI (infsh). Install instructions

infsh login

# Generate a video with Veo
infsh app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}'

Available Models

Text-to-Video

ModelApp IDBest For
Veo 3.1 Fastgoogle/veo-3-1-fastFast, with optional audio
Veo 3.1google/veo-3-1Best quality, frame interpolation
Veo 3google/veo-3High quality with audio
Veo 3 Fastgoogle/veo-3-fastFast with audio
Veo 2google/veo-2Realistic videos
P-Videopruna/p-videoFast, economical, with audio support
WAN-T2Vpruna/wan-t2vEconomical 480p/720p
Grok Videoxai/grok-imagine-videoxAI, configurable duration
Seedance 1.5 Probytedance/seedance-1-5-proWith first-frame control
Seedance 1.0 Probytedance/seedance-1-0-proUp to 1080p

Image-to-Video

ModelApp IDBest For
Wan 2.5falai/wan-2-5Animate any image
Wan 2.5 I2Vfalai/wan-2-5-i2vHigh quality i2v
WAN-I2Vpruna/wan-i2vEconomical 480p/720p
P-Videopruna/p-videoFast i2v with audio
Seedance Litebytedance/seedance-1-0-liteLightweight 720p

Avatar / Lipsync

ModelApp IDBest For
OmniHuman 1.5bytedance/omnihuman-1-5Multi-character
OmniHuman 1.0bytedance/omnihuman-1-0Single character
Fabric 1.0falai/fabric-1-0Image talks with lipsync
PixVerse Lipsyncfalai/pixverse-lipsyncRealistic lipsync

Utilities

ToolApp IDDescription
HunyuanVideo Foleyinfsh/hunyuanvideo-foleyAdd sound effects to video
Topaz Upscalerfalai/topaz-video-upscalerUpscale video quality
Media Mergerinfsh/media-mergerMerge videos with transitions

Browse All Video Apps

infsh app list --category video

Examples

Text-to-Video with Veo

infsh app run google/veo-3-1-fast --input '{
  "prompt": "A timelapse of a flower blooming in a garden"
}'

Grok Video

infsh app run xai/grok-imagine-video --input '{
  "prompt": "Waves crashing on a beach at sunset",
  "duration": 5
}'

Image-to-Video with Wan 2.5

infsh app run falai/wan-2-5 --input '{
  "image_url": "https://your-image.jpg"
}'

AI Avatar / Talking Head

infsh app run bytedance/omnihuman-1-5 --input '{
  "image_url": "https://portrait.jpg",
  "audio_url": "https://speech.mp3"
}'

Fabric Lipsync

infsh app run falai/fabric-1-0 --input '{
  "image_url": "https://face.jpg",
  "audio_url": "https://audio.mp3"
}'

PixVerse Lipsync

infsh app run falai/pixverse-lipsync --input '{
  "image_url": "https://portrait.jpg",
  "audio_url": "https://speech.mp3"
}'

Video Upscaling

infsh app run falai/topaz-video-upscaler --input '{"video_url": "https://..."}'

Add Sound Effects (Foley)

infsh app run infsh/hunyuanvideo-foley --input '{
  "video_url": "https://silent-video.mp4",
  "prompt": "footsteps on gravel, birds chirping"
}'

Merge Videos

infsh app run infsh/media-merger --input '{
  "videos": ["https://clip1.mp4", "https://clip2.mp4"],
  "transition": "fade"
}'

Related Skills

# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@infsh-cli

# Pruna P-Video (fast & economical)
npx skills add inference-sh/skills@p-video

# Google Veo specific
npx skills add inference-sh/skills@google-veo

# AI avatars & lipsync
npx skills add inference-sh/skills@ai-avatar-video

# Text-to-speech (for video narration)
npx skills add inference-sh/skills@text-to-speech

# Image generation (for image-to-video)
npx skills add inference-sh/skills@ai-image-generation

# Twitter (post videos)
npx skills add inference-sh/skills@twitter-automation

Browse all apps: infsh app list

Documentation

Comments

Loading comments...