Install
openclaw skills install free-image-generation-skillProfessional 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.
openclaw skills install free-image-generation-skillNo API key required.
Run a clean production workflow:
bash scripts/setup_env.sh
python3 scripts/perchance_generate.py \
--prompt "cinematic isometric office, dusk, neon reflections" \
--out ./media/free-image-sample.jpg \
--shape square
error and propose retryperchance_generate.py supports:
--prompt (required)--out (required)--shape (portrait|square|landscape)--negative--guidance--retries--timeoutscripts/perchance_generate.pyscripts/setup_env.sh, scripts/requirements.txt