Detalle del Skill
higgsfield
Includes a website build/edit/deploy capability alongside media tools.
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.
---
name: higgsfield
version: 0.3.0
description: |
AI agent skills for image and video generation via Higgsfield AI. Use this skill when asked to
generate images or videos from a prompt, create branded ad video (UGC, unboxing, TV spot) with
Marketing Studio, produce product photography or marketplace cards, train a reusable face identity
(Soul Character), score a finished video's virality, or build/edit/deploy a full-stack website.
Image/video generation spans 30+ models (Nano Banana 2, Soul V2, Veo 3.1, Kling 3.0, Seedance 2.0,
Flux 2, GPT Image 2, …). Bundles five skills: higgsfield-generate, higgsfield-soul-id,
higgsfield-product-photoshoot, higgsfield-marketplace-cards, and higgsfield-websites
Markdown-based agents.
metadata:
starchild:
emoji: "🎬"
skillKey: higgsfield
requires:
env: [HIGGSFIELD_API_KEY]
user-invocable: false
---
# Higgsfield AI Skills
[](./LICENSE)
[](./VERSION)
[](#skills)
[](https://discord.com/invite/higgsfield)
AI agent skills for image/video generation via [Higgsfield AI](https://higgsfield.ai), including Marketing Studio and Virality Predictor video scoring. Works with Claude Code, Cursor, Codex, and other AI coding agents that load Markdown-based skills.
## Install
Pick one. Each method handles the Higgsfield CLI install and auth as part of skill setup.
### `npx skills` — recommended, cross-agent
```bash
npx skills add higgsfield-ai/skills
```
### Setup script
Universal fallback:
```bash
git clone --depth 1 https://github.com/higgsfield-ai/skills.git
cd skills
./setup
```
More options in [INSTALL.md](./INSTALL.md). Agent-driven install (paste into your agent): [INSTALL_FOR_AGENTS.md](./INSTALL_FOR_AGENTS.md).
## Skills
| Skill | Invoke | Description |
|---|---|---|
| [`higgsfield-generate`](./higgsfield-generate) | `/higgsfield:generate` | Image, video, 3D, and audio generation across 30+ models (Nano Banana 2, Soul V2, Veo 3.1, Kling 3.0, Seedance 2.0, Seed Audio 1.0, Flux 2, GPT Image 2, …), plus Marketing Studio for branded ads with avatars/products/hooks/settings and Virality Predictor scoring for finished videos. |
| [`higgsfield-soul-id`](./higgsfield-soul-id) | `/higgsfield:soul-id` | Train a Soul Character — a reusable, face-faithful identity model. Returns a `reference_id` consumable by Soul-aware generation. |
| [`higgsfield-product-photoshoot`](./higgsfield-product-photoshoot) | `/higgsfield:product-photoshoot` | Brand-quality product imagery with mode-specific prompt enhancement. 10 modes (studio, lifestyle, Pinterest, hero banner, ad packs, virtual try-on, …) backed by `gpt_image_2`. |
| [`higgsfield-marketplace-cards`](./higgsfield-marketplace-cards) | `/higgsfield:marketplace-cards` | Marketplace product cards: compliant main image, secondary product images, and A+ style modules via backend prompt enhancement. |
| [`higgsfield-websites`](./higgsfield-websites) | `/higgsfield:websites` | Build, edit, and deploy full-stack websites — React 19 + TanStack Start, server-rendered as one Cloudflare Worker with D1 / R2 / KV / Durable Objects / Containers. Create → get git repo access → edit locally → push → deploy preview/production, all via `higgsfield website …`. |
The skills chain: train Soul → use the reference id in `generate` (including Marketing Studio jobs). `product-photoshoot` and `marketplace-cards` are self-contained — backend enhances prompts before submitting image jobs. `websites` chains with `generate` to embed bespoke hero images, video loops, and OG assets in the site.
### Modes
**`higgsfield-product-photoshoot`** — 10 modes for brand visuals:
| Mode | What it's for |
|---|---|
| `product_shot` | Product on neutral / studio / catalog backgroundLeer la fuente completa en GitHub (abre una página externa)