Source profileQuality 91/100

MoizIbnYousaf/marketing-cli/skills/higgsfield-product-photoshoot/SKILL.md

higgsfield-product-photoshoot

Use when the user wants professional brand-quality product images via Higgsfield's mode-specific prompt enhancement pipeline. Entry point for any product visual with a specific format or platform target. Use whenever: "product photoshoot", "lifestyle product shots", "Pinterest pin", "hero banner", "ad pack", "virtual try-on", "studio shot", "carousel images", "Meta ads creative", "model wearing product", "levitating product", "splash shot", "CGI style product", "restyle product image", Shopify i

Source repository stars
27
Declared platforms
0
Static risk flags
1
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

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 gptimage2 and returns image URLs.

Best for

  • 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"

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/MoizIbnYousaf/marketing-cli --skill "skills/higgsfield-product-photoshoot"
Safe inspection promptEditorial

Inspect the Agent Skill "higgsfield-product-photoshoot" from https://github.com/MoizIbnYousaf/marketing-cli/blob/f12fbcbe4929584697b309b9096c9427b0cfce8e/skills/higgsfield-product-photoshoot/SKILL.md at commit f12fbcbe4929584697b309b9096c9427b0cfce8e. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Step 0 — Bootstrap

    Before any other command:

    If higgsfield is not on $PATH, install it:If higgsfield account status fails with Session expired / Not authenticated, ask the user to run higgsfield auth login (interactive) and wait for confirmation.Before any other command:
  2. 02

    When to use

    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 n…

    Any product visual with a specific output format: studio shot, Pinterest pin, hero banner, ad pack, carousel, model try-onUser 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"
  3. 03

    On Activation

    1. Read brand/voice-profile.md, brand/visual-style.md, and brand/creative-kit.md if present. Use brand colors, aesthetic language, and platform preferences to inform mode selection and interview answers. 2. Check CLI: higgsfield account status. If not on $PATH, surface install c…

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

    Optional dependency — Higgsfield account

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

    This skill requires the @higgsfield/cli binary and a Higgsfield account.Without the CLI installed, return a clear actionable error:Without an authed Higgsfield account, the CLI itself surfaces the auth prompt — no special handling needed in the skill.
  5. 05

    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 (u…

    Be concise. Print only image URLs in the final reply.Detect language, respond in it. Mode names and CLI flags stay English.Ask at most 4 short questions before submitting. Use labeled options, never open-ended.

Permission review

Static risk signals and limitations

Network access

medium · line 32

The documentation includes network, browsing, or remote request actions.

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

Network access

medium · line 47

The documentation includes network, browsing, or remote request actions.

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

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars27SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
MoizIbnYousaf/marketing-cli
Skill path
skills/higgsfield-product-photoshoot/SKILL.md
Commit
f12fbcbe4929584697b309b9096c9427b0cfce8e
License
MIT
Collected
2026-07-28
Default branch
main
View the original SKILL.md

/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, brand/visual-style.md, and brand/creative-kit.md if present. Use brand colors, aesthetic language, 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.

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). The product-photoshoot mode enhancer and all product-specific modes require Higgsfield.

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

ModeWhen user wants…
product_shotProduct on neutral / studio / catalog background
lifestyle_sceneProduct in real-world environment, hands, action, atmosphere
closeup_product_with_personTight crop with hands / partial face — beauty application, holding, demonstrating
moodboard_pinVertical 2:3 Pinterest-native aesthetic, moodboard feel
hero_bannerWide-format website / email / campaign header
social_carousel3–10 connected slides for IG / LinkedIn / Facebook
ad_creative_packCoordinated pack of static ad variants for Meta / TikTok / Pinterest / Google Ads
virtual_model_tryoutProduct worn or used by an AI-rendered model
conceptual_productSurreal / CGI-style / levitating / splash / sculptural product
restyleTransform an existing image's aesthetic, mood, or seasonal context

Mode selection

