🧪 Skills
Free Image Generation Skill
Professional free image generation skill for agents. No API key required. Generate images from text with resilient retry/backoff and clean local file output....
v1.0.4
Description
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:
- install dependencies,
- generate image from prompt,
- save output.
Quick Start (Fresh Setup)
- Install dependencies:
bash scripts/setup_env.sh
- 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
- Default retries: 3
- Backoff: built into script
- On failure, return exact
errorand propose retry - Designed for free, repeated usage with responsible pacing
- Keep usage responsible and moderate
Parameters
perchance_generate.py supports:
--prompt(required)--out(required)--shape(portrait|square|landscape)--negative--guidance--retries--timeout
Resources
- Main generator:
scripts/perchance_generate.py - Dependency setup:
scripts/setup_env.sh,scripts/requirements.txt
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!