higgsfield-product-photoshoot

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

A workflow for creating professional product images through Higgsfield's photography-focused image-generation process.

In plain words
What is it for?
Use it for studio product shots, lifestyle images, Pinterest pins, hero banners, ad packs, carousels, and virtual try-on images.
Why use it?
It provides a defined route for product visuals that need a particular format or marketing context, instead of treating them as general image requests.

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 for studio product shots, lifestyle images, Pinterest pins, hero banners, ad packs, carousels, and virtual try-on images.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/moizibnyousaf/marketing-cli/higgsfield-product-photoshoot
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-product-photoshoot
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-product-photoshoot

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/moizibnyousaf/marketing-cli/higgsfield-product-photoshoot"><img src="https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/higgsfield-product-photoshoot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 233 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,111 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.00233 $0.03111
Opus 5 $0.00117 $0.01555
Sonnet 5 $0.00047 $0.00622
Haiku 4.5 $0.00023 $0.00311

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

Security

Grade C, and why

higgsfield-product-photoshoot 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-product-photoshoot/SKILL.md · 270 lines

How it starts

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

/higgsfield-product-photoshoot — Brand Product Image Generation

Brand-image generation via the higgsfield product-photoshoot create command. The CLI calls a backend prompt enhancer that holds mode-specific photography vocabulary and structural templates, then submits to gpt_image_2 and returns image URLs.

When to use

  • Any product visual with a specific output format: studio shot, Pinterest pin, hero banner, ad pack, carousel, model try-on
  • User has a product photo and wants it adapted to a specific marketing context
  • "make ads for my product", "make a hero banner", "create carousel images"
  • "virtual try-on", "model wearing my jacket", "levitating product shot"
  • Paid social creative packs (Meta, TikTok, Pinterest, Google Ads)

Route elsewhere if:

  • No product, no brand context, just a generic image prompt → image-gen (Gemini, free, faster)
  • User needs a branded video ad with an avatar → higgsfield-generate (Marketing Studio)
  • User wants to train a reusable face identity → higgsfield-soul-id
  • User needs general-purpose AI image/video generation → higgsfield-generate

On Activation

  1. Read brand/voice-profile.md and brand/creative-kit.md if present. Use brand colors, aesthetic language (creative-kit.md > ## Visual Brand Style, written by /visual-style), and platform preferences to inform mode selection and interview answers.
  2. Check CLI: higgsfield account status. If not on $PATH, surface install command. If session expired, prompt auth.
  3. Run the pre-generation interview (see below) — at most 4 questions before submitting.

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.

Read the full file on GitHub · 270 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. 12d ago First seen · 270 lines · 233 tokens per session scan C 3eb25475031b

Subscribe to this mod's changes

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