← Back to Skills Marketplace
pauldelavallaz

Multishot UGC

by Paul de Lavallaz · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1075
Downloads
5
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install 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
Usage Guidance
Before installing or running this skill: - Expect to provide a COMFY_DEPLOY_API_KEY environment variable (the script will fail without it). The registry metadata failing to list this is an inconsistency you should ask the publisher to fix. - Understand that local images will be uploaded to https://api.comfydeploy.com and outputs downloaded back; do not upload sensitive or private images unless you trust ComfyDeploy and have reviewed their terms/privacy. - Verify the deployment_id and the ComfyDeploy domain independently (publisher/source is unknown and no homepage is provided). If you don't recognize the provider, request provenance or use an alternative with known trust. - Limit the API key scope if possible, store it securely, and rotate/revoke it if exposed. - If you need stronger assurance, ask the skill author to (a) declare COMFY_DEPLOY_API_KEY in the registry metadata, (b) provide a homepage or source provenance, and (c) explain data retention/processing on ComfyDeploy for uploaded images.
Capability Analysis
Type: OpenClaw Skill Name: multishot-ugc Version: 1.0.1 The `scripts/generate.py` file contains a critical vulnerability that allows arbitrary local file upload and potential data exfiltration. The `--image` argument, intended for an image path, is read and uploaded to `api.comfydeploy.com` without validation of its content or type. An attacker could specify a path to any sensitive file (e.g., `/etc/passwd`, `~/.ssh/id_rsa`), leading to its exfiltration. Additionally, the `download_images` function is vulnerable to path traversal if the `filename` returned by the external API is malicious (e.g., `../../malicious.sh`), potentially allowing arbitrary file writes. These are significant vulnerabilities, but without clear evidence of intentional malicious design by the skill developer, it is classified as suspicious rather than malicious.
Capability Assessment
Purpose & Capability
The SKILL.md and scripts implement a multishot image-generation flow that queues a ComfyDeploy deployment and downloads outputs — this aligns with the described purpose. However the registry metadata lists no required environment variables or primary credential while the script requires a COMFY_DEPLOY_API_KEY; that metadata omission is a mismatch.
Instruction Scope
Instructions and the included script only perform actions relevant to the task: optionally upload a local image, queue a deployment, poll for completion, and download images. SKILL.md does not disclose that an API key is required (the script does), which is an important omission for runtime behavior.
Install Mechanism
No install spec is provided (instruction-only with small helper script and pyproject). There is a declared Python dependency (requests) in pyproject.toml, but nothing is automatically downloaded or executed by an install step in the registry metadata.
Credentials
The code requires a single environment secret (COMFY_DEPLOY_API_KEY) to call api.comfydeploy.com; that credential is proportionate to the stated purpose. The concern is that the skill metadata did not declare this required env var or a primary credential, which is a visibility/consent issue and may surprise users. No unrelated credentials are requested.
Persistence & Privilege
The skill does not request permanent 'always' presence, does not modify other skills or system-wide settings, and is user-invocable only. It runs network calls to the declared third-party API but does not attempt privilege escalation or persistent system changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install multishot-ugc
  3. After installation, invoke the skill by name or use /multishot-ugc
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Improved routing: added negative examples and pipeline info
v1.0.0
Initial release: Generate 10 perspective variations of an image for UGC video production using ComfyDeploy's MULTISHOT-UGC workflow.
Metadata
Slug multishot-ugc
Version 1.0.1
License
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1075 downloads so far.

How do I install Multishot UGC?

Run "/install multishot-ugc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Multishot UGC free?

Yes, Multishot UGC is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Multishot UGC support?

Multishot UGC is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Multishot UGC?

It is built and maintained by Paul de Lavallaz (@pauldelavallaz); the current version is v1.0.1.

💬 Comments