π¦ ClawHub
Free Image Generation Skill
by @mrilaikram
Professional free image generation skill for agents. No API key required. Generate images from text with resilient retry/backoff and clean local file output....
TERMINAL
clawhub install free-image-generation-skillπ About This Skill
name: free-image-generation-skill description: Professional free image generation skill for agents. No API key required. Generate images from text with resilient retry/backoff and clean local file output. Supports free, high-volume usage patterns with responsible request pacing. Use when users request prompt-to-image generation or image bot automation.
Free Image Generation Skill
No API key required.
Run a clean production workflow: 1) install dependencies, 2) generate image from prompt, 3) save output.
Quick Start (Fresh Setup)
1. Install dependencies:
bash scripts/setup_env.sh
2. Generate one image:
python3 scripts/perchance_generate.py \
--prompt "cinematic isometric office, dusk, neon reflections" \
--out ./media/free-image-sample.jpg \
--shape square
Reliability Rules
error and propose retryParameters
perchance_generate.py supports:
--prompt (required)--out (required)--shape (portrait|square|landscape)--negative--guidance--retries--timeoutResources
scripts/perchance_generate.pyscripts/setup_env.sh, scripts/requirements.txt