civitai-depot

civitai-depot is a skill for Claude Code, Codex from sandraschi/civitai-mcp. It costs 21 tokens per session (129 once invoked), scanned A, original, MIT.

A workflow for finding AI models on Civitai and placing their model files into a ComfyOps model depot. ComfyOps is used here as the local storage and generation setup for ComfyUI models.

In plain words
What is it for?
Use it to search for Civitai checkpoints or LoRA models, check their file details and hashes, approve downloads, and make them available for generation.
Why use it?
It separates model discovery and download approval from model use, and starts in dry-run mode so downloads are not made automatically.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search for Civitai checkpoints or LoRA models, check their file details and hashes, approve downloads, and make them available for generation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sandraschi/civitai-mcp/civitai-depot
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sandraschi/civitai-mcp --skill civitai-depot
Clone the repo
git clone --depth 1 https://github.com/sandraschi/civitai-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for civitai-depot

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandraschi/civitai-mcp/civitai-depot/github.svg)](https://agentmods.dev/skills/sandraschi/civitai-mcp/civitai-depot)
Your own site
<a href="https://agentmods.dev/skills/sandraschi/civitai-mcp/civitai-depot"><img src="https://agentmods.dev/badge/skills/sandraschi/civitai-mcp/civitai-depot/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for civitai-depot

Your own site · 80×15
<a href="https://agentmods.dev/skills/sandraschi/civitai-mcp/civitai-depot"><img src="https://agentmods.dev/badge/skills/sandraschi/civitai-mcp/civitai-depot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 129 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.00129
Opus 5 $0.00010 $0.00064
Sonnet 5 $0.00004 $0.00026
Haiku 4.5 $0.00002 $0.00013

Measured 12d ago against content hash 89b09084f34c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

civitai-depot scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/civitai_mcp/skills/civitai-depot/SKILL.md · 15 lines

What it actually says

Civitai → comfyops depot

  1. civitai_models_tool(operation=search, query=..., types=LORA|Checkpoint)
  2. get / version_get for file sizes and hashes
  3. outbox_enqueue with version_id + model_type
  4. Human approve → outbox_publish (download)
  5. Generate in comfyops-mcp using the depot path

Dry-run by default. Token required for real downloads.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 15 lines · 21 tokens per session scan A 89b09084f34c

Subscribe to this mod's changes

civitai-depot is a skill published in the GitHub repository sandraschi/civitai-mcp (2 stars, last pushed 12d ago), licensed MIT. It adds 21 tokens to every session and 129 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

civitai-mcp-ultimate

Ultimate MCP server for Civitai — search models, browse top images with prompts, download LoRAs/Checkpoints, analyze trends. Use when user asks about AI models, LoRAs, checkpoints, Stable Diffusion, Flux, image generation prompts, or Civitai.

timoncool/civitai-mcp-ultimate · 65 tokens

Prompt craft for ComfyUI generation

Use when writing prompts for ComfyUI image or video models: choosing tags vs literary format, fixing composition and anatomy artifacts, picking samplers per LoRA, and writing short movement prompts for video. Neutral examples only.

howdeploy/deploychan_mcp · 52 tokens

implementing-llms-litgpt

Implements and trains LLMs using Lightning AI's LitGPT with 20+ pretrained architectures (Llama, Gemma, Phi, Qwen, Mistral). Use when need clean model implementations, educational understanding of architectures, or production fine-tuning with LoRA/QLoRA. Single-file implementations, no abstraction layers.

davila7/claude-code-templates · 77 tokens

llama-factory

Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support.

davila7/claude-code-templates · 51 tokens

tinker-fine-tuning

Provides guidance for fine-tuning LLMs using the Tinker cloud training API from Thinking Machines Lab. Use when running supervised fine-tuning, reinforcement learning (GRPO/PPO), or LoRA training on cloud GPUs via Tinker's managed infrastructure instead of local compute.

synthetic-sciences/openscience · 62 tokens

adversarial-ml-evasion

Craft adversarial examples that cause trained ML classifiers to misclassify at inference time — image recognition, malware detectors, IDS, spam filters.

PurpleAILAB/Decepticon · 36 tokens