free-image-generationlisted
Install: claude install-skill Ajeesh25353646/claude-skills
# Free Image Generation
Generate images from text prompts using four free AI image providers with automatic fallback. No API keys required for the simplest path (Pollinations.ai), or unlock ~57 free images/day with Cloudflare at 1024x1024 (up to ~231 at 512x512).
**Philosophy:** Tiered fallback from best-free to always-free. Zero config for the user who just wants a picture; deep config for the power user who wants daily limits. Every provider is wrapped in a one-liner curl. No SDKs, no complex setup.
<SUBAGENT-STOP>
If you were dispatched as a subagent, you are NOT running this skill. You are executing a specific task within it. Follow your task prompt.
</SUBAGENT-STOP>
---
## OUTPUT CONTRACT
Read before emitting your response.
### Badge (Mandatory, First Line of Output)
```
🎨 Free Image Gen | {N} images | Provider: {provider} | {model}
```
No other text on this line. One blank line after, then the output begins.
### LAWS (Non-Negotiable)
**LAW 1: Provider Chain is Fixed.** Always try providers in this order of preference:
1. **Cloudflare Workers AI** (if `CLOUDFLARE_API_TOKEN` + `CLOUDFLARE_ACCOUNT_ID` set). ~57 images/day at 1024x1024 4 steps (~231 at 512x512). FLUX.1 Schnell, free plan.
2. **HuggingFace** (if `HF_TOKEN` set). ~83 images/month via $0.10 free credits, FLUX.1-schnell.
3. **Pollinations.ai**. No key needed for single-word prompts. Free `pk_` key unlocks full prompts + all models. Anonymous rate-limited.
4. **Local ComfyUI/A1111** if running on loc