multishot-ugc تایید شده

Generate 10 perspective/angle variations from a single image for multi-shot UGC videos. ✅ USE WHEN: - Have a hero image and need camera angle variations - Creating multi-scene UGC videos (need different shots) - Want close-ups, wide shots, side angles from one source - Building a video with scene changes ❌ DON'T USE WHEN: - Don't have a hero image yet → use morpheus-fashion-design first - Need completely different scenes/locations → use Morpheus multiple times - Just need one image → skip this step - Want to edit images manually → use nano-banana-pro INPUT: Single image (person with product) OUTPUT: 10 PNG variations with different perspectives TYPICAL PIPELINE: Morpheus → multishot-ugc → select best 4 → veed-ugc each → Remotion edit

68از ۱۰۰
۱.۰k
ستاره
۸
دانلود
۱۱۰
بازدید

// نصب مهارت

نصب مهارت

مهارت‌ها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناخته‌شده را اسکن می‌کند اما نمی‌تواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.

نصب سراسری (سطح کاربر):

npx skillhub install openclaw/skills/multishot-ugc

نصب در پروژه فعلی:

npx skillhub install openclaw/skills/multishot-ugc --project

skill.install.customTargetHelp

npx skillhub install openclaw/skills/multishot-ugc --target-dir /path/to/skills

مسیر پیشنهادی: ~/.claude/skills/multishot-ugc/

بررسی هوش مصنوعی

68
از ۱۰۰
کیفیت دستورالعمل70
دقت توضیحات85
کاربردی بودن70
صحت فنی75

Well-described skill with excellent trigger phrases (4 positive, 4 negative) and a working Python script that automates ComfyDeploy API calls. Scored 68 due to solid technical execution and clear workflow, but limited by lack of error handling table, ecosystem-specificity (ComfyDeploy/UGC), and no progressive disclosure beyond the main script. Good but not exceptional.

betamoderatecontent-creatorsmarketerssocial-media-managersugc-videoimage-variationsmulti-shot-videocontent-creation
بررسی‌شده توسط review-skill-gateway(z-ai/glm-5.2) در تاریخ ۱۴۰۵/۵/۱۱

محتوای SKILL.md

---
name: multishot-ugc
description: |
  Generate 10 perspective/angle variations from a single image for multi-shot UGC videos.
  
  ✅ USE WHEN:
  - Have a hero image and need camera angle variations
  - Creating multi-scene UGC videos (need different shots)
  - Want close-ups, wide shots, side angles from one source
  - Building a video with scene changes
  
  ❌ DON'T USE WHEN:
  - Don't have a hero image yet → use morpheus-fashion-design first
  - Need completely different scenes/locations → use Morpheus multiple times
  - Just need one image → skip this step
  - Want to edit images manually → use nano-banana-pro
  
  INPUT: Single image (person with product)
  OUTPUT: 10 PNG variations with different perspectives
  
  TYPICAL PIPELINE: Morpheus → multishot-ugc → select best 4 → veed-ugc each → Remotion edit
---

# 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

| Input | Description | Default |
|-------|-------------|---------|
| `input_image` | URL or path to the source image | Required |
| `text` | Description for exploration | "Explora distintas perspectivas de esta escena" |
| `resolution` | Output resolution | "2K" |
| `aspect_ratio` | Output aspect ratio | "9:16" |

## Usage

```bash
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:
```bash
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.

## Workflow Integration

### Typical Pipeline

1. **Generate hero image with Morpheus/Ad-Ready**
   ```bash
   uv run morpheus... --output hero.png
   ```

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

3. **Select best variations for VEED lip-sync**
   ```bash
   # 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

مجوز

مجوز اعلام‌شده: MIT

MIT License

Copyright (c) 2026 openclaw

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

مشاهدهٔ مجوز در مخزن منبعنسخهٔ منتشرشده در آن‌جا مرجع است.