๐Ÿงฉ
AI EngineeringTypeScript

Civitai

by artokun

Civitai is an AI Engineering skill for Claude Code, published by artokun in comfyui-mcp.

659 stars103 forkson artokun/comfyui-mcpAdded 2026/08/24+9% in starsRepository updated 2026/08/24
agent-skillsai-agentclaude-codeclaude-plugincomfyuicomfyui-extensioncomfyui-mcpcomfyui-mcp-serverfluximage-generationlocal-firstmcpmcp-servermodel-context-protocolofflineollamaself-hostedstable-diffusionvideo-generationwan
Install in seconds
Install Civitai
Copy Civitai into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/artokun/comfyui-mcp/tree/main/plugin/skills/civitai ~/.claude/skills/civitai

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/artokun/comfyui-mcp.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
plugin/skills/civitai/SKILL.md in artokun/comfyui-mcp
Installs to
~/.claude/skills/civitai
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering โ€” 2451 skills

What Civitai does

Civitai discovers Civitai models with comfyui-mcp search, downloads them into ComfyUI, and uses trigger words for generation. It is used to find checkpoints, LoRAs, or embeddings and install the right version locally.

Civitai is cataloged under AI Engineering on DirSkills. Civitai comes from a repository tagged agent-skills, ai-agent, claude-code, claude-plugin and comfyui.

Documentation

README

Civitai + comfyui-mcp

comfyui-mcp has native Civitai search built in โ€” download_model action:"search_civitai" โ€” plus the local half of the loop: download, wire, queue, tag. The full flow (find โ†’ install โ†’ generate) needs no other server, no API key, and works on EVERY backend, including small local models behind the compact router.

The built-in flow (default path)

download_model({ action: "search_civitai", query, types: ["LORA"], base_models: ["Flux.1 D"] })
        โ”‚                    each hit: model_id ยท model_version_id ยท trigger words
        โ–ผ
download_model({ action: "download_civitai", model_version_id, target_subfolder: "loras" })
        โ”‚
        โ–ผ
list_local_models({ action: "list" })  โ†’  panel_add_node loader / generate_image   # use it

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Civitai

  • What else does artokun publish alongside Civitai?

    Civitai is one of 25 skills that DirSkills catalogs from artokun/comfyui-mcp, the repository it ships in. Its siblings there include AI-Toolkit LoRA Trainer, Anima Base and Citron Anima LoRA Trainer. Each one is a separate skill with its own page in this directory, installs the same way Civitai does, and is maintained by artokun in that same repository. The rest of the collection is listed on the artokun/comfyui-mcp page.

  • How does Civitai compare to other AI Engineering skills?

    Civitai ranks #1834 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Civitai against them. Open each page to compare what they document and how they install.

More from artokun/comfyui-mcp

Civitai is one of 25 skills cataloged on DirSkills from artokun/comfyui-mcp.

See all 25 skills โ†’
๐Ÿง 
1w ago

AI-Toolkit LoRA Trainer

AI-Toolkit LoRA Trainer trains custom LoRAs with ostris AI-Toolkit for WAN 2.2/2.1 and Z-Image. Use it to prepare datasets, tune training settings, and generate a LoRA for use in ComfyUI.
AI Engineering
659103
๐ŸŽจ
1w ago

Anima Base

Anima Base generates anime and illustration images with the ANIMA 1.0 model in ComfyUI. Use it for Danbooru tags or natural-language prompts, low-VRAM generation, and anime inpainting with Anima-LLLite ControlNet.
Frontend
659103
๐Ÿ‹
1w ago

Citron Anima LoRA Trainer

Citron Anima LoRA Trainer is a local Gradio UI for training LoRA adapters on the Anima base model with kohya sd-scripts. Use it to prepare datasets, tune training settings, and export a LoRA for the anima-base workflow.
AI Engineering
659103
๐ŸŽจ
1w ago

Color Correction

Color Correction measures image or video frames with analyze_color so you can diagnose washout, clipping, saturation, and color cast from stats instead of guessing. Use it when a render looks flat or off, and re-measure after contrast, levels, or match fixes.
Quality
659103
๐Ÿงฉ
1w ago

ComfyUI Core

ComfyUI Core explains ComfyUI workflow JSON, node types, and common pipeline patterns. Use it to understand, edit, validate, and save workflows with MCP tools.
AI Engineering
659103
๐Ÿงฉ
1w ago

ComfyUI Frontend Extensions

ComfyUI Frontend Extensions helps you author ComfyUI v2 web UI extensions with @comfyorg/extension-api, including nodes, widgets, sidebar panels, commands, and hotkeys. Use it when writing or migrating frontend extension code for ComfyUI.
Frontend
659103