← All skills
Tencent SkillHub Β· AI

Ai Media

Generate photorealistic images, videos, talking heads, and natural TTS audio using GPU-accelerated AI models and scripts on a remote server.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate photorealistic images, videos, talking heads, and natural TTS audio using GPU-accelerated AI models and scripts on a remote server.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, scripts/audio.sh, scripts/comfyui_api.py, scripts/image.sh, scripts/talking-head.sh

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 15 sections Open source page

ai-media - AI Media Generation

Full-stack AI media generation powered by GPU server (RTX 3090/3080/2070S).

Capabilities

Image Generation β€” Photorealistic images via ComfyUI (z-image, Juggernaut XL) Video Generation β€” Video synthesis via ComfyUI (AnimateDiff, LTX-2) Talking Heads β€” Animated talking faces via SadTalker Voice Synthesis β€” Natural TTS via Voxtral (whisper.cpp)

GPU Server

Host: ${GPU_USER}@${GPU_HOST} SSH Key: ~/.ssh/id_ed25519_gpu ComfyUI: /data/ai-stack/comfyui/ComfyUI/ (port 8188) SadTalker: /data/ai-stack/sadtalker/ Voxtral: /data/ai-stack/whisper/ Output: /data/ai-stack/output/

Generate Image

./scripts/image.sh "lady on beach at sunset" realistic ./scripts/image.sh "cyberpunk cityscape" artistic Arguments: $1: Prompt text $2: Style (realistic|artistic) β€” optional, default: realistic Output: Path to generated image (e.g., /data/ai-stack/output/image_001.png)

Generate Video

./scripts/video.sh "waves crashing on shore" animatediff 4 ./scripts/video.sh "city traffic timelapse" ltx2 8 Arguments: $1: Prompt text $2: Model (animatediff|ltx2) β€” optional, default: animatediff $3: Duration in seconds β€” optional, default: 4 Output: Path to generated video (e.g., /data/ai-stack/output/video_001.mp4)

Generate Talking Head

./scripts/talking-head.sh "Hello, I'm Agent" gentle input.jpg ./scripts/talking-head.sh "Welcome to the future" neutral photo.png Arguments: $1: Speech text $2: Voice style (gentle|neutral|energetic) β€” optional, default: gentle $3: Avatar image path β€” optional, generates default if not provided Output: Path to talking head video (e.g., /data/ai-stack/output/talking_001.mp4)

Generate Audio

./scripts/audio.sh "This is a test message" en male ./scripts/audio.sh "Bonjour le monde" fr female Arguments: $1: Text to speak $2: Language code (en|fr|es|etc) β€” optional, default: en $3: Voice gender (male|female) β€” optional, default: male Output: Path to audio file (e.g., /data/ai-stack/output/audio_001.wav)

Image Models

z-image β€” 6B params, S3-DiT, photorealistic (downloading, 43% complete) Juggernaut XL v9 β€” SDXL-based, versatile (7.1GB, ready)

Video Models

AnimateDiff β€” SD 1.5 motion module (512x512, working βœ…) LTX-2 β€” 19B params, high quality (14GB checkpoint ready, Gemma encoder ready)

Talking Head Models

SadTalker β€” Audio-driven head animation (working βœ…)

Voice Models

Voxtral β€” whisper.cpp-based TTS (installed)

Dependencies

All dependencies are pre-installed on GPU server: ComfyUI with custom nodes (AnimateDiff-Evolved, VideoHelperSuite) SadTalker with face enhancer Voxtral with whisper.cpp FFmpeg for video encoding

Error Handling

Scripts will: Check SSH connectivity before execution Validate GPU server is running Return meaningful error messages Clean up failed generations automatically

Performance

Image: ~10-20s for 1024x1024 Video (AnimateDiff): ~20-30s for 512x512, 16 frames Video (LTX-2): ~60-90s for 768x512, 4s @ 24fps Talking Head: ~30-40s for 10s video Audio: ~2-5s for 30s speech

Future Enhancements

Batch generation support Style transfer capabilities Video upscaling (spatial + temporal) Multi-language voice cloning Real-time preview streaming Status: Active development Maintainer: Agent GPU Server: ${GPU_USER}@${GPU_HOST}

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts2 Docs
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/audio.sh Scripts
  • scripts/comfyui_api.py Scripts
  • scripts/image.sh Scripts
  • scripts/talking-head.sh Scripts