Make Ugc logo

Make Ugc

OrganizationPopular
superdesigndev
make-ugc

Make AI UGC videos end to end through treg. Pull the trending TikTok and Instagram videos in a vertical, extract the hook patterns, create a character with the same vibe as a presenter the user picks, generate 5-10 talking-head hook clips on Seedance 2.5 (less-restriction route), add a voiced demo clip, burn captions, and report the bill per clip. Use when the user asks for UGC ads, creator-style product videos, TikTok/Reels hooks, or an AI presenter for their product.

Overview

Publishersuperdesigndev
Repositorytreg
Skill namemake-ugc
Stars
1.6K
Forks
169
Bundled files
Instructions only
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by superdesigndev on GitHub. Read the source before you install it.

Installation

Install the Make Ugc AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/superdesigndev/treg.git /tmp/treg
mkdir -p .claude/skills
cp -r /tmp/treg/src/treg/web/skills/make-ugc .claude/skills/make-ugc
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Make Ugc in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Make Ugc on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Make Ugc is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Make UGC videos

One loop, five steps, every model call through treg. The recipe behind {BASE}/ugc.

Input: the product (one line), the vertical (a few keywords), and optionally reference accounts, a phone recording of the product, a voice-reference clip, or a character image the user already likes. Output: a folder with hooks.md, the character image and its JSON prompt, one captioned clip per hook, an optional voiced demo clip, and bill.md with what each step cost.

Prerequisites

Flow

Stop at the three marked points and let the user choose. Do not pick for them.

1. Find what's trending

Search by task, not vendor. treg catalog search "tiktok search videos" and treg catalog search "instagram reels search by keyword" return the routed endpoints; call them with the vertical's keywords, sorted by likes, last 30 days, and collect 50-150 videos. Pull transcripts for the 10-15 most relevant (treg catalog search "tiktok video transcript"). If the user names competitor brands, add their ads from the Meta ad library (treg catalog search "meta ad library").

Write hooks.md: one row per video with views, the first spoken line (0-3 s), when the product is first named, and who is on camera. Then name the dominant pattern in one line. In agent and B2B software niches it is usually: a stunt or claim, a specific number, the result, then "here's how"; the tool appears late, as the answer. Tell the user what the data said and what it cost.

Stop 1. Show 5-8 videos as candidates for the presenter vibe and for the voice. The user picks one of each (they can be the same video).

2. Create the character

If the user already has a character image, skip to step 3.

Grab a clean frame of the chosen presenter (ffmpeg -ss <t> -i src.mp4 -frames:v 1 ref.jpg) and run portrait-clone on it. It produces a locked JSON prompt: every default the image model would otherwise fill in is pinned, which is what stops the doll eyes and the HDR sheen. Generate the same JSON on at least two models through treg and let the user compare:

bash
treg call reapi.image-gen.gemini-3-pro-image --data '{"prompt": "<json>", "size": "9:16", "resolution": "2K"}'
treg call reapi.image-gen.gpt-image-2-5    --data '{"model": "gpt-image-2.5-flare", "prompt": "<json>", "size": "1024x1536"}'

Gemini 3 Pro Image has been the most realistic (phone-camera softness, real pores, imperfect teeth); GPT Image 2.5 keeps a doll pattern in the eyes. Say which is which but show both.

Stop 2. The user picks the character frame. Save it as character.jpg with its JSON.

3. Generate the hook clips

Draft 10 hooks in the pattern from step 1, each 45-75 words so it fits a 12-18 s take (the talking-head skill's words/4 minus 1 rule). Put them in hooks.md under the table.

Stop 3. The user picks 3-5.

Cut the voice reference from the video chosen at stop 1: a 2-15 s animated stretch, mono mp3, as ugc-talking-head-video § Voice reference describes. Then run that skill once per hook with character.jpg, the voice clip and the script. Its runner uses the Seedance 2.5 less-restriction route (reapi.video-gen.seedance-2-5.unrestricted), which accepts a realistic face and a voice clip as references; the default route refuses them. Quote the per-second price from treg catalog get reapi.video-gen.seedance-2-5.unrestricted before the first run, stay on 720p, verify each take with the skill's checks, then caption with caption_burn.py. Failed tasks are refunded, so a moderation error costs nothing but time.

4. The demo clip (optional)

The character does not need to be in the demo. If the user recorded the product on their phone, add a voiceover and captions:

  • With a cloned voice, if the user has a Fish Audio (or other TTS) account: clone from the same voice-reference clip, read the demo script, and tell them it runs on their key, not treg.
  • Without one, skip the clone: the demo plays under the hook clip with captions only, or with the hook clip's own audio continuing. Say which you did.

Stitch demo and captions with ffmpeg and the skill's caption_burn.py, keeping 9:16 and 720p.

5. Put it together

For each picked hook: hook clip, then the demo clip if there is one, concatenated with ffmpeg (-c copy when the encodes match, re-encode otherwise). Name the files by hook. Write bill.md from treg calls (or the prices you quoted): the trend pull, the character runs, each clip, and the total divided by the number of finished clips. Hand over the folder and say what you could not verify yourself: voice likeness and lip-sync are judged by ear and eye, not by the transcript checks.

Rules

  • Every generation and reference upload goes through treg call and treg host. Never hand a vendor a paste-host link, and never hold a vendor key for this loop.
  • State the price before each paid step. When you call an endpoint directly rather than through the runner, send treg's max-cost header so one task cannot exceed the price you quoted.
  • Rerun one thing at a time; there is no seed, and a rerun can regress something else.
  • The three stops are the product. A run that skips them makes clips nobody asked for.

Frequently asked questions

What does the Make Ugc AI skill do?

Make AI UGC videos end to end through treg. Pull the trending TikTok and Instagram videos in a vertical, extract the hook patterns, create a character with the same vibe as a presenter the user picks, generate 5-10 talking-head hook clips on Seedance 2.5 (less-restriction route), add a voiced demo clip, burn captions, and report the bill per clip. Use when the user asks for UGC ads, creator-style product videos, TikTok/Reels hooks, or an AI presenter for their product.

Why use Make Ugc on TypingMind?

Because you install it once and use it with any model. Make Ugc is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Make Ugc in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/superdesigndev/treg/tree/main/src/treg/web/skills/make-ugc. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Make Ugc?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Make Ugc?

As many as you like. As long as a model supports skills, you can use Make Ugc with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Make Ugc AI skill free?

It is published on GitHub by superdesigndev. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