antigravity-image-gen
Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation.
Why use this skill?
Generate professional high-quality AI images directly in OpenClaw using the Google Antigravity API. Fast, native, and reliable image synthesis for your projects.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ipedrax/antigravity-image-genWhat This Skill Does
The antigravity-image-gen skill enables direct, high-fidelity image synthesis using the Google Antigravity API (Gemini 3 Pro Image) within the OpenClaw ecosystem. Unlike traditional image generation methods that rely on sluggish browser automation or third-party web scraping, this skill interacts directly with the daily-cloudcode-pa.sandbox endpoint. By utilizing authenticated OAuth profiles, it provides a native, high-performance pathway for generating professional-grade visuals without leaving your terminal environment or triggering anti-bot hurdles.
Installation
To integrate this capability into your workflow, ensure you have the OpenClaw environment configured with a Google Antigravity OAuth profile. You can install the skill by executing the following command in your terminal:
clawhub install openclaw/skills/skills/ipedrax/antigravity-image-gen
Once installed, the system will verify your credentials and grant the necessary permissions to access the API endpoint. Please ensure your auth-profiles.json is correctly updated to support the antigravity provider before initial invocation.
Use Cases
This skill is designed for power users and developers who require rapid visual iteration. Common scenarios include:
- Generating custom UI mockups or concept art directly from code prompts.
- Automating the creation of visual assets for internal documentation.
- Rapid prototyping of AI-generated content for research projects.
- Batch generation of images for datasets or visual summaries.
Example Prompts
- "Generate an image of a minimalist, modern office space with neon blue accents, aspect ratio 16:9."
- "Create a high-resolution concept art of an underwater city using steampunk aesthetics, save to ~/project/assets/underwater_city.png."
- "Render an image showing a futuristic solar-powered drone hovering over a forest, aspect ratio 1:1."
Tips & Limitations
To maximize your success, always specify an aspect ratio that matches your intended use case to avoid cropping issues. Be aware that the Google Antigravity API is subject to standard rate limits; if you encounter a '429 Resource Exhausted' error, it is advisable to implement a back-off strategy in your automation scripts. Note that the API is sensitive to safety filters; ensure your prompts are aligned with Google's content policies to avoid rejection. Finally, always verify that your output paths are writable by the current system user, as the skill requires standard filesystem permissions to commit generated assets to disk.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ipedrax-antigravity-image-gen": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api