The exact setup walkthrough — Node.js, Claude Code, Playwright MCP and Higgsfield — built for Gulf SMEs with zero dev background. Follow it top to bottom and you'll be generating UGC ad videos by the end.
Five items — three are free downloads, one account is needed, and one we install during setup.
Works on macOS 12+ or Windows 10/11. Both paths are covered below.
RequiredFree code editors. Cursor has AI built in — recommended for beginners. cursor.com or code.visualstudio.com
Free downloadPlaywright automation drives Chrome to interact with Higgsfield. Install it before setup.
Free downloadSign up at higgsfield.ai — free credits on signup. Paid plans unlock bulk UGC generation.
Account neededThe engine that runs Claude Code and Playwright. We install this in Step 1 — nothing to do now.
We install belowAnthropic's command-line AI agent — installed via npm in Step 2. Needs an Anthropic login or API key.
We install belowEach tool hands off to the next. You type plain English into Claude Code; it drives Chrome through Playwright to run Higgsfield, and the finished videos land back on your machine — ready for every channel.
Click to play — original tutorial by Alex Robinson on YouTube. Then come back and follow the written steps below.
Follow in order — each step takes 2–5 minutes. Total setup time: about 25 minutes.
Node.js powers everything. We install it via Homebrew — the Mac package manager. Open Terminal (search "Terminal" in Spotlight).
node --version you'll see something like v22.x.x. If you see that — you're good.Open PowerShell as Administrator (right-click Start → Windows PowerShell (Admin)), then paste these commands.
Claude Code is the AI agent you'll type commands into. Install it globally via npm — works on Mac Terminal and Windows PowerShell.
ANTHROPIC_API_KEY=your_key_here as an environment variable — get your key at console.anthropic.com.Playwright lets Claude Code control Chrome to automate Higgsfield. We add it as an MCP server inside Claude Code.
playwright listed in claude mcp list. If it's there — Playwright is wired up.Higgsfield.ai generates your UGC videos. Sign up, verify your email, then grab your API key.
hf_. Save it — you'll only see it once.The skills pack gives Claude slash commands (like /ugc-video-auto) that automate the entire video pipeline. Install it now.
claude in your project folder, type / and you should see /ugc-video-auto, /higgsfield-image-auto and the other commands appear.Everything is ready. Type a single command in Claude Code and watch it build a UGC video automatically.
prompts.txt with one prompt per line, then run /ugc-video-auto --batch prompts.txt.| Symptom | Fix |
|---|---|
| "command not found: claude" | Close and reopen the terminal, then run npm install -g @anthropic-ai/claude-code again. |
| Playwright can't find Chrome | Run npx playwright install chromium to install the bundled browser. |
| Higgsfield login fails | Confirm the API key is set: echo $HIGGSFIELD_API_KEY (Mac) or $env:HIGGSFIELD_API_KEY (Windows). |
| Claude won't launch / auth error | Run claude auth logout then claude auth login to re-authenticate. |
| Skills not showing | Make sure you copied the skill folders (not just the README) into ~/.claude/skills/. |
Click each box as you complete it.
node --version runs without error)Mac: brew install node · Windows: chocolatey or nodejs.org installernpm install -g @anthropic-ai/claude-code)Verify: claude --version in terminalclaude mcp add playwright npx @playwright/mcp@latest)Verify: claude mcp list shows "playwright"Aziz sets this up for Gulf SMEs — perfume, fashion, food & grooming — with halal-appropriate UGC characters and Arabic-ready prompts.