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

yummy-gen-video美味一代视频

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

3,269

周安装

139

GitHub Stars

公开资料未说明

下载量

1,145
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install yummy-gen-video

简介

利用 Gemini Veo 模型生成视频,支持文本到视频与图像到视频转换。

  • 适用于短片制作、动态演示与创意内容生产场景。yummy-gen-video 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 输入提示词或起始帧后可自动生成视频片段,支持多参考图组合。
  • 依赖外部 AI 视频引擎,生成时长与分辨率受模型限制。
  • 建议预览输出效果,确保符合预期后再进行后续使用。

SKILL.md

name
yummy-gen-video
version
1.0.0
description
Use when the user wants to generate a video with Gemini Veo through yummycli, including text-to-video, image-to-video (single starting frame), and reference-image-guided generation (up to 3 images).
metadata
requires
bins
["yummycli"]
skills
["yummy-shared"]
openclaw
requires
bins
["yummycli"]
primaryEnv
GEMINI_API_KEY
related_skills
["yummy-shared"]
hermes
tags
[video, gemini, veo, generation, image-to-video, multimodal]
related_skills
["yummy-shared"]
requires_toolsets
["yummycli"]
install
package
@yummysource/yummycli
bins
["yummycli"]

Generate Video

Create videos with yummycli gemini veo using Google Veo.

When to Use

Load this skill when the user asks to generate, create, or animate a video using AI — including text-to-video, animating a still image, or generating a video guided by reference images.

Prerequisite: Apply the yummy-shared skill first.

This skill covers three generation modes with a single command:

  • Text-to-video (no images)
  • Image-to-video (one starting frame)
  • Reference-guided video (two or three reference images)

Command Contract

Two equivalent entry points are available:

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

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

Basic usage:

yummycli gemini veo --prompt "<prompt>"

With one or more input images:

yummycli gemini veo \
  --prompt "<prompt>" \
  --input-image ./frame.png \
  --input-image ./style.jpg

Optional output controls:

--output <file.mp4>
--model <model>
--aspect-ratio <ratio>
--duration <seconds>
--resolution <resolution>

Default values when omitted: --model veo-3.1-fast-generate-preview, --aspect-ratio 16:9, --duration 8, --resolution 1080p.

Image Routing Rules

The number of --input-image flags determines the API path automatically:

CountBehaviour
0Text-to-video. Prompt drives the entire generation.
1Image-to-video. The image is used as the starting frame.
2–3Reference-guided. Images are passed as ASSET reference images; the prompt describes the motion and content.

Never pass more than 3 --input-image flags — the API rejects it.

Model Selection

Default model: veo-3.1-fast-generate-preview.

Use the following mapping when the user explicitly names a model variant:

User saysUse
veo 3.1, 3.1 fast, or no preferenceveo-3.1-fast-generate-preview (default)
veo 3.1 full or veo 3.1 standardveo-3.1-generate-preview
veo 3, veo 3 fastveo-3.0-fast-generate-001
veo 3 standardveo-3.0-generate-001
veo 2veo-2.0-generate-001

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

Model Compatibility

Supported duration values (seconds)

Duration accepts only discrete values — not a range.

ModelValid durations
veo-2.0-generate-0015, 6, 7, 8
veo-3.0-*4, 6, 8
veo-3.1-*4, 6, 8

Supported resolutions

ModelSupported resolutions
veo-2.0-generate-001720p only
veo-3.0-*720p, 1080p
veo-3.1-*720p, 1080p, 4k

Constraints:

  • 1080p requires --duration 8.
  • 4k requires --duration 8 and a veo-3.1 model.

Supported aspect ratios

All models: 16:9 (landscape) and 9:16 (portrait).

Intent to Parameters

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

Aspect ratio guidance:

  • Use --aspect-ratio 9:16 for vertical/portrait outputs: phone wallpaper, short-form vertical video, story format.
  • Use --aspect-ratio 16:9 for landscape outputs: film, presentation, widescreen. This is the default.
  • If the user already specifies a ratio, pass it through directly.

Duration guidance:

  • Use the longest valid duration for the model unless the user requests shorter.
  • If the user says "short clip" or "quick", use --duration 4 (veo-3+) or --duration 5 (veo-2).
  • Never pass a duration that is not in the valid set for the selected model.

Resolution guidance:

  • Default (1080p) is appropriate for most requests.
  • Use --resolution 4k only when the user explicitly asks for 4K quality and a veo-3.1 model is in use; pair with --duration 8.
  • Use --resolution 720p when the user asks for a smaller or faster result.

Output path guidance:

  • If --output is omitted, yummycli generates a timestamped .mp4 filename in the current working directory. Do not invent your own filename unless the user provides one.
  • The output path must end in .mp4. Reject or correct any other extension.

Output Contract

Video commands return JSON on stdout. Read the response and use the output field as the generated file path.

Example (text-to-video):

{
  "provider": "gemini",
  "output": "veo_20260417_142301_047.mp4",
  "model": "veo-3.1-fast-generate-preview",
  "duration_seconds": 8,
  "aspect_ratio": "16:9",
  "resolution": "1080p",
  "elapsed_seconds": 73
}

Example (image-to-video, one starting frame):

{
  "provider": "gemini",
  "output": "veo_20260417_143010_112.mp4",
  "model": "veo-3.1-fast-generate-preview",
  "duration_seconds": 8,
  "aspect_ratio": "16:9",
  "resolution": "1080p",
  "elapsed_seconds": 89,
  "input_images": ["./dog.jpg"]
}

Execution Rules

  • Check yummycli auth status --provider gemini before running if credentials may not be configured.
  • Use one --input-image flag per local image file; preserve the user-specified order.
  • Validate duration and resolution against the selected model's constraints before running.
  • Video generation is slow (typically 45–120 seconds). Inform the user that generation is in progress; do not treat a long wait as an error.
  • If the command returns a validation error (bad duration, unsupported resolution, missing file), fix the arguments before retrying. Do not retry with the same invalid arguments.
  • Report the final output path back to the user after a successful run.

Examples

Text-to-video:

yummycli gemini veo \
  --prompt "A golden retriever puppy chasing a red ball in a sunny park"

Image-to-video (animate a still):

yummycli gemini veo \
  --prompt "The dog starts running toward the camera" \
  --input-image ./dog.jpg

Reference-guided (two images):

yummycli gemini veo \
  --prompt "Combine the character from the first image with the environment from the second" \
  --input-image ./character.png \
  --input-image ./background.jpg

Short portrait clip with veo-2:

yummycli gemini veo \
  --prompt "Falling cherry blossoms in slow motion" \
  --model veo-2.0-generate-001 \
  --aspect-ratio 9:16 \
  --duration 5 \
  --resolution 720p

4K landscape with veo-3.1:

yummycli gemini veo \
  --prompt "Timelapse of clouds moving over mountain peaks at golden hour" \
  --resolution 4k \
  --duration 8

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

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

平台分布

OpenClaw

71.03%
按下载量换算813

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills