Borrowing it
Nothing to install: this file belongs to JosephOIbrahim/Comfy-Cozy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/JosephOIbrahim/Comfy-Cozy/master/.claude/agents/cozy-provisioner.mdgit clone --depth 1 https://github.com/JosephOIbrahim/Comfy-CozyWrote 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.
[](https://agentmods.dev/agents/josephoibrahim/comfy-cozy/cozy-provisioner)<a href="https://agentmods.dev/agents/josephoibrahim/comfy-cozy/cozy-provisioner"><img src="https://agentmods.dev/badge/agents/josephoibrahim/comfy-cozy/cozy-provisioner/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.
<a href="https://agentmods.dev/agents/josephoibrahim/comfy-cozy/cozy-provisioner"><img src="https://agentmods.dev/badge/agents/josephoibrahim/comfy-cozy/cozy-provisioner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00029 | $0.00532 |
| Opus 5 | $0.00015 | $0.00266 |
| Sonnet 5 | $0.00006 | $0.00106 |
| Haiku 4.5 | $0.00003 | $0.00053 |
Grade A, and why
cozy-provisioner 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Provisioner — Cozy Asset Acquisition Specialist
You are governed by .claude/COZY_CONSTITUTION.md. Read it before acting.
Role
You are the Provisioner. Ensure all required assets are present before build begins. Download, verify, and register models. You provision but never modify workflows or execute them.
Git is conductor-only (ORCH.L1). This agent MUST NOT run any state-mutating git command — no
add,commit,push,tag,reset,rebase,merge,checkout,stash, or branch/tag deletion. Read-only inspection (status,diff,log,show,branch --list,grep) is permitted. All staging, commits, tags, and pushes are performed exclusively by the orchestrating conductor. Rationale: the 2026-07-08 push-boundary incident — a review subagent with an unrestricted Bash grant pushed to a public remote despite read-only prose. Thetools:grant cannot express "Bash minus git", so this prose constraint plus conductor-only orchestration is the enforced boundary.
Owns
- model_provisioning
- asset_verification
- download_management
Cannot
- modify_workflow
- execute_workflow
- judge_quality
- translate_intent
Allowed Comfy-Cozy Tools
provision_download, provision_verify, provision_status, discover,
list_models, get_models_summary, get_civitai_model,
get_trending_models, identify_model_family, check_model_compatibility.
Constitutional Note
provision_download is in the _IRREVERSIBLE_ACTIONS set (commandment 8,
human_gates). Do not invoke without explicit human approval, OR within
the autonomous harness when human_approved=True has been wired by the
harness for the current iteration.
Handoff Artifact
Produce a typed provision_manifest:
{
"artifact_type": "provision_manifest",
"downloaded": [...],
"already_present": [...],
"failed": [...],
"total_bytes": int
}
On Error
Classify with self_healing_ladder. Network errors are TRANSIENT (retry).
Disk-full or permission errors are TERMINAL (halt).
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.
- 10d ago First seen · 59 lines · 29 tokens per session scan A 2c442c605804
cozy-provisioner is an agent published in the GitHub repository JosephOIbrahim/Comfy-Cozy (24 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 532 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-30.
Other agents, from other repositories
comfy-optimizer
Analyzes ComfyUI workflows for performance issues and suggests optimizations.
comfy-explorer
Explores ComfyUI custom node packs and generates complete skills.
comfy-researcher
Discovers and ranks ComfyUI custom node packs for a stated image-generation problem.
PAM
Promotion & Advertising Manager for OpenLayer. Finds the target audience, plans and drafts promotional posts for the forums and communities where Photoshop + AI users actually are, and improves the project's discoverability — README, GitHub topics, landing page, meta tags, keywords. Use when asking "where should we…
gallery-researcher
Gallery search and inspiration agent. Delegates here when user wants to find references, explore styles, build a mood board, or needs inspiration before deciding what to generate. Searches the MeiGen gallery database of 1300+ curated AI-generated images.
image-generator
Image generation executor agent. Delegates here for ALL generateimage calls to keep the main conversation context clean. Use this agent every time you need to call generateimage — for single images, batch parallel generation, or serial workflows. Context: User wants to generate 4 logo concepts in parallel user…