higgsfield-marketing-studio

Generates 4-15 second ad videos via Higgsfield Marketing Studio presets, hooks, settings, and avatars.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/executiveusa/buffer-blaster- --skill higgsfield-marketing-studio-executiveusa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: higgsfield-marketing-studio
Source: https://github.com/executiveusa/buffer-blaster-/tree/main/skills/higgsfield/skills/higgsfield-marketing-studio
Command: npx skills add https://github.com/executiveusa/buffer-blaster- --skill higgsfield-marketing-studio-executiveusa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Producing short-form ad video requires knowing Higgsfield Marketing Studio's non-obvious API rules: preset routing through show_marketing_studio rather than generate_video, closed hook and setting picklists passed by UUID, a strict one-avatar limit, and a 4-15 second duration cap. This Skill encodes those rules so agents generate valid ad videos without trial-and-error rejections. ## Core Features & Use Cases - Preset routing for 9 ad formats: UGC, Tutorial, Unboxing, Hyper Motion, Product Review, TV Spot, Wild Card, UGC Virtual Try On, and Pro Virtual Try On, with per-preset camera language and register guidance. - Correct MCP call construction: avatars and medias as top-level sibling arrays (not nested in params), hook_id and setting_id from live picklist enumeration, and product registration via URL fetch or media upload. - Cross-surface campaign workflow: a companion reference documents chaining GPT Image 2.0, Soul Cinema, and Nano Banana Pro image outputs into Marketing Studio video, plus the ms_image (DTC Ads) alternative. - Use Case: A marketer asks for a 9:16 UGC-style ad for a new lip balm. The Skill registers the product from its URL, selects the UGC preset with a Bedroom setting UUID, attaches one preset avatar, and calls generate_video with an 8-second duration at 720p. ## Quick Start Ask the agent to create a UGC-style Marketing Studio ad video for your product URL, specifying the preset, aspect ratio, and duration you want.

Frequently Asked Questions about higgsfield-marketing-studio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a UGC ad video with Higgsfield Marketing Studio?

Register the product via show_marketing_studio with action fetch or create and mode set to ugc, then call generate_video with model marketing_studio_video, one avatar in the top-level avatars array, and the product in medias. Optionally pass hook_id and setting_id UUIDs from the live picklist.

What presets does Higgsfield Marketing Studio support?

Nine presets: UGC, Tutorial, Unboxing, Hyper Motion, Product Review, TV Spot, Wild Card, UGC Virtual Try On, and Pro Virtual Try On. Preset routing happens through show_marketing_studio's mode parameter, not through generate_video, which has no mode parameter.

Can Marketing Studio use two avatars in one video?

No, the avatars array accepts exactly one entry and the API rejects two simultaneous avatars. For two-person scenes, pass the primary person in avatars and the secondary person as a reference image in the medias array.

What is the maximum video length in Marketing Studio?

Clips are capped at 4-15 seconds, and out-of-range duration values get clamped. For longer narratives, generate a multi-clip sequence of separate generations and edit them together externally.

Why does my generate_video call fail with avatars nested in params?

avatars and medias are top-level sibling parameters of generate_video, not nested inside params. Nesting them under params causes the call shape to be rejected; move both arrays to the top level of the request.

When should I use Wan 2.7 or Veo 3.1 instead of Marketing Studio?

Use escape-hatch models when you need lip-synced dialogue, clips longer than 15 seconds, or multi-character consistent identity across cuts. Marketing Studio cannot do non-human lip-sync, multi-setting single outputs, or multi-avatar scenes.