| name | higgsfield-generate |
| version | 0.3.0 |
| description | Use when the user wants to generate an image or video via Higgsfield AI. Covers
30+ models: Soul V2, Seedance 2.0, Kling 3.0, Veo 3.1, GPT Image 2, Nano Banana 2.
Also covers Marketing Studio — branded ad video/image with avatars and products.
Use whenever: "generate an image", "make a video", "animate this photo",
"image-to-video", "img2vid", "edit this image with AI", "produce a clip",
"create an ad", "make a UGC video", "marketing video", "brand video",
"TV spot", "import product from URL", "create avatar for ad",
"Seedance", "Kling", "Veo", "Soul gen", "Nano Banana", "Marketing Studio".
Chain with higgsfield-soul-id when user wants a reusable face identity.
Owns AI-generated "marketing video" / "brand video" / ad creative.
NOT for: training a Soul Character (use higgsfield-soul-id), product photoshoots
with mode-specific enhancer (use higgsfield-product-photoshoot), text/TTS,
screen-recorded product demos (use marketing-demo), slides-to-MP4 assembly
(use video-content), Remotion code (use remotion-best-practices).
Requires Higgsfield CLI installed and authed.
|
| argument-hint | [prompt] [--model <name>] [--image <path-or-id>] |
| allowed-tools | ["Bash","Read","Write","Edit","Skill"] |
| reads | ["brand/voice-profile.md","brand/creative-kit.md"] |
| writes | [] |
| author | Higgsfield AI (ported by moiz) |
| license | MIT |
| user-invocable | true |
| metadata | {"openclaw":{"emoji":"🎬"}} |
/higgsfield-generate — AI Image & Video Generation via Higgsfield
Submit jobs to any Higgsfield model. Wraps the higgsfield CLI. Covers generic image/video gen and Marketing Studio (branded ads, avatars, products).
When to use
- User wants an image or video generated by AI — any model, any style
- "animate this photo", "make a video from an image", "img2vid"
- "create a UGC ad", "Marketing Studio video", "brand video with avatar"
- "import this product URL and make an ad"
- "generate a cinematic still", "make a character illustration"
- Anything involving Seedance, Kling, Veo, Soul, Nano Banana, Flux, GPT Image
Route elsewhere if:
- User wants to train a reusable face identity →
higgsfield-soul-id
- User wants a mode-enhanced product photoshoot →
higgsfield-product-photoshoot
- User just needs a one-off image without Higgsfield →
image-gen (Gemini, free tier)
On Activation
- Read
brand/voice-profile.md and brand/creative-kit.md if present (creative-kit.md is written by /visual-style). Use brand context to inform model choice and prompt style where relevant. All files are optional — zero-context operation is fine.
- Check CLI:
higgsfield account status. If not on $PATH, surface install command (see Optional dependency section). If session expired, prompt auth.
- Pick a model from the workflow below. Ask one question at a time if context is missing.
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). Video generation, Marketing Studio, Soul Characters, and product modes have no fallback — they require Higgsfield.