📦 Gemini Image Simple — 基于 Python 标准库的图像生成与编辑
v1.1.0使用 Gemini API 生成和编辑图像,仅依赖 Python 标准库,无外部依赖。适用于锁定环境,支持图像生成和编辑,兼容 Python 3.10+。
详细分析 ▾
运行时依赖
版本
["切换图像生成模型为「Nano Banana Pro」(`nano-banana-pro-preview`),提供最高质量图像生成(Gemini 3 Pro Image)。","更新文档以反映新模型及其别名,包括关于替代模型的信息。","增强 SKILL.md 中的「如何工作」和「模型」部分,以提高清晰度和透明度。","所有功能保持无依赖,继续在任何 Python 3.10+ 安装中工作。"]
安装命令
点击复制技能文档
请注意,以下内容中保留了原始代码块和未翻译的部分,如需完全中文,请进一步指定。 --- name: gemini-image-simple version: 1.1.0 description: Generate and edit images with Gemini API using pure Python stdlib. Zero dependencies - works on locked-down environments where pip/uv aren't available. metadata: openclaw: emoji: "🎨" requires: env: ["GEMINI_API_KEY"] --- # Gemini Image Simple Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) - the highest quality image generation model. ... (以下代码块和 Markdown 格式内容保持不变,仅示例)