Seedance Auto Generate
Playwright automation that submits a Seedance 2.0 video job on higgsfield.ai from an image
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 31, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 05e15ae
Located seedance-auto-generate/SKILL.md via the GitHub tree API and fetched it raw. Frontmatter parses cleanly with name+description. Spot-checked 3 referenced sibling sub-skills (01-cinematic, 07-ecommerce-ad, 15-real-estate SKILL.md) — all HTTP 200 — but the body's claimed Chinese versions at skills/XX-name/zh-CN/SKILL.md return 404 (01-cinematic/zh-CN/SKILL.md -> 404), a docs oversell. No security smells: no curl|sh, no base64, no secret exfiltration; it drives higgsfield.ai and explicitly asks for user confirmation before spending credits. Could NOT run the output stage: the flow requires the Playwright MCP, a logged-in higgsfield.ai session, and paid credits to actually submit a job, none available here, so no baseline-vs-skill artifact was produced. Body also hardcodes a Windows-specific path root (C:\Users\User\higgz).
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 5/10
- Docs & honesty 4/5
What Seedance Auto Generate does
A Playwright-driven browser automation that navigates higgsfield.ai's Seedance 2.0 creation page, uploads an image, types a prompt, optionally sets duration/ratio/resolution, and clicks Generate after user confirmation. Triggers when a user supplies an image and asks to auto-generate or create a Seedance/Higgsfield video from it. Delegates prompt-crafting to 15 sibling style sub-skills (cinematic, ecommerce-ad, real-estate, etc.) and requires the Playwright MCP plus a logged-in, credit-funded higgsfield.ai account.
How to install Seedance Auto Generate
git clone --depth 1 https://github.com/AKCodez/higgsfield-claude-skills.git /tmp/seedance-auto-generate-src
mkdir -p ~/.claude/skills
cp -R /tmp/seedance-auto-generate-src/seedance-auto-generate ~/.claude/skills/seedance-auto-generate
# Runtime deps NOT bundled: Playwright MCP must be enabled; you must be logged into higgsfield.ai
# in the Playwright browser session; generating a video costs real credits.
# Prompt-crafting sub-skills invoked by this engine (/01-cinematic ... /15-real-estate,
# /higgsfield-image-auto, etc.) live in sibling dirs of the SAME repo — install them separately:
# cp -R /tmp/seedance-auto-generate-src/01-cinematic ~/.claude/skills/01-cinematic # and so on
# Body hardcodes a Windows path root (C:\Users\User\higgz); adjust the cp/upload paths for your OS/user.
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Seedance Auto Generate
-
/seedance-auto-generatePlaywright automation that submits a Seedance 2.0 video job on higgsfield.ai from an image
It also activates on plain-language prompts like these:
-
Turn this image into a Seedance video -
Auto-generate a video on Higgsfield from my photo -
Submit a video generation job to higgsfield.ai
Frequently asked questions
- Is the Seedance Auto Generate 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 Seedance Auto Generate work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 31, 2026. Verdict: Works with setup. Located seedance-auto-generate/SKILL.md via the GitHub tree API and fetched it raw. Frontmatter parses cleanly with name+description. Spot-checked 3 referenced sibling sub-skills (01-cinematic, 07-ecommerce-ad, 15-real-estate SKILL.md) — all HTTP 200 — but the body's claimed Chinese versions at skills/XX-name/zh-CN/SKILL.md return 404 (01-cinematic/zh-CN/SKILL.md -> 404), a docs oversell. No security smells: no curl|sh, no base64, no secret exfiltration; it drives higgsfield.ai and explicitly asks for user confirmation before spending credits. Could NOT run the output stage: the flow requires the Playwright MCP, a logged-in higgsfield.ai session, and paid credits to actually submit a job, none available here, so no baseline-vs-skill artifact was produced. Body also hardcodes a Windows-specific path root (C:\Users\User\higgz).
- What is the Seedance Auto Generate SkillProof Score?
- 7.2/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 4/5.
- How do I install Seedance Auto Generate?
- 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 Seedance Auto Generate 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.