Pick by intent, not surface keyword. When two modes could apply, prefer the more specific one.

  • product + neutral / clean / white / studio / catalog / Shopify → product_shot
  • product + scene / in use / kitchen / outdoor / cafe / gym → lifestyle_scene
  • hands holding / face with product / beauty application / demonstrating → closeup_product_with_person
  • Pinterest, pin, vertical pin → moodboard_pin
  • hero, banner, website header, landing page, email header, wide format → hero_banner
  • carousel, slide post, multi-slide, swipeable → social_carousel
  • ads, ad pack, paid social, Meta / TikTok / Pinterest ads → ad_creative_pack
  • model wearing, virtual try-on, on body, fashion shoot, lookbook → virtual_model_tryout
  • levitating, floating, splash, frozen motion, surreal, CGI, sculptural → conceptual_product
  • modify EXISTING image's aesthetic, mood, season — without changing subject → restyle

Tie-breakers:

  • "Pinterest pin of my product on a kitchen counter" → moodboard_pin (Pinterest is the platform)
  • "Hero banner showing my product in use" → hero_banner (banner format wins)
  • "Carousel of my product in different scenes" → social_carousel (multi-slide wins)
  • "Closeup of person applying my serum" → closeup_product_with_person (specific genre wins)

Pre-generation interview

Ask 3–4 short questions before submitting. Always labeled options, never open-ended. Skip a question whose answer is obvious from context.

Type A — uploaded a product photo, "make me images / photoshoots"

  1. How many? [1 / 3 / 5]
  2. What style/mood? [Clean studio / Lifestyle / Conceptual / With a model / Other]
  3. Where will you use them? [Shopify / Instagram / Pinterest / Paid ads / Website hero]
  4. Brand colors to match? (skip if obvious)

Type B — uploaded a product photo, named a use case

E.g. "make ads for my product", "make a Pinterest pin", "make a hero banner". Mode is obvious. Ask only the gaps:

  1. How many? (if multi-output mode)
  2. What's the offer / mood / hook?
  3. Anything in particular to emphasize?

Type C — text only, no product photo

  1. Can you upload a product photo? (preferred — much higher fidelity)
  2. If not, describe the product — category, packaging, color, distinctive features.
  3. What style? (same options as Type A)
  4. Where will you use it?

Type D — uploaded existing image, "redo / change vibe / different version"

