Skills
Skill 24 of 34
Generate or edit images with RunComfy AI image models including FLUX, Seedream and Nano Banana.
2 minutes · 458 words · 4 sections
Install
npx skills add runcomfy-com/skills --skill generate-imagenpx skills add runcomfy-com/skills/plugin marketplace add runcomfy-com/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use the connected RunComfy MCP tools. The client may prefix tool names with the plugin/server name. If disconnected, direct the user to the client’s RunComfy authentication control. Never request an API token in chat or add one to a file.
list_models with a targeted search and category such as text-to-image or image-to-image. Use list_model_categories if unsure of a category. Start with a small page and paginate when needed.model_id; do not construct version strings or assume a similarly named endpoint supports edits.get_model for the selected ID. Read current input schema, required inputs, enums, defaults, pricing unit and output type. Do not reuse another model’s field names or hard-code remembered prices.get_balance before paid work. Present the model, final prompt, reference inputs, dimensions/count and available cost estimate. Proceed within the user’s existing authorization and spending limit; ask only when scope or cost is missing or changed. Explain when pricing is an estimate.blob: URL or authenticated gallery page is not a usable input URL. Do not publish a private image without authorization; if no supported upload route is available, explain what input is needed.run_model once with model_id, schema-valid inputs and wait_for_completion: false. Record the returned request ID.get_model_request_status for that same ID with reasonable spacing. Retrieve get_model_request_result when finished. Use cancel_model_request only when the user requested cancellation or an agreed stop condition is reached.outcome: a running or finished job may be not_cancellable. A cancellation attempt is not proof the job stopped or that charges ended. Reconcile status/results and report this limitation; a monitoring deadline is not a guaranteed spending cap.AI image models (opens in a new tab) · Model API documentation (opens in a new tab) · MCP setup (opens in a new tab)
Generate or edit images with RunComfy AI image models including FLUX, Seedream and Nano Banana. Use for text-to-image, reference images, product photography, illustrations and image edits. Browse current models, review inputs and cost, then run and retrieve results.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 15 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: */SKILL.md, plugins/runcomfy/skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by RunComfy, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./runcomfy-com/skills.md, and each skill at its own .md URL.