generate-image
Installation
SKILL.md
Generate and edit images with RunComfy
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.
Choose and review
- Establish the subject, intended use, dimensions, number of images and any reference images. Reuse details already provided.
- Use
list_modelswith a targetedsearchandcategorysuch astext-to-imageorimage-to-image. Uselist_model_categoriesif unsure of a category. Start with a small page and paginate when needed. - Match the user's requested model family. Examples available through RunComfy include FLUX 2, Seedream 5.0 and Nano Banana 2. Use the actual returned
model_id; do not construct version strings or assume a similarly named endpoint supports edits. - Call
get_modelfor 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. - Check
get_balancebefore 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.