# Send Ai Media to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-media",
    "name": "Ai Media",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/bowen31337/ai-media",
    "canonicalUrl": "https://clawhub.ai/bowen31337/ai-media",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ai-media",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-media",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/audio.sh",
      "scripts/comfyui_api.py",
      "scripts/image.sh",
      "scripts/talking-head.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ai-media"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-media",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-media",
    "agentUrl": "https://openagent3.xyz/skills/ai-media/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-media/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-media/agent.md"
  }
}
```
## Documentation

### 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}
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: bowen31337
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ai-media)
- [Send to Agent page](https://openagent3.xyz/skills/ai-media/agent)
- [JSON manifest](https://openagent3.xyz/skills/ai-media/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ai-media/agent.md)
- [Download page](https://openagent3.xyz/downloads/ai-media)