# Send Multishot UGC 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": "multishot-ugc",
    "name": "Multishot UGC",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/PauldeLavallaz/multishot-ugc",
    "canonicalUrl": "https://clawhub.ai/PauldeLavallaz/multishot-ugc",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/multishot-ugc",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multishot-ugc",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate.py",
      "scripts/pyproject.toml"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "multishot-ugc",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T15:48:20.508Z",
      "expiresAt": "2026-05-09T15:48:20.508Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multishot-ugc",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multishot-ugc",
        "contentDisposition": "attachment; filename=\"multishot-ugc-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "multishot-ugc"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/multishot-ugc"
    },
    "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/multishot-ugc",
    "downloadUrl": "https://openagent3.xyz/downloads/multishot-ugc",
    "agentUrl": "https://openagent3.xyz/skills/multishot-ugc/agent",
    "manifestUrl": "https://openagent3.xyz/skills/multishot-ugc/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/multishot-ugc/agent.md"
  }
}
```
## Documentation

### Multishot-UGC

Generate 10 perspective variations of an image using ComfyDeploy's MULTISHOT-UGC workflow.

### Overview

Multishot-UGC takes a single image and generates 10 different variations exploring different perspectives, angles, and compositions. These variations are designed to be used in VEED lip-sync workflows to create dynamic UGC-style promotional videos with varied camera shots.

### API Details

Endpoint: https://api.comfydeploy.com/api/run/deployment/queue
Deployment ID: 9ccbb29a-d982-48cc-a465-bae916f2c7fd

### Required Inputs

InputDescriptionDefaultinput_imageURL or path to the source imageRequiredtextDescription for exploration"Explora distintas perspectivas de esta escena"resolutionOutput resolution"2K"aspect_ratioOutput aspect ratio"9:16"

### Usage

uv run ~/.clawdbot/skills/multishot-ugc/scripts/generate.py \\
  --image "./person-with-product.png" \\
  --output-dir "./multishot-output" \\
  [--text "Custom exploration prompt"] \\
  [--resolution 1K|2K|4K] \\
  [--aspect-ratio 9:16|16:9|1:1|4:3|3:4]

### With URL:

uv run ~/.clawdbot/skills/multishot-ugc/scripts/generate.py \\
  --image "https://example.com/image.png" \\
  --output-dir "./variations"

### Output

The workflow generates 10 PNG images with variations:

1_00001_.png through 10_00001_.png

Each image explores a different perspective/angle of the original scene while maintaining subject identity and composition coherence.

### Typical Pipeline

Generate hero image with Morpheus/Ad-Ready
uv run morpheus... --output hero.png



Create 10 angle variations
uv run multishot-ugc... --image hero.png --output-dir ./shots



Select best variations for VEED lip-sync
# Review shots, then generate videos for chosen ones
uv run veed-ugc... --image ./shots/3_00001_.png --brief "..."

### Notes

Source image should be high quality (at least 1K resolution)
Works best with images containing a clear subject/person
Generation takes ~2-3 minutes for 10 variations
All variations maintain the original aspect ratio unless specified
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: PauldeLavallaz
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T15:48:20.508Z
- Expires at: 2026-05-09T15:48:20.508Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/multishot-ugc)
- [Send to Agent page](https://openagent3.xyz/skills/multishot-ugc/agent)
- [JSON manifest](https://openagent3.xyz/skills/multishot-ugc/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/multishot-ugc/agent.md)
- [Download page](https://openagent3.xyz/downloads/multishot-ugc)