runcomfy-cli

runcomfy-cli is a skill for Claude Code from prime-skills/runcomfy-agent-skills. It costs 240 tokens per session (3,795 once invoked), scanned A, original, MIT.

A command-line skill for running image and video models on RunComfy, a hosted service with many model endpoints. After installing the command-line tool and signing in, you can submit model jobs from a terminal.

In plain words
What is it for?
Use it to run endpoints for image generation and editing, video generation and editing, lip-sync, face swaps, inpainting, outpainting, relighting, upscaling, and LoRA training.
Why use it?
It provides one installation and sign-in method instead of learning a separate interface for every model. It is useful when image or video generation needs to be called from scripts, CI, or containers.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to run endpoints for image generation and editing, video generation and editing, lip-sync, face swaps, inpainting, outpainting, relighting, upscaling, and LoRA training.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/prime-skills/runcomfy-agent-skills/runcomfy-cli
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 prime-skills/runcomfy-agent-skills --skill runcomfy-cli
Clone the repo
git clone --depth 1 https://github.com/prime-skills/runcomfy-agent-skills

Made for: Claude Code.

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 runcomfy-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/prime-skills/runcomfy-agent-skills/runcomfy-cli/github.svg)](https://agentmods.dev/skills/prime-skills/runcomfy-agent-skills/runcomfy-cli)
Your own site
<a href="https://agentmods.dev/skills/prime-skills/runcomfy-agent-skills/runcomfy-cli"><img src="https://agentmods.dev/badge/skills/prime-skills/runcomfy-agent-skills/runcomfy-cli/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 runcomfy-cli

Your own site · 80×15
<a href="https://agentmods.dev/skills/prime-skills/runcomfy-agent-skills/runcomfy-cli"><img src="https://agentmods.dev/badge/skills/prime-skills/runcomfy-agent-skills/runcomfy-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 240 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,795 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 13 Jul 2026
  • Snyk pass 13 Jul 2026
How audits are shown
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.00240 $0.03795
Opus 5 $0.00120 $0.01898
Sonnet 5 $0.00048 $0.00759
Haiku 4.5 $0.00024 $0.00380

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

Security

Grade A, and why

runcomfy-cli 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 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

A standalone curl-pipe installer also exists for environments without Node — see [docs.runcomfy.com/cli/install](https://docs.runcomfy.com/cli/install?utm_source=skills.sh&utm_medium=skill&utm_campaign=runcomfy-cli). **I
Origin

Copies of this mod

3 near-identical copies found in the catalogue:

runcomfy-cli/SKILL.md · 272 lines

How it starts

The opening of the file, as written. The whole thing — 272 lines — stays where its author put it; the contents beside it link to each section on GitHub.

RunComfy CLI

One binary, one auth, every RunComfy model. Install once, sign in once, then call any text-to-image, video, edit, lip-sync, face-swap, or LoRA-training endpoint with runcomfy run <model_id> --input '{...}'. This skill is the foundation every other runcomfy-* skill builds on.

runcomfy.com · CLI docs · All models

Install this skill

npx skills add agentspace-so/runcomfy-agent-skills --skill runcomfy-cli -g

Install the CLI

Pick one:

# Global install via npm (recommended for repeat use)
npm i -g @runcomfy/cli

# Zero-install one-shot (no Node global state)
npx -y @runcomfy/cli --version

A standalone curl-pipe installer also exists for environments without Node — see docs.runcomfy.com/cli/install. Inspect any install script before piping it into a shell. This skill only invokes the CLI via Bash(runcomfy *) after you have installed it through one of the verified package managers above.

Confirm:

runcomfy --version

Full options on the Install page.

Sign in

Interactive (opens browser):

runcomfy login
# Code shown in terminal — paste into the browser page, click Authorize
# Token saved to ~/.config/runcomfy/token.json with mode 0600

CI / containers (no browser):

export RUNCOMFY_TOKEN=<token-from-runcomfy.com/profile>

Verify:

runcomfy whoami
# 📛 [email protected]
#    token type: cli
#    user id: ...

Full flow + token rotation: Authentication.

Read the full file on GitHub · 272 lines

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. 10d ago First seen · 272 lines · 240 tokens per session scan A f4c822d0972a

Subscribe to this mod's changes

runcomfy-cli is a skill published in the GitHub repository prime-skills/runcomfy-agent-skills (43 stars, last pushed 3mo ago), licensed MIT. It adds 240 tokens to every session and 3,795 once invoked, about $0.0012 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-30.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens