generate-image
Installation
SKILL.md
Generate Image
Rules
- Use
scripts/generate-image.ts. - Default endpoint:
openai/gpt-image-2. Change--endpointonly if the user asks. - Run
schemabefore non-trivial payloads. - Never read or print
.env/FAL_KEYvalues. - Image-only.
Setup
cp .env.example .env # from this skill directory
# set FAL_KEY=...
The script loads this skill's .env automatically. Exported env wins.