higgsfield-stack

higgsfield-stack is a skill for Claude Code from OSideMedia/higgsfield-ai-prompt-skill. It costs 147 tokens per session (4,898 once invoked), scanned C, original, MIT.

A guide to Higgsfield's official tools: its command-line program, connector for AI applications, and bundled skills. Higgsfield is a service for generating and refining images and videos.

In plain words
What is it for?
Use it when working with the Higgsfield command line, its connector, or bundled generation skills, and when handing a prepared prompt to those tools for execution.
Why use it?
It clarifies which part handles execution—authentication, file uploads, job submission, waiting, and retries—and which part handles prompt construction and production planning. This prevents the two responsibilities from being mixed up.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions Claude Code; mentions Codex.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is • uses named platform vocabulary from `../../vocab.md`.

Good fit Use it when working with the Higgsfield command line, its connector, or bundled generation skills, and when handing a prepared prompt to those tools for execution.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/OSideMedia/higgsfield-ai-prompt-skill
agentmods
npx agentmods add skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-stack

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for higgsfield-stack

README.md
[![agentmods](https://agentmods.dev/badge/skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-stack/github.svg)](https://agentmods.dev/skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-stack)
Your own site
<a href="https://agentmods.dev/skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-stack"><img src="https://agentmods.dev/badge/skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-stack/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for higgsfield-stack

Your own site · 80×15
<a href="https://agentmods.dev/skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-stack"><img src="https://agentmods.dev/badge/skills/osidemedia/higgsfield-ai-prompt-skill/higgsfield-stack.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,898 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 28
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 168
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • low Supply Chain · line 26
    Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
    Fix: Avoid downloading and executing remote scripts. Use trusted packages from PyPI/npm. If remote fetch is required, verify checksums and use HTTPS.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00147 $0.04898
Opus 5 $0.00073 $0.02449
Sonnet 5 $0.00029 $0.00980
Haiku 4.5 $0.00015 $0.00490

Measured 11d ago against content hash 854bd68e7421, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade C, and why

higgsfield-stack scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

| **Higgsfield CLI** | Binary distributed at https://github.com/higgsfield-ai/cli. Binary names: `higgsfield`, `higgs`, `hf`. Install via `curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh \|

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| **Higgsfield CLI** | Binary distributed at https://github.com/higgsfield-ai/cli. Binary names: `higgsfield`, `higgs`, `hf`. Install via `curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh \|
skills/higgsfield-stack/SKILL.md · 222 lines

How it starts

The opening of the file, as written. The whole thing — 222 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Higgsfield Stack — Coexistence With Official Tooling

What this sub-skill is for

"The Higgsfield stack" means Higgsfield's own official execution tooling: their command-line interface (CLI), their custom MCP connector for claude.ai and the Claude desktop app, and their three bundled skills (higgsfield-generate, higgsfield-soul, higgsfield-product-photoshoot). Any one of those tools — or any combination — may be present in the user's environment alongside this prompt skill. This sub-skill documents how the two surfaces coexist, what each one owns, and how a clean handoff looks.

The core principle is a layer split. This skill is the prompt-construction + production-discipline layer: MCSLA structure, named platform vocabulary, model selection criteria, Seedance preflight, Cinema Studio depth, Soul Character Anchor Block, Two-Tool Refinement Pipeline guidance, anti-bombast register, shared negative constraints. Their stack is the execution layer: authentication, file uploads, job submission, polling, retries, returning a result URL. Different jobs, no overlap. Our skill never invokes their CLI; their stack never invents prompt logic. The user gets one prompt from us and one execution path from them.


The three official surfaces

Surface What it is Detection signals Best fit
Higgsfield CLI Binary distributed at https://github.com/higgsfield-ai/cli. Binary names: higgsfield, higgs, hf. Install via curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh or brew install higgsfield-ai/tap/higgsfield. Auth via higgsfield auth login (device flow). User types higgsfield, higgs, or hf in conversation; user says "I have the CLI installed"; user pastes output from higgsfield ... --json Claude Code, Codex, Cursor, or any terminal-native agent. Per Higgsfield's own guidance: if the user is in Claude Code or Codex, prefer the CLI over the MCP.
Higgsfield MCP Custom connector at https://mcp.higgsfield.ai/mcp. Separate product from the CLI. Installed in claude.ai or the Claude desktop app via Settings → Connectors → Add custom connector. User is in claude.ai web or the Claude desktop app (not a terminal); user mentions "the connector" or "MCP" or mcp.higgsfield.ai; the current Claude session has tools whose names mention Higgsfield generation. claude.ai web, Claude desktop app, environments without a terminal.
Higgsfield bundled skills Skill repo at https://github.com/higgsfield-ai/skills (v0.3.0). Three skills: higgsfield-generate, higgsfield-soul, higgsfield-product-photoshoot. Install via npx skills add higgsfield-ai/skills. Invoke as /higgsfield:generate, /higgsfield:soul, /higgsfield:product-photoshoot. Skill files matching those names visible in the agent's skill directory; user invokes one of those slash commands; user mentions installing higgsfield-ai/skills. Agents that consume Cowork-style skill bundles. All three skills drive the CLI under the hood — they are workflow/transport guidance, not prompt engineering.

Read the full file on GitHub · 222 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 222 lines · 147 tokens per session scan C 854bd68e7421

Subscribe to this mod's changes

higgsfield-stack is a skill published in the GitHub repository OSideMedia/higgsfield-ai-prompt-skill (529 stars, last pushed 19d ago), licensed MIT. It adds 147 tokens to every session and 4,898 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

seedance-shotlist-director

Generate a director's shotlist as an editable HTML production board for Seedance 2.0. Use whenever the user provides a script, scene breakdown, story idea, or treatment to turn into a numbered shotlist with English Seedance prompts — trigger on "make a shotlist", "director’s shotlist", "break this script into…

afloy011-spec/seedance-shotlist-director-en · 235 tokens

vox-director

Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end on the Atlas Cloud API + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Use this whenever the user wants a "Vox style" video, a paper/torn-paper collage animation, a "motion collage"…

Alisa0808/vox-director · 236 tokens

dramaclaw

A skill for answering identity and self-introduction questions, and for working with the DramaClaw/NovelVideo pipeline. The description also covers turning novels or stories into short vertical videos.

dramaclaw/dramaclaw · 360 tokens

ai-media-generator

A workflow for turning ideas into prompts for AI-generated images, videos, and music across several media platforms. When needed, it can also send those prompts to the chosen platform through browser automation.

Hao0321/ai-media-generator · 380 tokens

kling-ai

Write and improve prompts for Kling AI video generation, and pick the right Kling model for the job. Covers image-to-video, text-to-video, multi-shot storyboards, talking avatars from one photo plus audio, motion transfer, video editing of an existing clip, Element Reference for character consistency, Voice Control…

maciejdzierzek/kling-ai-prompt-generator · 89 tokens

minimax-h3

Write, debug and structure prompts for MiniMax H3 video generation (T2VA, I2VA, FL2VA, L2VA, Ref2VA) and configure its ComfyUI workflow. Use when the user mentions MiniMax H3, minimaxh3, fl2va, ref2va, MiniMaxH3ReferenceToVideo, reference-to-video, asks to animate a photo, write a video prompt, pick a model quant, or…

teskor-hub/minimax-h3-skill · 135 tokens