muapi-ugc-ads-workflow

Generates UGC-style video ads by combining selfie and product images with scripted video generation.

4.2k|481|Updated May 25, 2023
One-click install
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-ugc-ads-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: muapi-ugc-ads-workflow
Source: https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/library/social/ugc-ads-workflow
Command: npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-ugc-ads-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating authentic-looking UGC (User-Generated Content) video ads normally requires hiring influencers, filming, and editing. This Skill automates the pipeline: it merges a human selfie with a product photo, writes a timestamped ad script, and generates a vertical video ad ready for TikTok, Reels, or Shorts.

Core Features & Use Cases

  • Image Combination: Merges a human influencer photo and a product image into a natural UGC-style photo using the gpt-image-2-text-to-image model via the muapi CLI.
  • Script Generation: Researches the product on the web and writes a timestamped UGC video script with visual actions and spoken lines.
  • Video Generation: Animates the combined image into a 9:16 vertical video using image-to-video models such as sd-2-omni-reference or veo3.1-image-to-video.
  • Use Case: A marketer for a skincare brand uploads a selfie and a product shot of "Blume SuperBalm", and receives a combined lifestyle photo, a 15-second ad script, and a generated vertical video ad.

Quick Start

Ask the agent to create a UGC video ad for your product by providing the product name, a human selfie, and a product image.

Frequently Asked Questions about muapi-ugc-ads-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a UGC video ad with AI?

Provide a product name, a human selfie, and a product image. The workflow combines the images into a UGC-style photo, writes a timestamped ad script based on web research, and generates a 9:16 vertical video using an image-to-video model.

What inputs are required for the UGC ads workflow?

Only the product name is strictly required. The human image and product image are optional; if missing, the agent will ask you to upload them or offer to generate them before proceeding.

Which models does the UGC ad workflow use for video generation?

It uses gpt-image-2-text-to-image for combining the reference images, and image-to-video models such as sd-2-omni-reference or veo3.1-image-to-video for animating the final ad, all called through the muapi CLI.

Does the generated video include voiceover audio?

No. The workflow outputs the video along with a written script so you can record your own voiceover or use a separate lipsync tool afterward.

What aspect ratio are the generated UGC ads?

Both the combined image and the final video are generated in 9:16 vertical aspect ratio, which is the standard format for TikTok, Instagram Reels, and YouTube Shorts.

What happens if the muapi CLI has no alias for a model?

The skill falls back to calling the raw MuAPI endpoint with curl using your MUAPI_API_KEY, then polls the prediction with muapi predict wait until the result is ready.