← 返回
未分类 Key 中文

Antigravity Image Gen 1.0.0

Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation.
使用内部 Google Antigravity API(Gemini 3 Pro Image)生成图像,高质量原生生成,无需浏览器自动化。
knightluozichu
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 275
下载
💾 0
安装
1
版本
#latest

概述

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

  • Google Antigravity OAuth Profile: Must be present in ~/.clawdbot/agents/main/agent/auth-profiles.json.
  • Node.js: Available in the environment.

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

  • The script writes the image to the specified path.
  • It prints MEDIA: to stdout, which allows Clawdbot to automatically detect and display the image.

Troubleshooting

  • 429 Resource Exhausted: Quota limit reached. Wait or check your project limits.
  • No image data found: The model might have refused the prompt (safety) or the API structure changed. Check the "Model message" output.
  • Auth Error: Ensure you have logged in via google-antigravity provider.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 05:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Agent Browser 0.2.0

knightluozichu
一款基于 Rust 的快速无头浏览器自动化 CLI,支持 Node.js 回退,允许 AI 智能体通过结构化命令实现页面导航、点击、输入和快照。
★ 1 📥 2,042
developer-tools

Canvas Os 1.0.1

knightluozichu
画布即应用平台。在OpenClaw画布上构建、存储和运行丰富的可视化应用。
★ 0 📥 1,118

Agent Orchestrator 0.1.0

knightluozichu
Meta-agent skill for orchestrating complex tasks through autonomous sub-agents. Decomposes macro tasks into subtasks, sp
★ 0 📥 284