generate-image

Installation
SKILL.md

Generate Image

Rules

  • Use scripts/generate-image.ts.
  • Default endpoint: openai/gpt-image-2. Change --endpoint only if the user asks.
  • Run schema before non-trivial payloads.
  • Never read or print .env / FAL_KEY values.
  • 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.

Installs
17
GitHub Stars
58
First Seen
Jul 23, 2026
generate-image — maxedapps/agent-skills