Civitai Gen
Zero-dependency CLI for Civitai's image/video/TTS/music/transcription orchestration API, with a free cost dry-run before spend.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 1655058
Ran the real CLI locally (no API key available, so no live generation): `node generate.mjs --help` prints a full, accurate flag reference, and every command correctly refuses with 'CIVITAI_API_KEY not set' rather than silently failing; code only talks to civitai.com/orchestration-new.civitai.com endpoints, zero npm dependencies as claimed, and a free `cost --whatif` command exists specifically so users don't get surprise buzz spend.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 5/5
What Civitai Gen does
A self-contained Node.js CLI wrapping Civitai's orchestration Workflow API for text-to-image, 11+ video engines, text-to-speech, music, transcription, bulk batches, and parameter-sweep experiments, all sharing one submit-poll-download lifecycle. Triggers when the user wants to generate images/video/audio via Civitai or estimate buzz cost; explicitly defers model/LoRA browsing to the separate Civitai MCP server.
How to install Civitai Gen
git clone https://github.com/civitai/civitai-gen-skill
mkdir -p ~/.claude/skills
cp -r civitai-gen-skill/civitai-gen ~/.claude/skills/civitai-gen
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Civitai Gen
-
/civitai-genZero-dependency CLI for Civitai's image/video/TTS/music/transcription orchestration API, with a free cost dry-run before spend.
It also activates on plain-language prompts like these:
-
Generate a portrait image on Civitai and estimate the buzz cost first -
What video engines does Civitai support for text-to-video generation? -
Batch generate ten images from this prompt list through Civitai
Frequently asked questions
- Is the Civitai Gen skill free?
- Yes. The skill itself is free from civitai/civitai-gen-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Civitai Gen work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran the real CLI locally (no API key available, so no live generation): `node generate.mjs --help` prints a full, accurate flag reference, and every command correctly refuses with 'CIVITAI_API_KEY not set' rather than silently failing; code only talks to civitai.com/orchestration-new.civitai.com endpoints, zero npm dependencies as claimed, and a free `cost --whatif` command exists specifically so users don't get surprise buzz spend.
- What is the Civitai Gen SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
- How do I install Civitai Gen?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Civitai Gen with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.