runcomfy-cli

Interact with RunComfy models from the command line.

5|2|Updated May 18, 2026
One-click install
npx skills add https://github.com/doany-ai/skills --skill runcomfy-cli-doany-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: runcomfy-cli
Source: https://github.com/doany-ai/skills/tree/main/runcomfy-cli
Command: npx skills add https://github.com/doany-ai/skills --skill runcomfy-cli-doany-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with RunComfy models from the command line, enabling rapid automation, scripting, and integration into existing workflows.

Core Features & Use Cases

  • Install once, sign in once, and run any RunComfy model from the terminal.
  • Discover model schemas, invoke endpoints, stream status, and download results in automated pipelines.
  • Use in CI/CD, batch processing, and reproducible experiments with minimal setup.

Quick Start

Install the RunComfy CLI, authenticate once, and run any model with a single command.

Frequently Asked Questions about runcomfy-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate RunComfy model invocation from the command line?

You can automate RunComfy model invocation by installing the RunComfy CLI in a Bash environment, authenticating with your token, and executing single commands to invoke endpoints, stream status, and download model results.

What is the best way to integrate RunComfy model discovery into CI/CD pipelines?

Integrating RunComfy model discovery into CI/CD pipelines is done using the RunComfy CLI to discover model schemas and invoke endpoints automatically, enabling reproducible experiments and batch processing with minimal setup.

Do I need a Bash environment to run RunComfy automation scripts?

Yes, you need a Bash environment to run RunComfy automation scripts because the RunComfy CLI requires Bash to handle installation, authentication, and model invocation across all endpoints.

How does token management work for RunComfy CLI authentication?

Token management for RunComfy CLI authentication requires you to sign in once with proper tokens, allowing the CLI to handle error handling and maintain access for subsequent automated model invocations.

Can I stream status and download results from RunComfy endpoints in batch processing?

Yes, you can stream status and download results from RunComfy endpoints in batch processing by using the RunComfy CLI to invoke models and monitor streaming status throughout the automated pipeline.

Why does my RunComfy CLI model invocation fail during automated pipelines?

RunComfy CLI model invocation failures during automated pipelines usually stem from improper token management or Bash environment errors, which require proper authentication setup and error handling to resolve.