Ugc Hot Girl
Generates structured image-gen prompts for photorealistic female UGC ad characters
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 31, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · eca7066
Fetched SKILL.md via raw GitHub (HTTP 200); the skill dir contains only SKILL.md, no scripts to spot-check, and frontmatter parses cleanly with name+description. No security smells in the skill body (the README's install snippet adds Playwright MCP but that's for the pack, not this skill). I ran the output test on "UGC girl for a vitamin C serum, TikTok testimonial": my baseline prompt used "8K/stunning/flawless" — the exact tags the skill's avoid-list warns against — while the skill-followed prompt applied the 8-layer structure, the beauty-product ring-light rule with catchlights, a 35mm selfie framing, and "4K/visible pores/iPhone 15 Pro". Concrete, observable improvement over baseline, so I scored output 7 rather than 5.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What Ugc Hot Girl does
Turns Claude into a prompt engineer that writes a paste-ready image-generation prompt for an attractive female UGC ad character (for Higgsfield Soul 2.0 or Nano Banana Pro), using a fixed 8-layer structure covering subject, expression, clothing, lighting, camera, and technical tags. Triggers on requests like "create a UGC girl", "hot girl for ads", "female influencer image", or "testimonial girl". Output is a text prompt only; actual image/video generation is handled by separate pipeline skills that need Playwright and a Higgsfield account.
How to install Ugc Hot Girl
git clone --depth 1 https://github.com/AKCodez/higgsfield-claude-skills.git /tmp/ugc-hot-girl-src
mkdir -p ~/.claude/skills
cp -R /tmp/ugc-hot-girl-src/ugc-hot-girl ~/.claude/skills/ugc-hot-girl
# Self-contained: no scripts, no deps. The skill only OUTPUTS a text image-gen prompt.
# The downstream pipeline skills it references (higgsfield-image-auto, seedance-auto-generate)
# live in the same repo and require Playwright MCP + a Higgsfield account to actually render.
# Install the whole pack: cp -R /tmp/ugc-hot-girl-src/*/ ~/.claude/skills/ (skips README)
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Ugc Hot Girl
-
/ugc-hot-girlGenerates structured image-gen prompts for photorealistic female UGC ad characters
It also activates on plain-language prompts like these:
-
Create a UGC girl character for this product ad -
Generate a testimonial-style influencer image prompt -
Make a female character image for social ad creative
Frequently asked questions
- Is the Ugc Hot Girl skill free?
- Yes. The skill itself is free from AKCodez/higgsfield-claude-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Ugc Hot Girl work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 31, 2026. Verdict: Tested · Works. Fetched SKILL.md via raw GitHub (HTTP 200); the skill dir contains only SKILL.md, no scripts to spot-check, and frontmatter parses cleanly with name+description. No security smells in the skill body (the README's install snippet adds Playwright MCP but that's for the pack, not this skill). I ran the output test on "UGC girl for a vitamin C serum, TikTok testimonial": my baseline prompt used "8K/stunning/flawless" — the exact tags the skill's avoid-list warns against — while the skill-followed prompt applied the 8-layer structure, the beauty-product ring-light rule with catchlights, a 35mm selfie framing, and "4K/visible pores/iPhone 15 Pro". Concrete, observable improvement over baseline, so I scored output 7 rather than 5.
- What is the Ugc Hot Girl SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install Ugc Hot Girl?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Ugc Hot Girl with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.