Add Higgsfield skills#404
Conversation
|
Hi! Thanks for taking a look. This PR adds four Higgsfield skills under
I’ve validated the skills with Happy to adjust scope, move anything to experimental, or split this PR if that makes review easier. |
|
@codex review |
|
Note To use Codex here, create a Codex account and connect to github. |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 329b04171a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| | `nano_banana_2` | Google | Character, cartoon, stylized, and reference-driven image work. | | ||
| | `soul_2` | Higgsfield | Aesthetic UGC, fashion editorial, lifestyle character generation; accepts Soul Character IDs. | | ||
| | `soul_cinematic` | Higgsfield | Cinematic stills with Soul identity support. | | ||
| | `soul_cast` | Higgsfield | Distinctive text-only personas. | |
There was a problem hiding this comment.
Move
soul_cast to the video model list
This catalog classifies soul_cast as an image model, but the official Higgsfield CLI model catalog lists soul_cast under video models (not image). In this skill, model tables are used to pick tool paths, so this misclassification can cause the agent to route soul_cast requests through generate_image instead of generate_video, leading to invalid calls or retries for users asking for Soul Cast outputs.
Useful? React with 👍 / 👎.
Summary
Adds four curated Higgsfield skills:
higgsfield-generate: MCP-based image/video generation, Marketing Studio, references, model selection, and media workflows.higgsfield-soul-id: MCP-based Soul Character training and reuse.higgsfield-product-photoshoot: CLI-based branded product photo generation through Higgsfield backend prompt enhancement.higgsfield-marketplace-cards: CLI-based marketplace-ready product card generation.Notes
higgsfield-generateandhiggsfield-soul-iduse the Higgsfield MCP server athttps://mcp.higgsfield.ai/mcp.higgsfield-product-photoshootandhiggsfield-marketplace-cardsintentionally use the Higgsfield CLI because those backend enhancer workflows are currently exposed through CLI commands.