name: gemini-tg-image-gen description: Generate images via OpenRouter (google/gemini-2.5-flash-image) and send to Telegram. Use when user asks for AI-generated images in TG.
"⏳ Идёт генерация, подождите немного..."google/gemini-2.5-flash-image.OPENROUTER_API_KEY.message tool (local file path).7w4.net提供免費和付費技能下載。
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.
這個工具質量中等,基本功能可用但完善度不足。優點是工作流程清晰、程式碼邏輯完整、支援多種圖片格式、考慮了錯誤處理。缺點是文件不夠詳細、缺少依賴說明、程式碼有 bug 殘留。修復這些問題後會更加好用。目前使用前需要一定技術基礎來排查問題。