UGC Campaign Pipeline
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a coherent UGC video-production workflow, with the main caveat that it chains other local media-generation tools and uses a provider API key.
Before installing, make sure you trust the dependent media-generation skills, understand that product images/scripts may be sent to external generation services, and confirm API-key use and output paths before running the full campaign pipeline.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Using the skill may run several media-generation steps and consume provider credits or produce multiple files before the final MP4 is ready.
The skill intentionally chains multiple generation and editing tools. This fits the stated pipeline purpose, but it means one user request can trigger several tool/provider operations.
STEP 1: HERO IMAGE ... Tool: morpheus-fashion-design ... STEP 2: VARIATIONS ... Tool: multishot-ugc ... STEP 5: UGC VIDEOS ... Tool: veed-ugc (run 4 times) ... STEP 6: FINAL EDIT ... Tool: Remotion
Confirm the product assets, number of generated variations/videos, and final output path before running the full pipeline.
The user's Comfy Deploy account or credits may be used when the generation steps run.
The workflow uses a provider API key placeholder for generation commands. This is expected for external media generation, but the registry requirements list no required environment variables.
COMFY_DEPLOY_API_KEY="..." uv run ~/.clawdbot/skills/morpheus-fashion-design/scripts/generate.py
Use an intended, scoped API key and verify the dependent generation skills before providing credentials.
The safety of the full workflow depends on the separately installed Morpheus, Multishot, VEED, and Remotion tooling.
The skill does not include code itself but instructs use of scripts from other installed skills. Those dependencies are part of the effective trust boundary.
uv run ~/.clawdbot/skills/morpheus-fashion-design/scripts/generate.py ... uv run ~/.clawdbot/skills/multishot-ugc/scripts/generate.py ... uv run ~/.clawdbot/skills/veed-ugc/scripts/generate.py
Install and review those dependent skills/tools from trusted sources before using this pipeline.
