omk-higgsfieldlisted
Install: claude install-skill dmae97/omk
# Higgsfield CLI
A hosted media-generation CLI: 40+ image, video, 3D, and audio models, plus site and
game deployment.
## Discover, do not memorize
The catalog moves. Every parameter question has a command that answers it against the
live service, and the answer is authoritative in a way this document cannot be:
```bash
higgsfield model list # current model catalog
higgsfield model <name> # parameter schema for one model
higgsfield workflow list # available workflows
higgsfield workflow get <name> # workflow parameters; --json to parse
higgsfield voices # voices for text2speech and voice-change
higgsfield preset # server-managed styles and actions
```
`Unknown model "<name>"` means the catalog changed. Run `model list` rather than
guessing a near-miss name. Every subcommand takes `--help`.
## Setup
```bash
curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
# or: brew install higgsfield-ai/tap/higgsfield
# or: npm install -g @higgsfield/cli
higgsfield auth login
```
Sessions are short-lived. `Session expired` or `Not authenticated` mid-task means
re-run `auth login`, not that the command was wrong.
## Generate
```bash
higgsfield generate create <model> --prompt "..." --wait
```
`--wait` blocks until the job finishes and prints the result URL. Without it you get a
job id and poll with `generate get`. Use `generate cost` before a large batch: jobs
consume credits,