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.
npx agentmods add skills/ssube/conclave/comfyui-infonpx skills add ssube/conclave --skill comfyui-infogit clone --depth 1 https://github.com/ssube/conclaveWrote 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/skills/ssube/conclave/comfyui-info)<a href="https://agentmods.dev/skills/ssube/conclave/comfyui-info"><img src="https://agentmods.dev/badge/skills/ssube/conclave/comfyui-info.svg" alt="Measured on agentmods" 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.00058 | $0.00747 |
| Opus 5 | $0.00029 | $0.00374 |
| Sonnet 5 | $0.00012 | $0.00149 |
| Haiku 4.5 | $0.00006 | $0.00075 |
Grade A, and why
comfyui-info scanned grade A with 1 finding 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 5d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
`curl http://localhost:8188/system_stats` How it starts
The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ComfyUI Info Skill
Query the ComfyUI server to discover available resources — models, LoRAs, ControlNet, upscale models, workflows, and system status.
Actions
List models (checkpoints)
python3 {baseDir}/comfyui_info.py checkpoints [--filter <pattern>] [--base <arch>]
Architecture filters: flux, sdxl, pony, illustrious, sd1, sd2, sd3
List LoRAs
python3 {baseDir}/comfyui_info.py loras [--filter <pattern>] [--base <arch>]
List VAEs
python3 {baseDir}/comfyui_info.py vaes [--filter <pattern>]
List ControlNet models
python3 {baseDir}/comfyui_info.py controlnet [--filter <pattern>]
# Alias: cn
List upscale models
python3 {baseDir}/comfyui_info.py upscale [--filter <pattern>]
# Alias: up
List saved workflows
python3 {baseDir}/comfyui_info.py workflows [--filter <pattern>]
List samplers and schedulers
python3 {baseDir}/comfyui_info.py samplers
System status
python3 {baseDir}/comfyui_info.py status
Shows GPU, VRAM, queue depth, and OS info.
Search across all resources
python3 {baseDir}/comfyui_info.py search <query>
Searches checkpoints, LoRAs, VAEs, ControlNet, upscale models, and workflows for matching names.
Environment
COMFYUI_HOST— ComfyUI server hostname (from.env)- Uses HTTPS automatically when hostname contains a dot
Examples
# Find LoRAs matching a name
python3 {baseDir}/comfyui_info.py loras --filter my-lora
# List all Flux checkpoints
python3 {baseDir}/comfyui_info.py checkpoints --base flux
# Check VRAM usage and queue
python3 {baseDir}/comfyui_info.py status
# Search for anything related to "depth"
python3 {baseDir}/comfyui_info.py search depth
# List all ControlNet models
python3 {baseDir}/comfyui_info.py cn
# Find Flux-compatible ControlNet models
python3 {baseDir}/comfyui_info.py cn --filter flux
# List Illustrious LoRAs
python3 {baseDir}/comfyui_info.py loras --base illustrious
# Find upscale models
python3 {baseDir}/comfyui_info.py up --filter my-model
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago First seen · 116 lines · 58 tokens per session scan A 93e52f62c851
comfyui-info is a skill published in the GitHub repository ssube/conclave (2 stars, last pushed 6mo ago), licensed MIT. It adds 58 tokens to every session and 747 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
mine
Mine a project or conversation into your MemPalace — extract and store memories for later retrieval.
mempalace-recall
Recall protocol for MemPalace — search the palace before answering about past work, people, projects, or prior decisions. Apply when the user asks what was decided, what happened before, who someone is, what was discussed last time, or anything that may already be filed in their memory palace; or when mempalace-recall…
triage
Triage GitHub issues by applying type, effort, priority, and area labels. Runs in an isolated context to avoid polluting the main conversation with issue details. Delegates to a specialized triage agent with label validation hooks.
mastering-python-skill
Modern Python coaching covering language foundations through advanced production patterns. Use when asked to "write Python code", "explain Python concepts", "set up a Python project", "configure Poetry or PDM", "write pytest tests", "create a FastAPI endpoint", "run uvicorn server", "configure alembic migrations"…
st-full-workflow
Use when the user asks to run the complete end-to-end Strikethroo workflow for a work order in one shot in this repository — triggers include full workflow, end-to-end, plan and execute, do everything, run the whole strikethroo workflow. Do not use when the user wants only one stage (create a plan, generate tasks, or…
kami
Generate PDFs, resumes, CVs, letters, slide decks, portfolios, one-pagers, white papers, and professional documents. Use when user asks to create a PDF, make a resume, write a letter, design slides, format a document, typeset a report, build a portfolio, make a presentation, or create a one-pager. Warm parchment…