GenFire CLI · v0.3.4
Generate images, videos, music, sound effects, and lipsync. Run multi-step workflow pipelines. Reference your trained influencers with @<handle>— the CLI auto-switches to the model's edit variant and threads identity through reference photos.
Install (one line)
npm install -g @genfire/cliOr pick another path below. Already installed? Run genfire auth login to get started.
Homebrew (macOS / Linux)
brew install genfireai/tap/genfirenpm (Node 20+)
npm install -g @genfire/cliInstall script (auto-installs Node)
curl -fsSL https://raw.githubusercontent.com/genfireai/cli/main/install.sh | shSource on GitHub. Pin a version with @0.3.4.
genfire auth login # browser PKCE auth
genfire # interactive shell
genfire generate image "@<your-handle> at sunset" -o sunset.png
genfire workflow run storyboard --inputs vars.json -o ./outputgenfire auth loginBrowser-based PKCE auth — opens genfire.ai/cli-auth, click Approve
genfire mcp setupAuto-configure the GenFire MCP server using your stored credentials — no key pasting
genfireInteractive shell with splash, slash commands, and live job tracker
genfire generate image "@sarah at sunset" -o sarah.pngGenerate with influencer @-mention (auto-switches to edit mode)
genfire generate video "..." -m video.veo_3_1 -d 8 -o out.mp4Generate video — async polling with --wait by default
genfire workflow run storyboard --inputs vars.json -o ./outputRun a published workflow with typed inputs
genfire cost video "..." -m video.veo_3_1 -d 8Preview cost before submitting an expensive run
genfire influencers listShow your trained influencer characters
genfire models list -c image_generationBrowse the model catalog filtered by capability
Skills teach Claude Code (and Cursor / OpenCode) how to invoke the GenFire CLI without paying the per-call MCP schema cost. Run both commands inside Claude Code, then ask in plain English.
Step 1 · Add the marketplace
/plugin marketplace add genfireai/skillsStep 2 · Install the skills (all five bundled)
/plugin install genfire@genfireIncludes genfire-generate, genfire-workflow, genfire-runs, and genfire-account.