π¦ ClawHub
Antigravity Image Generator
by @ipedrax
Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation.
TERMINAL
clawhub install antigravity-image-genπ About This Skill
name: antigravity-image-gen description: Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation. read_when: - User asks to generate an image - User wants to create visual content metadata: {"clawdbot":{"emoji":"π¨","requires":{"bins":["node"],"config":["auth.profiles"]},"description":"Generates images via internal Google API using local OAuth credentials."}}
Antigravity Image Generation
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.
Prerequisites
Usage
Direct Script Execution
/home/ubuntu/clawd/skills/antigravity-image-gen/scripts/generate.js \
--prompt "A futuristic city on Mars" \
--output "/tmp/mars.png" \
--aspect-ratio "16:9"
Arguments
--prompt (Required): The description of the image.--output (Optional): Path to save the image (default: /tmp/antigravity_.png ).--aspect-ratio (Optional): 1:1 (default), 16:9, 9:16, 4:3, 3:4.Output
MEDIA: to stdout, which allows Clawdbot to automatically detect and display the image.Troubleshooting
google-antigravity provider.π‘ Examples
Direct Script Execution
/home/ubuntu/clawd/skills/antigravity-image-gen/scripts/generate.js \
--prompt "A futuristic city on Mars" \
--output "/tmp/mars.png" \
--aspect-ratio "16:9"
Arguments
--prompt (Required): The description of the image.--output (Optional): Path to save the image (default: /tmp/antigravity_.png ).--aspect-ratio (Optional): 1:1 (default), 16:9, 9:16, 4:3, 3:4.βοΈ Configuration
π Tips & Best Practices
google-antigravity provider.