← ClaudeAtlas

omk-higgsfieldlisted

Drive the Higgsfield CLI to generate images, video, 3D, audio, voices, and dubbing, train Soul ID characters, run marketing-studio and product-photoshoot workflows, and scaffold or deploy full-stack websites and browser games. Use when a task needs generated media or a Higgsfield-hosted site, when asked to run `higgsfield` commands, or when a workflow needs model, workflow, voice, or preset discovery. Requires the `higgsfield` binary and an authenticated session; credits are consumed per job.
dmae97/omk · ★ 142 · AI & Automation · score 77
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,