Install
openclaw skills install cheapest-imagePossibly the cheapest AI image generation (~$0.0036/image). Text-to-image via the EvoLink API.
openclaw skills install cheapest-imageGenerate images via the EvoLink z-image-turbo API.
Try Python first (zero dependencies, all platforms):
python3 {baseDir}/scripts/generate.py --prompt "a cute cat" --size "1:1"
Options: --size (1:1, 2:3, 3:2, 3:4, 4:3, 9:16, 16:9, 1:2, 2:1), --seed INT, --nsfw-check true
If Python is unavailable:
{baseDir}/references/powershell.md{baseDir}/references/curl_heredoc.mdEVOLINK_API_KEY env var (required)Treat the text after the colon as prompt, use default size 1:1, generate immediately.
MEDIA:<path> for OC auto-attach — no extra delivery logic needed.