higgsfield-generate

higgsfield-generate is a skill for Claude Code from MoizIbnYousaf/marketing-cli. It costs 292 tokens per session (3,812 once invoked), scanned C, original, MIT.

A workflow for generating images and videos with Higgsfield AI, including image-to-video animation and branded ad creation.

In plain words
What is it for?
Use it to generate images, make videos, animate photos, create cinematic stills, build character illustrations, and produce ads with products or avatars.
Why use it?
It gathers access to many Higgsfield models and use cases in one process, so you can choose a suitable model for the requested visual.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for openclaw.

Part of the marketing-cli plugin — 90 skills, 9 commands, 1 hook, 2 MCP servers shipped together

Good fit Use it to generate images, make videos, animate photos, create cinematic stills, build character illustrations, and produce ads with products or avatars.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/moizibnyousaf/marketing-cli/higgsfield-generate
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add MoizIbnYousaf/marketing-cli --skill higgsfield-generate
Clone the repo
git clone --depth 1 https://github.com/MoizIbnYousaf/marketing-cli

Made for: Claude Code.

Or install marketing-cli, the plugin that ships this one along with the rest of its 90 skills, 9 commands, 1 hook, 2 MCP servers.

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-generate

README.md
[![agentmods](https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/higgsfield-generate/github.svg)](https://agentmods.dev/skills/moizibnyousaf/marketing-cli/higgsfield-generate)
Your own site
<a href="https://agentmods.dev/skills/moizibnyousaf/marketing-cli/higgsfield-generate"><img src="https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/higgsfield-generate/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-generate

Your own site · 80×15
<a href="https://agentmods.dev/skills/moizibnyousaf/marketing-cli/higgsfield-generate"><img src="https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/higgsfield-generate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 292 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,812 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.
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.00292 $0.03812
Opus 5 $0.00146 $0.01906
Sonnet 5 $0.00058 $0.00762
Haiku 4.5 $0.00029 $0.00381

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

Security

Grade C, and why

higgsfield-generate 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 12d 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.

curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh

Makes network callslowCapability

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

curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
skills/higgsfield-generate/SKILL.md · 271 lines

How it starts

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

/higgsfield-generate — AI Image & Video Generation via Higgsfield

Submit jobs to any Higgsfield model. Wraps the higgsfield CLI. Covers generic image/video gen and Marketing Studio (branded ads, avatars, products).

When to use

  • User wants an image or video generated by AI — any model, any style
  • "animate this photo", "make a video from an image", "img2vid"
  • "create a UGC ad", "Marketing Studio video", "brand video with avatar"
  • "import this product URL and make an ad"
  • "generate a cinematic still", "make a character illustration"
  • Anything involving Seedance, Kling, Veo, Soul, Nano Banana, Flux, GPT Image

Route elsewhere if:

  • User wants to train a reusable face identity → higgsfield-soul-id
  • User wants a mode-enhanced product photoshoot → higgsfield-product-photoshoot
  • User just needs a one-off image without Higgsfield → image-gen (Gemini, free tier)

On Activation

  1. Read brand/voice-profile.md and brand/creative-kit.md if present (creative-kit.md is written by /visual-style). Use brand context to inform model choice and prompt style where relevant. All files are optional — zero-context operation is fine.
  2. Check CLI: higgsfield account status. If not on $PATH, surface install command (see Optional dependency section). If session expired, prompt auth.
  3. Pick a model from the workflow below. Ask one question at a time if context is missing.

Optional dependency — Higgsfield account

This skill requires the @higgsfield/cli binary and a Higgsfield account.

Without the CLI installed, return a clear actionable error:

higgsfield CLI not found. Install with:
  curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
Then authenticate:
  higgsfield auth login

Without an authed Higgsfield account, the CLI itself surfaces the auth prompt — no special handling needed in the skill.

Fallback for image generation only: if the user just needs a one-off image and doesn't have a Higgsfield account, route them to image-gen (Gemini, model gemini-3.1-flash-image-preview, free tier). Video generation, Marketing Studio, Soul Characters, and product modes have no fallback — they require Higgsfield.

Read the full file on GitHub · 271 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 271 lines · 292 tokens per session scan C fb0e7c406b72

Subscribe to this mod's changes

higgsfield-generate is a skill published in the GitHub repository MoizIbnYousaf/marketing-cli (31 stars, last pushed today), licensed MIT. It adds 292 tokens to every session and 3,812 once invoked, about $0.0015 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

xiaohongshu-search-full

Search Xiaohongshu (XHS / RedNote) notes by keyword with full field extraction including body text, topics/tags, image list URLs, video stream URL, publish timestamp, and all engagement stats (likes, collects, comments, shares). Supports all page filter options: sort order (general, latest, most liked, most commented…

browser-act/skills · 254 tokens

x-tweet-by-conversation

Collects every tweet in an X (Twitter) conversation thread given a conversation id (root tweet id) — the focal tweet plus all replies, sub-replies, and quote chains — and returns normalized per-tweet data with text, author, engagement counts, media, hashtags, mentions, inreplyto mapping, and cursor for pagination. Use…

browser-act/skills · 218 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

add-cloud-flow

Integrates Power Automate cloud flows into a Power Pages site. Lists available flows, suggests relevant ones based on intent, identifies scenarios and web roles, creates metadata files, and generates client-side code to call flows. Handles both new flow registration and adding already-registered flows to additional…

microsoft/power-platform-skills · 91 tokens

deploy-site

Deploys an existing Power Pages code site to a Power Pages environment using PAC CLI. Handles tooling verification, authentication, environment confirmation, building, and uploading. Use when the user wants to deploy, upload, or publish their code site.

microsoft/power-platform-skills · 50 tokens

ctf-malware

Provides malware analysis and network traffic techniques for CTF challenges. Use when analyzing obfuscated scripts, malicious packages, custom crypto protocols, C2 traffic, PE/.NET binaries, RC4/AES encrypted communications, YARA rules, shellcode analysis, memory forensics for malware (Volatility malfind, process…

ljagiello/ctf-skills · 101 tokens