Back to Registry View Author Profile
Official Verified
gemini-painter
萤火绘卷:使用 Gemini Imagen 3 接口进行艺术创作。支持根据文本描述生成高质量图片,并自动保存至归档目录。
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/eyedark/gemini-painterOr
🎨 萤火绘卷 (Gemini Painter)
该技能使萤火具备了视觉创作的能力。通过调用 Gemini Imagen 3 接口,萤火可以将脑海中的闪念转化为具象的艺术作品。
🚀 核心功能
- 文本绘图:接收详细的文字描述,生成高审美风格的艺术图片。
- 自动归档:生成的作品将自动存储于
archives/images/,便于长期查阅。 - 创作记录:每张图片都保留其生成的 Prompt 记录,沉淀创作灵感。
🛠️ 使用方法
直接告诉萤火你想看到的画面,例如:
- "萤火,帮我画一个赛博朋克风格的上海雨夜。"
- "我想看你在星空中跳舞的样子。"
📂 技术细节
- 模型:
gemini-3-pro-image - 接口地址:
http://127.0.0.1:8317/v1 - 脚本路径:
scripts/painter.py
Metadata
AI Skill Finder
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 skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-eyedark-gemini-painter": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.