restyle

  1. What aesthetic? [Clean girl / Cottagecore / Quiet luxury / Dark academia / Y2K / Other]
  2. Seasonal context? [Christmas / Valentine's / Halloween / Black Friday / None]
  3. What to preserve, what to change? (only if ambiguous)

Type E — model wearing a product (fashion, accessories)

virtual_model_tryout

  1. Model archetype? (suggest 2–3 based on brand audience)
  2. Environment? [Studio clean / Outdoor natural / Street style / Editorial / Home cozy]
  3. Framing? [Full body / Three-quarter / Waist up / Closeup on product area]

Type F — vague request, unclear subject

E.g. "make me something cool for my brand".

  1. What product or topic?
  2. Goal? [Sell on a marketplace / Build awareness / Run paid ads / Update website]
  3. Upload a reference image?

After answers → return to the relevant Type A–E.

Generation

Single command. Backend assembles the final prompt and submits to gpt_image_2. URLs print on stdout.

higgsfield product-photoshoot create \
  --mode <mode> \
  --prompt "<short user-intent description from interview answers>" \
  [--image <path-or-upload-id>]... \
  [--count <1-10>] \
  [--aspect_ratio <override>]

Examples:

higgsfield product-photoshoot create \
  --mode lifestyle_scene \
  --prompt "bottle of cold-brew on a sunlit kitchen counter, IG feed" \
  --image bottle.jpg \
  --count 3
higgsfield product-photoshoot create \
  --mode moodboard_pin \
  --prompt "vertical pin for my candle brand, cottagecore mood" \
  --image candle.jpg
higgsfield product-photoshoot create \
  --mode restyle \
  --prompt "Christmas version, quiet-luxury aesthetic" \
  --image existing-shot.jpg

Image inputs

--image accepts a local file path (auto-uploaded) OR an existing upload UUID. Repeat the flag for multiple references.

Multi-variant

--count 3 returns 3 distinct image URLs. Backend asks the enhancer to vary preset, lighting, angle, and palette across variants — they will not be paraphrased copies of one another.

For social_carousel and ad_creative_pack, count = number of slides / variants in the pack. Backend locks the visual system across all slides automatically.

Aspect ratio

Backend picks a sensible default per mode. Override with --aspect_ratio only if the user explicitly asks for a different one. Allowed values: 1:1, 4:5, 5:4, 3:4, 4:3, 2:3, 3:2, 9:16, 16:9.

Resolution

Use 2k for every product-photoshoot job.

Delivering results

Print the image URLs as a short bulleted list. No JSON, no IDs, no internal model names, no enhanced prompt text. If a job failed, mention it briefly with the failure status.

3 lifestyle shots ready:
- https://cdn.higgsfield.ai/.../job_abc.jpg
- https://cdn.higgsfield.ai/.../job_def.jpg
- https://cdn.higgsfield.ai/.../job_ghi.jpg

Anti-Patterns

Anti-patternWhy it failsInstead
Calling higgsfield generate create gpt_image_2 --prompt ... directlyBypasses the mode-specific prompt enhancer. Output quality for product shots is noticeably lower — wrong vocabulary, wrong structural guidance.Always use higgsfield product-photoshoot create with a mode. The enhancer is the point of this skill.
Asking more than 4 interview questions in a single messageUsers stall. The interview is a funnel, not a form.Max 4 short labeled-option questions per turn. Skip anything that's obvious from context or brand memory.
Picking the wrong modeproduct_shot for a Pinterest pin crops wrong, picks wrong aspect ratio.Mode selection drives the enhancer's vocabulary. Use the tie-breaker rules in the Mode Selection section.
Pasting the assembled prompt back to the userThey don't want the enhancer's output; they want the image URLs.Deliver only URLs.
Using a --mode value not in the tableThe CLI rejects unknown mode strings.Stay within the 10 documented modes.
Routing here for a generic one-off image with no productOverkill. Slower. Higgsfield account required.Use image-gen (Gemini, free tier) for generic images without a product or brand mode.

Attribution

Ported from higgsfield-ai/skills — MIT License, Copyright (c) 2026 Higgsfield AI. Adapted for mktg's drop-in contract on 2026-05-05.

Upstream version: 0.3.0 Upstream commit: 1dcfe2687c3a9092232bac55c2b6b9ae3fc717d7

Drift detection: if the upstream skill changes, re-run mktg-steal https://github.com/higgsfield-ai/skills to evaluate the diff.

Alternatives

Compare before choosing

Computed 1007

event4u-app/agent-config

design-intelligence

Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.

Computed 9438,313

wshobson/agents

brand-landingpage

Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established visual direction. Skip when they have a design mockup, need a dashboard or app UI, are working at component level, building a multi-page app, or restyling with known design tokens —

Computed 9427

MoizIbnYousaf/marketing-cli

image-gen

Generate images using the brand's visual identity and Gemini API. Reads brand/creative-kit.md for visual style, crafts narrative prompts, and produces images via Nano Banana Pro (gemini-3-pro-image-preview). Supports on-brand and freestyle modes. Use when the user needs a blog header, social graphic, product shot, hero image, banner, thumbnail, or any generated image. Also use proactively when building content that would benefit from visuals. Triggers on "generate image", "create image", "make m

Computed 9427

MoizIbnYousaf/marketing-cli

seo-audit

When the user wants to audit, review, or diagnose SEO issues, plan site architecture, or implement schema markup. Use when someone says 'SEO audit', 'technical SEO', 'site architecture', 'schema markup', 'internal linking', 'why isn't my site ranking', 'site health check', 'crawl issues', 'fix my SEO', 'my traffic dropped', 'rankings fell', or 'site not ranking'. Also trigger when someone wants to plan URL structure, design navigation, add structured data, or review any website for search perfor