higgsfield-product-photoshoot

higgsfield-product-photoshoot is a skill for Claude Code from S3YED/appie-kit. It costs 251 tokens per session (2,332 once invoked), scanned C, a copy of higgsfield-product-photoshoot, MIT.

A product-image generation workflow that turns product information into brand-oriented visuals using predefined photography modes.

In plain words
What is it for?
It helps create studio product shots, lifestyle images, website hero images, social-media pins, carousels, and ad creatives.
Why use it?
It reduces the work of planning photography concepts and preparing prompts for different marketing image formats.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It helps create studio product shots, lifestyle images, website hero images, social-media pins, carousels, and ad creatives.

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

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-product-photoshoot

README.md
[![agentmods](https://agentmods.dev/badge/skills/s3yed/appie-kit/higgsfield-product-photoshoot/github.svg)](https://agentmods.dev/skills/s3yed/appie-kit/higgsfield-product-photoshoot)
Your own site
<a href="https://agentmods.dev/skills/s3yed/appie-kit/higgsfield-product-photoshoot"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/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/s3yed/appie-kit/higgsfield-product-photoshoot"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/higgsfield-product-photoshoot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 251 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,332 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 95% copy Near-identical to another mod 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.00251 $0.02332
Opus 5 $0.00125 $0.01166
Sonnet 5 $0.00050 $0.00466
Haiku 4.5 $0.00025 $0.00233

Measured 9d ago against content hash e1302bff2f80, 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 9d 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
Origin

This is a copy

95% identical to higgsfield-product-photoshoot — 3 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/content/higgsfield-product-photoshoot/SKILL.md · 215 lines

How it starts

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

Product Photoshoot

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.

Step 0 — Bootstrap

Before any other command:

  1. If higgsfield is not on $PATH, install it:
    curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
    
  2. If higgsfield account status fails with Session expired / Not authenticated, ask the user to run higgsfield auth login (interactive) and wait for confirmation.

UX Rules

  1. Be concise. Print only image URLs in the final reply.
  2. Detect language, respond in it. Mode names and CLI flags stay English.
  3. Ask at most 4 short questions before submitting. Use labeled options, never open-ended.
  4. Skip questions whose answer is obvious from context (uploaded image, prior turn, brand memory).
  5. Never write the gpt_image_2 prompt yourself — backend assembles it.
  6. Polling is silent. Wait until URLs are ready, then deliver.

Modes

Mode When user wants…
product_shot Product on neutral / studio / catalog background
lifestyle_scene Product in real-world environment, hands, action, atmosphere
closeup_product_with_person Tight crop with hands / partial face — beauty application, holding, demonstrating
moodboard_pin Vertical 2:3 Pinterest-native aesthetic, moodboard feel
hero_banner Wide-format website / email / campaign header
social_carousel 3–10 connected slides for IG / LinkedIn / Facebook
ad_creative_pack Coordinated pack of static ad variants for Meta / TikTok / Pinterest / Google Ads
virtual_model_tryout Product worn or used by an AI-rendered model
conceptual_product Surreal / CGI-style / levitating / splash / sculptural product
restyle Transform an existing image's aesthetic, mood, or seasonal context

Read the full file on GitHub · 215 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. 9d ago First seen · 215 lines · 251 tokens per session scan C e1302bff2f80

Subscribe to this mod's changes

higgsfield-product-photoshoot is a skill published in the GitHub repository S3YED/appie-kit (9 stars, last pushed 17d ago), licensed MIT. It adds 251 tokens to every session and 2,332 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). It is 95% identical to higgsfield-product-photoshoot, differing in 3 lines, and is treated as a copy.

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