Higgsfield Image Auto
Playwright-automates AI image generation on higgsfield.ai across Soul 2.0 / Nano Banana models
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 31, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · e80a00a
Located higgsfield-image-auto/SKILL.md via the GitHub tree API and fetched it raw (HTTP 200, 7295 bytes); the skill dir contains only SKILL.md, no bundled scripts to spot-check, and frontmatter parses with valid name+description. Trigger phrasings I judged: SHOULD load — "generate this portrait prompt on Higgsfield Soul 2.0", "auto-generate my image on higgsfield", "submit this image job to Nano Banana Pro on Higgsfield"; should NOT load — "generate a video on Higgsfield Seedance" (that is seedance-auto-generate), "just write me a cinematic image prompt" (no generation); all 5 decisions correct. I could NOT run Step 3 output: the skill needs live Playwright MCP browser automation against a logged-in higgsfield.ai session, which is unavailable here, so no artifact was produced and output is unmeasured. README's "19 skills" claim checks out against the tree (15 numbered + 4 named); no security smells found.
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 5/10
- Docs & honesty 4/5
What Higgsfield Image Auto does
Drives the higgsfield.ai image generation page with Playwright MCP: navigates to the chosen model URL, fills the prompt textbox, optionally sets aspect ratio/resolution/count, asks for confirmation, and clicks Generate. Triggers when the user has an image prompt and wants it generated on Higgsfield Soul 2.0 or Nano Banana Pro. Requires Playwright MCP and a browser session already logged in to Higgsfield.
How to install Higgsfield Image Auto
git clone --depth 1 https://github.com/AKCodez/higgsfield-claude-skills.git /tmp/higgsfield-image-auto-src
mkdir -p ~/.claude/skills
cp -R /tmp/higgsfield-image-auto-src/higgsfield-image-auto ~/.claude/skills/higgsfield-image-auto
# Requires Playwright MCP: claude mcp add playwright npx @playwright/mcp@latest
# Also requires a browser session already logged in to https://higgsfield.ai (free account)
# Part of a 19-skill UGC pipeline; sibling skills ugc-hot-girl + seedance-auto-generate live in the same repo
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Higgsfield Image Auto
-
/higgsfield-image-autoPlaywright-automates AI image generation on higgsfield.ai across Soul 2.0 / Nano Banana models
It also activates on plain-language prompts like these:
-
Generate this image prompt on Higgsfield Soul 2.0 -
Auto-generate an image using Nano Banana Pro -
Submit this image generation job to Higgsfield
Frequently asked questions
- Is the Higgsfield Image Auto 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 Higgsfield Image Auto work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 31, 2026. Verdict: Works with setup. Located higgsfield-image-auto/SKILL.md via the GitHub tree API and fetched it raw (HTTP 200, 7295 bytes); the skill dir contains only SKILL.md, no bundled scripts to spot-check, and frontmatter parses with valid name+description. Trigger phrasings I judged: SHOULD load — "generate this portrait prompt on Higgsfield Soul 2.0", "auto-generate my image on higgsfield", "submit this image job to Nano Banana Pro on Higgsfield"; should NOT load — "generate a video on Higgsfield Seedance" (that is seedance-auto-generate), "just write me a cinematic image prompt" (no generation); all 5 decisions correct. I could NOT run Step 3 output: the skill needs live Playwright MCP browser automation against a logged-in higgsfield.ai session, which is unavailable here, so no artifact was produced and output is unmeasured. README's "19 skills" claim checks out against the tree (15 numbered + 4 named); no security smells found.
- What is the Higgsfield Image Auto SkillProof Score?
- 7.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 4/5.
- How do I install Higgsfield Image Auto?
- 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 Higgsfield Image Auto 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.