Skip to content
AI video setup guide
DIY AI Marketing Coach  ›  Claude Code + Higgsfield — 100+ AI videos
DIY-Web · AI Website Build by Aziz Technics

Claude Code + Higgsfield = 100+ AI videos in minutes.

The exact setup walkthrough — Node.js, Claude Code, Playwright MCP and the Higgsfield skills pack — built for Gulf SMEs with zero dev background. Wire it up once, then type a single command and Claude generates UGC ad videos for TikTok, Instagram Reels, YouTube Shorts and Meta — automatically. Every command on this page is copy-paste ready for Mac and Windows.

7 steps · ~25 min Mac + Windows 19 slash commands 100+ videos / weekend Halal-ready UGC
⬇ Download PDF ▶ Play the video
Voice guide Starting the spoken walkthrough… tap anywhere if you don't hear it.

Watch the full walkthrough

Click to play — the original Claude Code + Higgsfield UGC tutorial. Then follow the copy-paste steps below.
Claude Code + Higgsfield — Viral AI UGC walkthrough thumbnail
🎬 Reference walkthrough — "Claude Code + Higgsfield = Viral AI UGC (using one skill)" by Alex Robinson. This page turns it into copy-paste steps tuned for Gulf SMEs. Open on YouTube →
1

What you need

5 items — 3 are free downloads, 1 account needed, and 1 we install during setup.

Mac or Windows PC

Works on macOS 12+ or Windows 10/11. Both paths are covered below.

Required

VS Code or Cursor

Free code editors. Cursor has Claude built-in — recommended for beginners. cursor.com or code.visualstudio.com.

Free download

Chrome browser

Playwright automation uses Chrome to drive Higgsfield. Must be installed before setup. google.com/chrome.

Free download

Higgsfield account

Sign up at higgsfield.ai — 30 free credits on signup. Paid plans unlock bulk UGC generation.

Account needed

Node.js

The engine that runs Claude Code and Playwright. We install this in Step 1 below — nothing to do now.

We install below

Claude Code (CLI)

Anthropic's command-line AI agent — installed via npm in Step 2. Needs an Anthropic account or API key.

We install below
2

How it all connects

One chain: your computer runs Claude Code, which drives Chrome via Playwright to generate videos on Higgsfield — then you post them everywhere.
Your ComputerMac or Windows
Node.jsRuntime engine
Claude Codenpm i -g @anthropic-ai/claude-code
Playwright MCPBrowser automation
Higgsfield MCPAI video engine
ChromePlaywright drives it
Higgsfield.aiUGC video platform
TikTok Ad9:16 vertical
Instagram ReelReels format
YouTube Short60s max
Meta AdsPerformance UGC
3

Full setup — step by step

Follow in order — each step takes 2–5 minutes. Total setup time: ~25 minutes.

Step 1 — Install Node.js

Node.js powers everything. Pick your OS:

Terminal · macOSbash
# 1a — Install Homebrew (Mac package manager)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# 1b — Install Node.js
brew install node

# 1c — Verify both (should show version numbers)
node --version
npm --version
What you should see: after node --version you'll see something like v22.x.x. If you see that — you're good.

Step 2 — Install Claude Code (CLI)

The AI agent you'll type commands into. Works on Mac Terminal and Windows PowerShell.

Both platformsbash
# Install Claude Code globally
npm install -g @anthropic-ai/claude-code

# Verify installation
claude --version

# Launch (you'll be asked to login)
claude
On first launch: Claude opens a browser window to sign in with your Anthropic account (claude.ai). Sign in and authorize — you'll be redirected back to the terminal.
API-key method: alternatively set ANTHROPIC_API_KEY=your_key_here as an environment variable — get your key at console.anthropic.com.

Step 3 — Install Playwright MCP (browser automation)

Playwright lets Claude Code control Chrome to automate Higgsfield. Add it as an MCP server inside Claude Code.

Both platformsbash
# Add Playwright MCP to Claude Code
claude mcp add playwright npx @playwright/mcp@latest

# Verify it was added
claude mcp list
You should see playwright in claude mcp list. Chrome must be installed first — get it at google.com/chrome.

Step 4 — Create your Higgsfield account + API key

Higgsfield.ai generates your UGC videos. Sign up, verify your email, then grab your API key.

  1. Go to higgsfield.ai → click Sign Up → use Google or email.
  2. Click your profile icon (top-right) → SettingsAPI KeysGenerate New Key.
  3. Copy the key — it starts with hf_. Save it; you'll only see it once.
Set the key as an environment variablebash
# Mac / Linux (add to ~/.zshrc or ~/.bash_profile)
export HIGGSFIELD_API_KEY="hf_your_key_here"

# Windows PowerShell
$env:HIGGSFIELD_API_KEY="hf_your_key_here"

Step 5 — Install the Higgsfield skills pack

The skills pack gives Claude 19 slash commands (like /ugc-video-auto) that automate the entire video pipeline.

Both platformsbash
# Create your project folder
mkdir higgsfield-ugc && cd higgsfield-ugc

# Clone the Higgsfield skills pack
git clone https://github.com/AKCodez/higgsfield-claude-skills /tmp/hf-skills

# Copy skills into Claude Code's skills folder
cp -r /tmp/hf-skills/* ~/.claude/skills/

# Windows PowerShell version
xcopy /E /I C:\temp\hf-skills $env:USERPROFILE\.claude\skills\
Verify: launch claude in your project folder, type / and you should see /ugc-video-auto, /higgsfield-image-auto and 17 other commands appear.

Step 6 — Generate your first UGC video

Everything is ready. Type a single command in Claude Code and watch it build a UGC video automatically.

Inside Claude Codeprompt
# Launch Claude Code in your project folder
claude

# Then type this command inside Claude:
/ugc-video-auto Create a UGC ad video with an attractive lifestyle person promoting my perfume brand for Dubai Instagram

# What Claude does next (automated):
# 1. Generates a UGC character image via Higgsfield
# 2. Launches Chrome via Playwright
# 3. Logs into higgsfield.ai
# 4. Submits the video prompt
# 5. Downloads the finished video
Batch mode: to generate 100 videos, create a prompts.txt with one prompt per line, then run /ugc-video-auto --batch prompts.txt.
For Gulf / Arabic brands: add context like "halal product, modest styling, UAE market, Arabic subtitles" to your prompt for culturally appropriate UGC.
4

Troubleshooting — top 5 fixes

If anything doesn't work, start here.
5

Your launch checklist

Tick each box as you complete it — your progress is saved on this device.

Want this done for you?

Aziz sets this up for Gulf SMEs — perfume brands, fashion, food & grooming — with halal-appropriate UGC characters and Arabic-ready prompts.

⚡ Setup & training: 2 hours 🎬 100 videos in a weekend 📍 Dubai / UAE / GCC focus ✅ Halal-compliant content

Tools & references