ai-image-generation
Installation
SKILL.md
AI Image Generation
Generate and edit images with 11+ AI models via the RunComfy CLI — text-to-image and image-to-image, one auth, one command. This skill picks the right model for the user's intent and ships the documented prompt patterns + the exact runcomfy run invoke for each.
runcomfy.com · Browse all models · CLI docs
Powered by the RunComfy CLI
# 1. Install (one of)
npm i -g @runcomfy/cli # global install
npx -y @runcomfy/cli --version # zero-install
curl -fsSL https://runcomfy.com/install.sh | sh # curl installer
# 2. Sign in (interactive — opens browser)
runcomfy login
# or in CI / containers:
export RUNCOMFY_TOKEN=<token-from-runcomfy.com/profile>
Related skills