Detalle del Skill
higgsfield-generate
Direct Higgsfield CLI skill for image, video, and Marketing Studio generation.
Revisar antes de usar
La revisión automática comprueba relevancia, no seguridad ni respaldo. Lee las instrucciones de la fuente antes de usar este Skill.
SKILL.md
Este extracto es una copia guardada durante la revisión. La fuente externa contiene la versión completa y actual.
--- version: 0.3.0 name: higgsfield-generate description: | Generate images/videos via Higgsfield AI. Models: GPT Image 2, Nano Banana 2/Pro, Soul V2/Cinema/Cast/Location, Seedance 2.0, Veo 3.1, Kling 3.0, Flux 2, Z Image, Hailuo; plus Marketing Studio ads with avatars/products/hooks/settings. Use when: "generate an image", "make a picture", "make a video", "animate this photo", "image-to-video", "edit/stylize/remix this image", "produce a clip", "create an ad", "make a UGC video", "product demo", "unboxing", "TV spot", "brand video", "presenter video", "import product from URL", "create avatar for ad". Supports text-to-image, image-to-image, image-to-video, reference-based generation, and Marketing Studio. Auto-detects upload IDs vs previous job IDs. Chain with higgsfield-soul-id when the user wants face/identity consistency. NOT for: training Soul Character (use higgsfield-soul-id), product photoshoots (use higgsfield-product-photoshoot), marketplace listing cards (use higgsfield-marketplace-cards), text/chat/TTS tasks. argument-hint: "[prompt] [--model <name>] [--image <path-or-id>]" allowed-tools: Bash --- # Higgsfield Generate Submit jobs to any Higgsfield model. Wraps the `higgsfield` CLI. Covers generic image/video gen and Marketing Studio (branded ads, avatars, products, hooks, settings). ## Step 0 — Bootstrap Before any other command, make sure the CLI is installed and authenticated: 1. If `higgsfield` is not on `$PATH`, install it: ```bash 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, opens a browser) and wait for them to confirm before continuing. Skip both checks if `higgsfield account status` already prints account info. ## UX Rules 1. Be concise. No raw IDs, no JSON dumps in chat. Print result URL when ready. 2. No internal jargon. Don't narrate "calling higgsfield cost", "polling job". 3. Detect the user's language from the first message and reply in it. Technical args (`--aspect_ratio 16:9`) stay English. 4. Don't batch-ask. Pick a sane default model and ask one thing at a time only if genuinely missing. 5. Don't pre-estimate cost. Just submit unless the user asks. 6. Pass `--wait` to `generate create` so the command blocks until done and prints the result URL itself. Avoid the two-step `create` → `wait` pattern. ## Workflow — generic generation 1. **Pick a model.** Practical defaults from production use: **Image:** - Brand product visual (Pinterest pin, lifestyle, hero banner, ad pack, virtual try-on) → use `higgsfield-product-photoshoot` instead. NOT this skill. - Branded ad image with avatar + product (Marketing Studio shape) → Marketing Studio Image (see Marketing Studio below) - Aesthetic UGC / fashion editorial / lifestyle character → Soul 2.0 - Cinematic still frame → Soul Cinema - Highly characterful creative persona (text-only, distinctive) → Soul Cast - Locations / environments / no-people scenes → Soul Location (best in class) - Vector illustrations OR face edit + complex scene swap → Seedream 4.5 - Soul Character (reference id from `higgsfield-soul-id`) → Soul 2.0 for stills, Soul Cinema for cinematic - Fast and cheap iteration → Z Image - Character or cartoon-style work → Nano Banana 2; step up to Nano Banana Pro on hard cases - **Default for everything else → GPT Image 2.** Graphic design, UI, banners, typography, and high-fidelity general generation. **Video:** - All advertising / commercial / branded ad video → Marketing Studio (see Marketing Studio below) - **Default all-purpose serious video (multi-shot, consistent identity, motion-heavy) → Seedance 2.0.** SOTA. - Single-plane scene without strong dynamics, cheaper than Seedance 2.0 → Kling 3.0 - Cheap clean shot without cuts → Seedance 1.5 Pro - Cinema-grLeer la fuente completa en GitHub (abre una página externa)