# Send UGC Manual 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ugc-manual",
    "name": "UGC Manual",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/PauldeLavallaz/ugc-manual",
    "canonicalUrl": "https://clawhub.ai/PauldeLavallaz/ugc-manual",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ugc-manual",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ugc-manual",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate.py",
      "scripts/pyproject.toml"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/ugc-manual"
    },
    "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/ugc-manual",
    "downloadUrl": "https://openagent3.xyz/downloads/ugc-manual",
    "agentUrl": "https://openagent3.xyz/skills/ugc-manual/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ugc-manual/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ugc-manual/agent.md"
  }
}
```
## Documentation

### UGC-Manual

Generate lip-sync videos by combining an image with a custom audio file using ComfyDeploy's UGC-MANUAL workflow.

### Overview

UGC-Manual takes:

An image (person/character with visible face)
An audio file (user's voice recording)

And produces a video where the person in the image lip-syncs to the audio.

### API Details

Endpoint: https://api.comfydeploy.com/api/run/deployment/queue
Deployment ID: 075ce7d3-81a6-4e3e-ab0e-7a25edf601b5

### Required Inputs

InputDescriptionFormatsimageImage with a visible faceJPG, PNGinput_audioAudio file to lip-syncMP3, WAV, OGG

### Usage

uv run ~/.clawdbot/skills/ugc-manual/scripts/generate.py \\
  --image "path/to/image.jpg" \\
  --audio "path/to/audio.mp3" \\
  --output "output-video.mp4"

### With URLs:

uv run ~/.clawdbot/skills/ugc-manual/scripts/generate.py \\
  --image "https://example.com/image.jpg" \\
  --audio "https://example.com/audio.mp3" \\
  --output "result.mp4"

### Typical Use Cases

Custom voice recordings - User records their own audio via Telegram/WhatsApp
Pre-generated TTS - Audio generated externally (ElevenLabs, etc.)
Music/sound sync - Sync mouth movements to any audio

### Example Pipeline

# 1. Convert Telegram voice message to MP3 (if needed)
ffmpeg -i voice.ogg -acodec libmp3lame -q:a 2 voice.mp3

# 2. Generate lip-sync video
uv run ugc-manual... --image face.jpg --audio voice.mp3 --output video.mp4

### Difference from VEED-UGC

FeatureUGC-ManualVEED-UGCAudio sourceUser providesGenerated from briefScriptN/AAuto-generatedVoiceUser's recordingElevenLabs TTSUse caseCustom audioAutomated content

### Notes

Image should have a clearly visible face (frontal or 3/4 view)
Audio quality affects output quality
Processing time: ~2-5 minutes depending on audio length
Audio auto-conversion: The script automatically converts any audio format (MP3, OGG, M4A, etc.) to WAV PCM 16-bit mono 48kHz before sending to FabricLipsync
Requires ffmpeg installed on the system
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: PauldeLavallaz
- Version: 1.0.2
## 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-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ugc-manual)
- [Send to Agent page](https://openagent3.xyz/skills/ugc-manual/agent)
- [JSON manifest](https://openagent3.xyz/skills/ugc-manual/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ugc-manual/agent.md)
- [Download page](https://openagent3.xyz/downloads/ugc-manual)