Install
openclaw skills install gemini-tg-image-genGenerate images via OpenRouter (google/gemini-2.5-flash-image) and send to Telegram. Use when user asks for AI-generated images in TG.
openclaw skills install gemini-tg-image-gen"⏳ Идёт генерация, подождите немного..."google/gemini-2.5-flash-image.OPENROUTER_API_KEY.message tool (local file path).OPENROUTER_API_KEY=... python3 scripts/generate_image.py "<prompt>"
The script prints a JSON object with paths.
# step 1: waiting message
message action=send channel=telegram text="⏳ Идёт генерация, подождите немного..."
# step 5: send image
message action=send channel=telegram media="/root/.openclaw/workspace/tmp/openrouter_image_*.png" caption="Generated: <prompt>"
After sending, use NO_REPLY.