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."}}
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.
/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.发现更多技能插件,请访问7w4.net。
google-antigravity provider.这是一款通过文字描述生成图片的工具,文档清晰易懂,使用体验友好。主要优点是生成质量较高、配置灵活;不足是依赖 Google 内部凭证,权限受限,且由于使用沙箱 API,可能存在稳定性问题或随时失效的风险。