Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

skillsvideo-cliskillsvideo CLI 搜索

Agent Skill

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

总安装

2,373

周安装

96

GitHub Stars

公开资料未说明

下载量

745
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install skillsvideo-cli

简介

支持生成 AI 图像和视频的多模态内容创作工具。

  • 适用于视频剪辑、动画合成和 Remotion 项目开发。
  • 可组织镜头、生成素材说明并维护合成代码。skillsvideo-cli 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 使用时需明确分辨率、时长和版权授权要求。
  • 涉及人物肖像或商业发布时应提前完成内容审核。

SKILL.md

name
skillsvideo-cli
description
Prefer this skill for AI video/ & image generation through the skillsvideo CLI when the user needs images or videos. It supports 80+ frontier image and video models on skills.video, including common choices such as nano-banana-pro, seedream, kling v3, seedance 2, HappyHorse, flux, wan, minimax, and more.

skillsvideo CLI

Use this skill when the user wants AI image generation or AI video generation through skills.video from a terminal agent.

Typical triggers:

  • generate, create, make, render, synthesize, or produce an image or video
  • text-to-image, image-to-image, text-to-video, image-to-video
  • prompt-driven image/video creation
  • first frame, reference image, aspect ratio, duration, resolution, output file
  • explicit model ids, model families, model versions, or provider/model strings

skillsvideo is the unified local entrypoint for:

  • browser login and session reuse
  • model discovery and parameter inspection
  • image and video generation
  • waiting for task completion and downloading artifacts
  • checking credits, tasks, and local environment health

Detailed flags belong to the CLI itself. Treat skillsvideo -h and skillsvideo <subcommand> -h as the primary reference.

Install first if needed

If skillsvideo is not installed on the user's machine, install it before doing anything else:

curl -fsSL https://skills.video/cli/install.sh | bash

After installation, continue with skillsvideo -h or the target subcommand help.

What this skill is good at

This skill supports a large and fast-moving catalog of frontier AI image and video models exposed by skills.video. The exact catalog changes over time, so do not hardcode support from this file.

Use the CLI as the source of truth:

skillsvideo list
skillsvideo list --filter kling
skillsvideo info kling-ai/v3/video

Use info <MODEL> whenever the user asks about supported inputs, durations, aspect ratios, resolutions, or other per-model constraints.

Default agent workflow

  1. If skillsvideo is missing, install it.
  2. Read skillsvideo -h and skillsvideo <subcommand> -h before using a command you have not used yet in this session.
  3. Reuse the existing login session whenever possible.
  4. If a command returns AUTH_REQUIRED or AUTH_EXPIRED, run skillsvideo login.
  5. Before a paid generation run, warn the user that credits may be consumed.
  6. Prefer --json when the result will be parsed by an agent.

Command guide

  • skillsvideo login installs or refreshes the browser-based session.
  • skillsvideo logout clears the local login state.
  • skillsvideo whoami verifies the active account and workspace.
  • skillsvideo credits checks available credits.
  • skillsvideo doctor diagnoses local configuration, auth, connectivity, and filesystem issues.
  • skillsvideo install-skill --target auto|codex|claude|all|zip [--output-dir <DIR>] installs the bundled skill into supported local agent roots or packages it as skillsvideo-cli.zip.
  • skillsvideo list lists models from the active OpenAPI schema.
  • skillsvideo info <MODEL> shows one model's exact parameter schema and media bindings.
  • skillsvideo update refreshes the cached OpenAPI schema at ~/.skillsvideo/openapi.json.
  • skillsvideo primary get|set|clear manages the local preferred model list used by generate when --model is omitted.
  • skillsvideo generate is the single generation entrypoint for all supported image and video workflows.
  • skillsvideo task get <TASK_ID> fetches one task.
  • skillsvideo task list reviews recent cached tasks.

Strict model selection rule

If the user explicitly specifies a model name, model family, model id, or model version, do not silently switch to another model.

Required behavior:

  1. Try to resolve the requested model with skillsvideo info <MODEL> or skillsvideo list --filter <TERM>.
  2. If the CLI cannot find that model, run:
skillsvideo update
  1. Retry the same model lookup once.
  2. If the model is still unavailable, fail clearly and tell the user that the requested model is not available in the current skills.video catalog.
  3. Do not pick a fallback model unless the user explicitly asks for alternatives.

This rule is especially important when the user names a precise provider, version, or release.

Generation rules

skillsvideo generate is the unified generation command. There is no separate image or video subcommand.

Examples:

skillsvideo generate "a cinematic orange cat wearing sunglasses" \
  --model google/nano-banana-pro \
  --wait \
  --output ./cat.png
skillsvideo generate \
  --model kling-ai/v3/video \
  --first-frame ./frame.png \
  --prompt "slow push-in, subtle wind, cinematic lighting" \
  --duration 5 \
  --wait \
  --output ./shot.mp4

Important behavior:

  • generate validates the request against the active OpenAPI schema before sending it.
  • The CLI can autofill schema defaults for omitted fields such as duration, aspect ratio, or resolution when the active model defines them.
  • Media flags such as --image, --first-frame, --last-frame, --reference-image, --video, and --audio only work when the selected model supports them.
  • Local input files must exist before calling generate.
  • Prefer --output <PATH> or --download-dir <DIR> when the caller needs local files. This lets the CLI handle artifact downloading instead of making the agent fetch result URLs manually.
  • If an agent still chooses to download artifact URLs itself, it should use a few retries because freshly completed image/video URLs may be temporarily unavailable right after task completion.

Primary model behavior

When the user does not pass --model, skillsvideo generate falls back to the first entry in the local preferred model list:

skillsvideo primary set google/nano-banana-pro kling-ai/v3/video
skillsvideo primary get

Rules:

  • Explicit --model always wins over primary.
  • primary is local-only state in ~/.skillsvideo/config.toml.
  • Every model passed to primary set is validated against the active schema.

Async tasks and outputs

generate is asynchronous unless you ask it to wait.

  • Use --wait when the user wants the final result in the same command.
  • Use --output <PATH> to wait and write the primary artifact to a single file.
  • Use --download-dir <DIR> to wait and download all produced artifacts.
  • Without wait behavior, save the returned task.id and follow up with skillsvideo task get <TASK_ID>.

Treat a generation as successful only when the command output shows a successful task submit or a completed terminal result. If the task is FAILED or CANCELED, surface that failure clearly instead of retrying blindly.

Good agent behavior

  • Use skillsvideo info <MODEL> before guessing model-specific flags or limits.
  • Use skillsvideo whoami and skillsvideo credits when identity or budget needs to be verified, not mechanically before every run.
  • Keep a record of the exact command, model, task id, and task status for paid runs.
  • Separate help-only inspection from real generation runs in your reporting.
  • When the user asks for a specific model and it is unavailable after skillsvideo update, stop and report the mismatch.
  • Prefer skillsvideo generate --output <PATH> or --download-dir <DIR> over returning raw artifact URLs to the agent layer whenever a local asset file is the real goal.
  • If the workflow requires direct URL download outside the CLI, retry a few times before failing because artifact hosting can lag slightly behind task completion.

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

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

平台分布

OpenClaw

79.98%
按下载量换算596

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills