higgsfield-medialisted
Generate professional images and videos using the Higgsfield MCP server. Supports 30 plus models including Soul V2, Nano Banana Pro, GPT Image 2, Flux 2 Pro, Seedream 4.5, Seedream 5.0 Lite, Kling 3.0, Seedance 2.0, Veo 3.1, and Sora 2. Use this skill whenever the user wants to generate an image, generate a video, create an ad creative, make a product photo, make a UGC video, build a social pack, create a LinkedIn cover, design a hero image, build a newsletter header, design a blog hero, produce architecture-diagram backdrops, or generate any visual asset where Higgsfield is appropriate. Triggers also fire on phrases like use Higgsfield, with Kling, with Veo, with Sora, with Seedance, Nano Banana, Soul V2, Soul Character, Flux 2, GPT Image, Marketing Studio, ad pack, social pack, 5-second clip, 15-second video, cinematic ad, product hero shot, lifestyle photo, reel, TikTok video, YouTube short, AI image, AI video, Instagram reel. Use even if the user does not name Higgsfield. Requires an active Higgsfield sub
nuwansamaranayake/AiGNITEClaudeAssets · ★ 0 · AI & Automation · score 73
Install: claude install-skill nuwansamaranayake/AiGNITEClaudeAssets
# higgsfield-media
## Purpose
Turn a creative brief into a finished image or video asset (or a coordinated set of assets) using the right Higgsfield model for the job, at the right credit cost, with the output saved to disk and a manifest written for downstream skills to consume.
## Preflight check
Run before every brief.
1. Verify Higgsfield MCP is connected. Run `scripts/check-mcp.ps1`. If the script exits non-zero, print the one-line install command and stop:
```
claude mcp add --transport http --scope user higgsfield https://mcp.higgsfield.ai/mcp
```
2. Verify credit balance. Run `scripts/check-balance.ps1`. Block if balance is below 50 credits and the planned batch will overrun.
## Behavior: seven phases
The skill runs in seven phases. Skip a phase only when the user says so.
### Phase 1: Preflight
MCP connected. Balance fetched. Credit ledger read for the current month.
### Phase 2: Brief intake
Read the user's request. Extract:
- Asset type (image, video, multi-asset pack)
- Quantity (single, batch of N, full pack)
- Aspect ratio (1:1, 16:9, 9:16, 4:5)
- Output usage (LinkedIn, Instagram, blog hero, ad, internal slide)
- Subject (product, person, scene, abstract)
- Style cues (cinematic, flat lay, lifestyle, editorial, illustration)
- Text requirement (any copy that must render legibly)
- Character consistency requirement
- Budget cap if specified
Ask at most three pointed questions for missing fields. Default to sensible choices when in doubt.
### Phas