Default multi-image generation may cause unexpected charges or quota use
Source references: 3The Skill expands an ambiguous landing-page or full-website request into six or eight separate image generations and explicitly requires completion without stopping early. It does not first require the user to approve that count.
If the image service charges per generation or has a usage quota, an ordinary request can consume multiple charges or substantial quota; larger section counts increase the effect.
When the user says “landing page” or “full website” without a count, the Skill automatically selects 6 or 8 images, generates them separately, and instructs the model not to stop early. If image generation is metered or billed per call, this could consume cost or quota the user did not explicitly confirm. The user can ask for a count and estimated usage confirmation before generation, or impose a per-request image limit.
- 12 sections requested -> 12 images- "landing page" with no count -> default to 6 sections -> 6 images- "full website template" -> default to 8 sections -> 8 imagesEach image is one section, generated as its own image call. Never combine multiple sections into one frame. Never return a single tall image that contains the whole page.Show 2 other places
15. run §17 CLARITY CHECK16. **generate every per-section horizontal image, labeled "Section X of N: <name>"**, until the full set is delivered. Do not stop early. Do not summarize. Do not return only one image.Each image is one section, generated as its own image call. Never combine multiple sections into one frame. Never return a single tall image that contains the whole page.