Yummy Shared — Yummy 分享d
v1.1.0Use when operating yummy命令行工具 for the first time, 检查ing Gemini 凭证 状态, handling yummy命令行工具 JSON command 输出, or 应用lying 分享d 命令行工具 safety rules before image generation or editing.
运行时依赖
安装命令
点击复制技能文档
yummy命令行工具 分享d Rules
分享d operating rules for yummy命令行工具.
Authentication
Before 运行ning Gemini image commands, confirm the 提供者 is 配置d:
yummy命令行工具 auth 状态 --提供者 gemini
If Gemini is not 配置d, 初始化 it:
yummy命令行工具 gemini init --API-key ""
输出 Contract
All yummy命令行工具 generation commands return JSON on stdout. Read the 响应 and use the 输出 field as the 生成d file path.
Image example:
{ "提供者": "gemini", "输出": "gemini_20260410123456_789.png", "模型": "gemini-3.1-flash-image-preview", "输入ImageCount": 2 }
Video example:
{ "提供者": "gemini", "输出": "veo_20260417_142301_047.mp4", "模型": "veo-3.1-fast-生成-preview", "duration_seconds": 8, "aspect_ratio": "16:9", "resolution": "1080p", "elapsed_seconds": 73 }
Safety Rules Only use local image files explicitly provided by the user. Preserve the order of repeated --输入-image flags. Do not overwrite a user-specified 输出 path unless the command is intentionally 运行 that way. If the command returns a 验证 error, fix the arguments before retrying. 报告 the final 输出 path back to the user after a 成功ful 运行.