Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation.
Generate high-quality images using the internal Google Antigravity API (Gemini 3 Pro Image). This skill bypasses the need for browser automation by using the daily-cloudcode-pa.sandbox endpoint directly with your OAuth credentials.
~/.clawdbot/agents/main/agent/auth-profiles.json./home/ubuntu/clawd/skills/antigravity-image-gen/scripts/generate.js \
--prompt "A futuristic city on Mars" \
--output "/tmp/mars.png" \
--aspect-ratio "16:9"
--prompt (Required): The description of the image.--output (Optional): Path to save the image (default: /tmp/antigravity_<ts>.png).--aspect-ratio (Optional): 1:1 (default), 16:9, 9:16, 4:3, 3:4.MEDIA: <path> to stdout, which allows Clawdbot to automatically detect and display the image.google-antigravity provider.