Token导航 LogoToken导航TokenDH.com
图像处理需要联网clawhub未标认证来源可访问clear审计通过

yummy-gen-image美味一代图片

Agent Skill

用于辅助图像生成、图片编辑、视觉素材处理或图像模型工作流。它适合让 Agent 根据文本生成图片、处理背景、整理视觉提示词或调用相关图像工具。使用时需要确认输入图片、版权来源、输出格式和模型限制;涉及人物、品牌、商品或公开展示素材时,应额外核对授权、真实性和内容合规边界。

总安装

4,488

周安装

187

GitHub Stars

1

下载量

1,496
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:yummy-gen-image(美味一代图片)
来源仓库:https://github.com/yummysource/yummy-gen-image
安装命令:
openclaw skills install yummy-gen-image
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install yummy-gen-image

简介

基于 Gemini 模型生成与编辑光栅图像,支持提示词驱动创作。

  • 适用于视觉素材生成、背景替换与图片风格化处理。yummy-gen-image 属于图像处理类 Skill,可作为该场景下的辅助能力补充。
  • 输入文本描述或上传原图即可生成新图像或进行局部编辑。
  • 依赖 Gemini API 与 yummycli 工具链,需配置凭证与权限。
  • 建议检查输出版权属性,避免商用或公开传播未授权内容。

SKILL.md

name
yummy-gen-image
version
1.0.0
description
Use when the user wants to generate or edit raster images with Gemini through yummycli, including prompt-only generation, single-image editing, and multi-image reference editing.
metadata
requires
bins
["yummycli"]
skills
["yummy-shared"]
openclaw
requires
bins
["yummycli"]
primaryEnv
GEMINI_API_KEY
related_skills
["yummy-shared"]
hermes
tags
[image, gemini, generation, editing, multimodal]
related_skills
["yummy-shared"]
requires_toolsets
["yummycli"]
install
package
@yummysource/yummycli
bins
["yummycli"]

Generate Image

Create or edit images with yummycli gemini nanobanana.

When to Use

Load this skill when the user asks to generate, create, or edit an image using AI — including text-to-image generation, style transfer, image editing with a reference photo, or multi-image compositing.

Prerequisite: Apply the yummy-shared skill first.

This skill uses one command for all Gemini image flows:

  • Prompt-only generation
  • Single-image editing
  • Multi-image reference editing

Command Contract

Two equivalent entry points are available:

Entry pointWhen to use
yummycli gemini nanobananaDefault — human-friendly, Gemini presets applied
yummycli image generate --provider geminiScripting / automation — explicit, provider-agnostic form

Both share the same flags and the same Gemini defaults. Prefer gemini nanobanana unless the task explicitly requires the provider-agnostic form.

Basic usage:

yummycli gemini nanobanana --prompt "<prompt>"

Add one or more reference images when needed:

yummycli gemini nanobanana \
  --prompt "<prompt>" \
  --input-image ./source-a.png \
  --input-image ./source-b.png

Optional output controls:

--output <file>
--model <model>
--aspect-ratio <ratio>
--image-size <size>

Default values when omitted: --aspect-ratio 16:9, --image-size 1K, --model gemini-3.1-flash-image-preview.

Execution Rules

  • Use prompt-only generation when no reference images are provided.
  • Use one --input-image flag per local image file.
  • Preserve the user-provided order of reference images.
  • Prefer the default model unless the user asks for a specific model.

Model Selection

Use the following model mapping rules:

  • If the user explicitly says gemini pro, pro model, or simply pro in the model-selection context, use:
--model gemini-3-pro-image-preview
  • If the user explicitly says gemini flash, flash model, or simply flash in the model-selection context, use:
--model gemini-3.1-flash-image-preview
  • If the user does not explicitly request a model, omit --model and let yummycli use its default model.

Do not switch models implicitly from vague quality words alone. Only apply the pro or flash mapping when the user's wording clearly refers to model choice.

Model Compatibility

Aspect ratio

ModelSupported values
gemini-3.1-flash-image-preview1:1 1:4 1:8 2:3 3:2 3:4 4:1 4:3 4:5 5:4 8:1 9:16 16:9 21:9
gemini-3-pro-image-preview1:1 2:3 3:2 3:4 4:3 4:5 5:4 9:16 16:9 21:9
(default / other)1:1 3:4 4:3 9:16 16:9

1:4, 1:8, 4:1, 8:1 are flash-only. Do not use them with the pro model.

Image size

ModelSupported values
gemini-3.1-flash-image-preview512 0.5K 1K 2K 4K
gemini-3-pro-image-preview1K 2K 4K
(default / other)1K 2K 4K

512 and 0.5K are flash-only. Do not use them with the pro model.

Intent to Parameters

Translate clear user intent into CLI flags when the mapping is obvious.

Aspect-ratio guidance:

  • Use --aspect-ratio 9:16 for requests such as phone wallpaper, vertical poster, story format, or other clearly vertical mobile outputs.
  • Use --aspect-ratio 16:9 for requests such as desktop wallpaper, presentation cover, horizontal banner, or other clearly widescreen outputs.
  • Use --aspect-ratio 1:1 for square social images, avatars, or other explicitly square outputs.
  • If the user already provides a specific ratio, pass it through directly.
  • If the output shape is unclear, omit --aspect-ratio and let yummycli use its default.

Image-size guidance:

  • Use --image-size 4K when the user explicitly asks for 4K or a clearly print-grade / high-resolution deliverable.
  • Use --image-size 2K when the user explicitly asks for 2K or a medium-resolution deliverable.
  • Use --image-size 1K when the user explicitly asks for 1K or a lightweight preview-sized result.
  • Use --image-size 512 or --image-size 0.5K only when the user explicitly asks for a minimal-size output and the flash model is in use.
  • If the user does not explicitly request output size, omit --image-size and let yummycli use its default (1K).

Do not guess --image-size from general quality adjectives alone.

Output path guidance:

  • If --output is omitted, yummycli generates a default filename in the current working directory. Do not invent your own output filename unless the user explicitly provides one.

Examples

Prompt-only generation:

yummycli gemini nanobanana \
  --prompt "A single ripe banana on a white plate, studio lighting, realistic photo"

Single-image edit:

yummycli gemini nanobanana \
  --prompt "Turn this into a watercolor illustration" \
  --input-image ./source.png

Multi-image reference edit:

yummycli gemini nanobanana \
  --prompt "Blend these references into one polished poster illustration" \
  --input-image ./subject.png \
  --input-image ./background.jpg

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.04%
按下载量换算1,078

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills