higgsfield-ai/skills

higgsfield-marketplace-cards

Generate marketplace product image cards through Higgsfield: compliant main image, secondary product images, and A+ style content modules. Use when the user asks for marketplace listing images, product detail cards, secondary product images, product infographics, lifestyle listing shots, A+ style content, marketplace image sets, or sales-ready product visuals. Backend owns marketplace compliance references and prompt templates; this skill only routes user intent to the CLI. NOT for generic bran…

All-time #288 Trending #209 Hot #6579 First seen May 4, 2026
8-week activity · all time api

Installation

$ npx skills add higgsfield-ai/skills --skill higgsfield-marketplace-cards

Summary

  • Generate marketplace-ready product image cards with compliance and A+ content modules.
  • Supports four preset scopes: main image only, main plus 5 secondary images, main plus 7 A+ modules, or full bundle with all three Accepts custom asset combinations via repeated --asset flags for fine-grained control over image types (infographics, lifestyle shots, detail views, A+ content modules) Routes user intent to a backend enhancer that owns marketplace rules and prompt templates, then generates jobs and returns image URLs Requires Higgsfield CLI installation and authentication; ask user to run higgsfield auth login if authentication fails

Stronger alternatives

Audit results are mixed — compare nearby options before installing.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Security audits

Partner security reviews for this skill.

agent-trust-hub HIGH

Analyzed May 4, 2026

This skill installs and uses the Higgsfield CLI to generate marketplace product images. It includes a setup step that downloads and executes an installation script from the vendor's official GitHub repository and maps user inputs directly to command-line arguments.

snyk CRITICAL

Analyzed May 4, 2026

[CRITICAL] E005: Suspicious download URL detected in skill instructions. [MEDIUM] W012: Unverifiable external dependency detected (runtime URL that controls agent).

socket Score 0.9000 · 0 alerts

Analyzed May 4, 2026

  • license 1
  • maintenance 1
  • quality 0.9
  • supply chain 1
  • vulnerability 1

0 alerts

Also in this package

Other skills from higgsfield-ai/skills.

npx skills add higgsfield-ai/skills

Browse all from higgsfield-ai/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 902
License LICENSE
Default branch main
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.12.0
Allowed toolsBash

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,754 B
  • docs SUMMARY.md 737 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 135,500 installs

SKILL.md

Marketplace Cards

Create marketplace-ready product visuals with higgsfield marketplace-cards create. The CLI first calls the backend enhancer, where marketplace rules and templates are kept private, then creates nanobanana2 jobs and prints result URLs.

Bootstrap

  1. If higgsfield is not on $PATH, install it by running the official installer with Bash: curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh.
  2. If higgsfield account status fails with authentication errors, ask the user to run higgsfield auth login.

UX Rules

  1. Respond in the user's language.
  2. Ask at most one concise confirmation question before running.
  3. Prefer a product image. If the user provides only text or a URL, proceed only when the product details are clear.
  4. Do not write final image-generation prompts yourself. Backend enhancement owns that.
  5. Final answer should contain only the ready image URLs and short labels.

Scope Selection

Use --scope when the user asks for a common bundle:

Scope Creates
main 1 marketplace main image
product-images main image + 5 secondary images
aplus main image + 7 A+ modules
full-set main image + 5 secondary images + 7 A+ modules

Use repeated --asset only for custom subsets:

  • main_image
  • infographic
  • multi_angle
  • detail_shot
  • lifestyle
  • whatsinbox
  • aplusherobanner
  • apluspainpoints
  • aplus_features
  • aplus_ingredients
  • aplus_efficacy
  • aplushowto_use
  • aplus_endorsement

Command

Build and run one higgsfield marketplace-cards create command from the user's request.

For common bundles, use --scope <main|product-images|aplus|full-set>, --prompt "<short product and listing intent>", optional repeated --image <path-or-upload-id>, and optional context flags: --productcontext, --brandcontext, --category, --visual_style.

Examples to mirror when choosing arguments:

  • Product images: higgsfield marketplace-cards create --scope product-images --prompt "sparkling peach lemonade can for marketplace listing" --image ./can.png --category "beverage"
  • Full set: higgsfield marketplace-cards create --scope full-set --prompt "premium skincare serum, clean clinical marketplace visual system" --image ./serum.jpg --brand_context "minimal white and sage palette"
  • Custom subset: repeat --asset, for example --asset main_image --asset infographic --asset lifestyle.
  • Existing completed main image job: use --main-job <completedmainjob_id> with the requested secondary or A+ --asset values.

Delivery

Print URLs with labels:

Marketplace cards ready:
- Main image: https://...
- Infographic: https://...
- Lifestyle: https://...

Avoid JSON, job IDs, internal model names, or enhanced prompt text unless the user explicitly asks.