Detalle del Skill

higgsfield-generate

Direct Higgsfield generation workflow, though adapted for marketing use cases.

CoincidenciaDirectaRevisado para higgsfield
Fuenteproject-fitness-co/pfc-club-marketingFuente externa
Instalaciones reportadas3Solo señal de popularidad

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.

Vista previa guardada

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 and videos via Higgsfield AI through 30+ models including
  Nano Banana 2, Soul V2, Veo 3.1, Kling 3.0, Seedance 2.0, Flux 2, GPT Image 2,
  plus Marketing Studio for branded ad video/image with curated avatars and
  imported products.
  Use when: "generate an image", "make a picture", "create artwork",
  "make a video", "animate this photo", "image-to-video", "img2vid",
  "edit this image with AI", "stylize a photo", "remix this image",
  "produce a clip", "render a scene", "create an ad", "make a UGC video",
  "generate marketing video", "make a product demo", "create unboxing",
  "TV spot", "virtual try-on", "product showcase", "brand video",
  "presenter video for product", "import product from URL",
  "create avatar for ad".
  Supports text-to-image, image-to-image, image-to-video, reference-based
  generation, and Marketing Studio (avatars + products + ad modes).
  Auto-detects whether passed IDs are uploads or previous jobs.
  Chain with higgsfield-soul-id when the user wants their face in the output.
  NOT for: training Soul Character (use higgsfield-soul-id), professional product
  photoshoots with mode-specific prompt enhancement (use
  higgsfield-product-photoshoot), text-only / 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).

## 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-sh
Leer la fuente completa en GitHub (abre una página externa)
Contexto

Trabajo relacionado