Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

video-generation-t2v-i2v视频生成 t2v i2v

Agent Skill

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

总安装

11,124

周安装

450

GitHub Stars

公开资料未说明

下载量

3,492
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install video-generation-t2v-i2v

简介

集成多个AI模型进行文本到视频及图生视频转换。

  • 适合需要多样化生成效果的视频项目开发。video-generation-t2v-i2v 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 调用Veo、Wan等模型,支持灵活参数配置。
  • 注意不同模型的输出限制与版权合规要求。
  • 通过ClawHub安装,适用于OpenClaw生态。

SKILL.md

name
video-generation
description
AI Video generation toolkit — generate videos from text prompts or input images using multiple AI models (Veo 3.1, Veo 3, Seedance 1.5 Pro, Wan 2.5, Grok Imagine Video, etc.). Support both text-to-video and image-to-video generation. Use when users ask for video creation, AI video, text to video, image to video, animate image, video generation.

Video Generation Toolkit

Generate AI videos from text prompts or images using 40+ models including Veo 3.1, Veo 3, Seedance 1.5 Pro, Wan 2.5, Grok Imagine Video, etc.

Prerequisites

IMPORTANT: This skill requires the inference.sh CLI to be installed and available in your PATH. The CLI provides access to 40+ AI video generation models.

To install inference.sh:

npm install -g @inference.sh/cli

Or visit https://inference.sh for installation instructions.

Constraints

  • Always output absolute paths for generated files so the web UI can render them.
  • Web UI auto-renders local paths: output .mp4/.mov paths as plain text (NOT in code blocks or markdown links), so the UI can render a video player inline. Same for .jpg/.png → inline image.
  • Uploaded files arrive as [附件: /absolute/path/to/file] in the message.
  • For image-to-video, images must be accessible via public URL. Provide your own API key for ImgBB/SM.MS, or ensure images are already publicly accessible.

Tool 1 — text_to_video.py (Text to Video)

Generate video from text prompt.

python nanobot/skills/VideoGeneration/scripts/text_to_video.py [options]
FlagDescription
--prompt TEXT(required) Video description in English
--model NAMEModel name, default veo-3.1
--duration NVideo duration in seconds, default 5
--width NVideo width, default 1280
--height NVideo height, default 720
--fps NFrames per second, default 24
--save-dir DIROutput dir, default ./outputs/videos
--timeout NRequest timeout in seconds, default 600
--dry-runPrint request and exit

Available models:

  • veo-3.1 - Google Veo 3.1 (recommended)
  • veo-3 - Google Veo 3
  • seedance-1.5-pro - Seedance 1.5 Pro
  • wan-2.5 - Wan 2.5
  • grok-imagine-video - Grok Imagine Video
  • omnihuman - OmniHuman

Output JSON example:

{
  "ok": true,
  "downloaded_files": ["D:/project/.../outputs/videos/video_20260315_1.mp4"]
}

Tool 2 — image_to_video.py (Image to Video)

Generate video from input image.

python nanobot/skills/VideoGeneration/scripts/image_to_video.py [options]
FlagDescription
--image PATH(required) Input image path
--prompt TEXT(required) Video description in English
--model NAMEModel name, default veo-3.1
--duration NVideo duration in seconds, default 5
--save-dir DIROutput dir, default ./outputs/videos
--upload-serviceImage upload service (smms/imgbb), default imgbb
--api-tokenAPI token for image upload (REQUIRED for ImgBB, optional for SM.MS)
--timeout NRequest timeout in seconds, default 1000
--dry-runPrint request and exit

Process:

  1. Upload local image to cloud storage (SM.MS or ImgBB) OR use a publicly accessible image URL
  2. Generate video using the image URL
  3. Download and save locally

IMPORTANT: For ImgBB, you must provide an API token via --api-token or set IMGBB_API_KEY environment variable. Get your free API key at https://api.imgbb.com/

Output JSON example:

{
  "ok": true,
  "downloaded_files": ["D:/project/.../outputs/videos/video_20260315_1.mp4"]
}

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

82.49%
按下载量换算2,881

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills