higgsfield-ecommerce-ad

higgsfield-ecommerce-ad is a skill for Claude Code from pixelab-ch/higgsfield-skills. It costs 112 tokens per session (1,779 once invoked), scanned A, original, MIT.

A skill for preparing e-commerce and direct-to-consumer product advertisements in Higgsfield, an AI video and image-generation service. It supports product videos and product still images.

In plain words
What is it for?
Use it for product ads, product showcases, unboxing videos, and other online-store promotions. It can also route requests for still product images to Higgsfield's image-generation tool.
Why use it?
It converts a product-ad idea into model, format, and generation settings suited to online advertising. This reduces the work of choosing settings and creating separate product stills.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it for product ads, product showcases, unboxing videos, and other online-store promotions. It can also route requests for still product images to Higgsfield's image-generation tool.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pixelab-ch/higgsfield-skills/07-ecommerce-ad
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 pixelab-ch/higgsfield-skills --skill 07-ecommerce-ad
Clone the repo
git clone --depth 1 https://github.com/pixelab-ch/higgsfield-skills

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-ecommerce-ad

README.md
[![agentmods](https://agentmods.dev/badge/skills/pixelab-ch/higgsfield-skills/07-ecommerce-ad/github.svg)](https://agentmods.dev/skills/pixelab-ch/higgsfield-skills/07-ecommerce-ad)
Your own site
<a href="https://agentmods.dev/skills/pixelab-ch/higgsfield-skills/07-ecommerce-ad"><img src="https://agentmods.dev/badge/skills/pixelab-ch/higgsfield-skills/07-ecommerce-ad/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-ecommerce-ad

Your own site · 80×15
<a href="https://agentmods.dev/skills/pixelab-ch/higgsfield-skills/07-ecommerce-ad"><img src="https://agentmods.dev/badge/skills/pixelab-ch/higgsfield-skills/07-ecommerce-ad.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,779 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00112 $0.01779
Opus 5 $0.00056 $0.00890
Sonnet 5 $0.00022 $0.00356
Haiku 4.5 $0.00011 $0.00178

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

Security

Grade A, and why

higgsfield-ecommerce-ad scanned grade A with 0 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/07-ecommerce-ad/SKILL.md · 143 lines

How it starts

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

Higgsfield E-Commerce Ad Skill

What this skill does

Crafts production-ready e-commerce and DTC advertisement prompts and routes them to the best Higgsfield model for high-converting output. On request, it assembles the full parameter set, surfaces the credit cost, and — after explicit user confirmation — generates the asset via the opt-in generation flow. Text-to-video is the default path; image-to-video is conditional on the user supplying a reference image. Product stills route to ms_image via higgsfield:generate_image.


Model routing

Primary and fallback video models

marketing_studio_video (primary) seedance_2_0 (fallback)
Rationale Dedicated marketing/ad pipeline; optimised for conversion formats Genre/mode control + video/audio reference roles
Resolution 480p, 720p, 1080p 480p, 720p, 1080p (default 720p)
Aspect ratios auto, 21:9, 16:9, 4:3, 1:1, 3:4, 9:16 auto, 21:9, 16:9, 4:3, 1:1, 3:4, 9:16
Duration 4–15 s (continuous range) 4–15 s (continuous range)
Extra params generate_audio bool; optional folder_id, width, height, hook_id, setting_id, ad_reference_id mode {std, fast}; genre {auto, action, horror, comedy, noir, drama, epic}
Media roles avatars, image, start_image, end_image image, start_image, end_image, video, audio

Routing rule: Use marketing_studio_video by default — it is the dedicated ad pipeline and supports audio generation via generate_audio. Fall back to seedance_2_0 only when (1) the primary model is unavailable, or (2) the user needs genre-tagged output or a video/audio reference role not available on the primary. If falling back, inform the user of the switch. Never switch silently.

MODEL-06 directive: If a parameter is rejected at generation time, call higgsfield:models_explore with the target model name to re-verify the live schema. Full parameter tables: references/model-specs.md.

Read the full file on GitHub · 143 lines

Files

What ships with it

4 files 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. 11d ago First seen · 143 lines · 112 tokens per session scan A e686de84ecee

Subscribe to this mod's changes

higgsfield-ecommerce-ad is a skill published in the GitHub repository pixelab-ch/higgsfield-skills (6 stars, last pushed 3mo ago), licensed MIT. It adds 112 tokens to every session and 1,779 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.