A comprehensive Claude skill library for generating high-quality prompts on Higgsfield AI — the cinematic video and image generation platform.
$ npx -y skills add OSideMedia/higgsfield-ai-prompt-skill --agent claude-code
What's inside
A comprehensive Claude skill library for generating high-quality prompts on Higgsfield AI — the cinematic video and image generation platform.
Transforms natural language requests into production-ready Higgsfield prompts using:
t2v / omni_reference / video_edit / video_extension), explicit @Image / @Video / @Audio reference roles with exclusions, the five-step multi-reference workflow, 30-second staging with end states, timestamp pacing, bracket syntax for music / SFX / dialogue / subtitles, in-prompt first-last-frame and multi-keyframe control, storyboard grids, coarse-vs-fine blockout rendering, one-click video, seamless transitions, and a 2.0-vs-2.5 routing tableomni_reference video-to-video lane (source ≥4s, duration = source) with its performance-inheritance clause, the four-batch stop rule and the i2v fallback with a deliberate empty-frame stitch point, and a slop catalog of the tells that give a shot awaygit clone https://github.com/OSideMedia/higgsfield-ai-prompt-skill ~/.claude/skills/higgsfield
Drop the repo folder into your Cowork workspace. The skill dispatcher is at SKILL.md in the repo root.
Upload SKILL.md (root) as your project instruction base. Upload files from skills/ as project documents.
This skill is the prompt-construction layer. Higgsfield ships official execution tooling — a CLI, an MCP custom connector, and a bundled skills package. They complement each other: this skill produces the prompt, their tooling executes it. None of their tooling is required for this skill to work — you can always paste prompts directly into higgsfield.ai. But if you want an end-to-end loop, you'll want one of the three.
A Higgsfield account is required for any of the tooling below. Sign up at higgsfield.ai.
Command-line tool for terminal-native agents (Claude Code, Codex, Cursor). Per Higgsfield's own guidance, prefer the CLI over the MCP if you're working in a terminal.
curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh or brew install higgsfield-ai/tap/higgsfieldhiggsfield auth loginCustom connector for claude.ai web and the Claude desktop app. Separate product from the CLI.
https://mcp.higgsfield.ai/mcpMarkdown skill bundle for agents that consume Cowork-style skills. All three skills drive the CLI under the hood.
npx skills add higgsfield-ai/skillshiggsfield-generate, higgsfield-soul, higgsfield-product-photoshoot/higgsfield:generate, /higgsfield:soul, /higgsfield:product-photoshootHow the layers fit together for a real request:
USER: "Make me a cinematic chase scene through a night market.
Use my trained Soul character — reference_id abc123."
↓
THIS SKILL — higgsfield-ai-prompt-skill
• routes to higgsfield-prompt + higgsfield-camera + higgsfield-soul
• picks Kling 3.0 (character-focused, supports --soul-id)
• applies MCSLA: model, camera preset, subject, look, action
• appends shared negative constraints
• outputs a production-grade Higgsfield prompt
↓
PRE-FLIGHT (optional, recommended for Veo / Kling / Sora / Seedance video):
SCHEMA VERIFY (recommended for any model you haven't called recently):
CLI path: higgsfield model get kling3_0
→ returns schema: aspect_ratio enum, duration range,
mode/sound options, media roles
MCP path: models_explore(action="get", model_id="kling3_0")
→ returns same schema as CLI
COST ESTIMATE (no job submitted):
MCP path: generate_video(..., get_cost: true)
→ returns credit cost + adjustments block
CLI path: higgsfield generate cost kling3_0 \
--prompt "<prompt from this skill>" \
--aspect_ratio 16:9 \
--duration 8
# (add reference flags as needed: --soul-id, --start-image,
# --end-image — consult `higgsfield model get kling3_0`
# for supported media roles)
Bundled skills: drop to CLI for the cost check (same auth, same workspace),
then invoke /higgsfield:generate
Optional account checks (same data across surfaces):
MCP path: balance / transactions tools
CLI path: higgsfield account status
higgsfield account transactions --size 50
Note: 2.35:1 is anamorphic STYLE vocabulary, not a valid Kling 3.0 output
ratio. Output ratios are platform-bounded: 16:9 / 9:16 / 1:1 only.
↓
HIGGSFIELD STACK — one of three execution surfaces:
CLI path:
higgsfield generate create kling3_0 \
--prompt "<prompt from this skill>" \
--aspect_ratio 16:9 \
--duration 8 \
--wait
# (add reference flags as needed: --soul-id, --start-image, --end-image —
# consult `higgsfield model get kling3_0` for supported media roles)
Bundled skills path:
/higgsfield:generate — takes the prompt as its --prompt argument,
formats the CLI call above under the hood
MCP path (claude.ai web/desktop):
Claude invokes the Higgsfield connector with the prompt as input
↓
USER: Result URL returned. Iterate if needed (this skill's
iteration discipline applies regardless of execution surface).
The layer split holds in every case: this skill always produces the prompt, the Higgsfield stack always handles the generation call. None of the three execution paths reach back into prompt construction; this skill never shells out to their CLI or API.
FAQ
higgsfield-ai-prompt-skill is a Claude Code plugin with 33 hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. It includes higgsfield-acting, higgsfield-apps, higgsfield-assist. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it