higgsfield-image

higgsfield-image is a skill for Claude Code, Codex from S3YED/appie-kit. It costs 55 tokens per session (1,766 once invoked), scanned A, original, MIT.

An image-generation tool that creates pictures from written descriptions, with support for product photos, fashion scenes, and consistent characters using reference images.

In plain words
What is it for?
It helps create product photography, character visuals, fashion images, and other creative assets.
Why use it?
It removes the need to create these images manually or use a separate image-generation workflow.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit It helps create product photography, character visuals, fashion images, and other creative assets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/s3yed/appie-kit/higgsfield-image
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 S3YED/appie-kit --skill higgsfield-image
Clone the repo
git clone --depth 1 https://github.com/S3YED/appie-kit

Made for: Claude Code, Codex.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/s3yed/appie-kit/higgsfield-image"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/higgsfield-image.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,766 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00055 $0.01766
Opus 5 $0.00028 $0.00883
Sonnet 5 $0.00011 $0.00353
Haiku 4.5 $0.00006 $0.00177

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

Security

Grade A, and why

higgsfield-image scanned grade A with 1 finding 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/higgsfield_image.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

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

curl -s "IMAGE_URL" -o ./generated_image.png
skills/content/higgsfield-image/SKILL.md · 163 lines

How it starts

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

Higgsfield Image Generation

Auth System (CRITICAL — two separate auth mechanisms)

Higgsfield has TWO auth systems. generate_image requires OAuth tokens, NOT the API key.

Credential Type Used For Location
HIGGSFIELD_API_KEY_ID + HIGGSFIELD_API_KEY_SECRET API Key pair tools/list, balance (read-only) ~/.openclaw/workspace/config/mcporter.json under higgsfield.env
OAuth Bearer token (from Clerk) OAuth session generate_image, generate_video, show_characters (write ops) ~/.mcporter/credentials.json under higgsfield|fb7b405dd99c24b1

The API key pair does NOT work for generate_image. That tool requires a valid Clerk OAuth access token.

Quick Reference

Tool: mcporter call higgsfield.generate_image Model: nano_banana_2 (Nano Banana Pro, 4K quality) Auth: OAuth Bearer token from mcporter credentials

Generate an Image

mcporter call higgsfield.generate_image params='{"model":"nano_banana_2","prompt":"YOUR PROMPT","aspect_ratio":"4:5"}'

With Reference Image (Character Consistency)

mcporter call higgsfield.generate_image params='{"model":"nano_banana_2","prompt":"YOUR PROMPT...same woman as reference...","aspect_ratio":"4:5","medias":[{"value":"https://URL-TO-REFERENCE-IMAGE.PNG","role":"image"}]}'

IMPORTANT: Use value (not url) for the media reference.

OAuth Token Refresh

If generate_image returns "Invalid or expired token", the OAuth session has expired:

mcporter auth higgsfield --reset

This opens a browser for Clerk OAuth login and stores new tokens in ~/.mcporter/credentials.json.

Token status check:

cat ~/.mcporter/credentials.json | python3 -c "
import json,sys
d=json.load(sys.stdin)
e=d['entries'].get('higgsfield|fb7b405dd99c24b1',{})
print('Has tokens:', 'tokens' in e and bool(e.get('tokens')))
print('Updated:', e.get('updatedAt'))
"

Check Generation Status

mcporter call higgsfield.show_generations type="image" size=5

Read the full file on GitHub · 163 lines

Files

What ships with it

1 file 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. 9d ago First seen · 163 lines · 55 tokens per session scan A 8e4b606393c4

Subscribe to this mod's changes

higgsfield-image is a skill published in the GitHub repository S3YED/appie-kit (9 stars, last pushed 17d ago), licensed MIT. It adds 55 tokens to every session and 1,766 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

shopify-products

Create and manage Shopify products via the Admin GraphQL API or CSV import. Workflow: gather data, choose method, execute, verify. Use whenever the user wants to add products to Shopify, bulk-import a catalog from CSV/spreadsheet/URL, update variants or prices, manage inventory quantities, upload product images, or…

jezweb/claude-skills · 73 tokens

stripe-payments

Add Stripe payments to a web app — Checkout Sessions, Payment Intents, subscriptions, webhooks, customer portal, and pricing pages. Covers the decision of which Stripe API to use, produces working integration code, and handles webhook verification. No MCP server needed — uses Stripe npm package directly. Triggers…

jezweb/claude-skills · 101 tokens

parcel-tracking

Track parcels and check delivery status for Australian and international couriers. Searches Gmail for dispatch/shipping emails and provides tracking links for all major Australian couriers including AusPost, StarTrack, Aramex, CouriersPlease, Sendle, Toll, Team Global Express, DHL, FedEx, TNT, Hunter Express, Border…

jezweb/claude-skills · 112 tokens

shopify-content

Create and manage Shopify pages, blog posts, navigation menus, redirects, and SEO metadata via the Admin API or browser automation. Use whenever the user wants to add a page to a Shopify store, write a Shopify blog post, update the storefront navigation, manage redirects, or tune SEO metadata on a Shopify site.

jezweb/claude-skills · 66 tokens

shopify-setup

Set up Shopify CLI auth and Admin API access for a store. Install CLI, authenticate, create custom app, store access token, verify. Use whenever the user wants to connect to a Shopify store, set up Shopify API access, install Shopify CLI, or troubleshoot Shopify auth / Admin API token issues.

jezweb/claude-skills · 65 tokens

c-tracking

Track packages across UPS, FedEx, USPS, and DHL using the ordercli CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.

daxaur/openpaw · 45 tokens