← 返回 Skills 市场
jinchanzis

Ai Video Generation

作者 JinChanZis · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
124
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-media-generator-ai-video-generation
功能描述
Use when someone asks for ai video generation, video generator, text-to-video, image-to-video, prompt-to-video, video model selection, or CLI-based video wor...
使用说明 (SKILL.md)

AI Video Generation

用这个 skill 处理这些请求:

  • ai video generation
  • ai video generator
  • video generator
  • text to video
  • image to video
  • prompt to video
  • sora2 video generator
  • veo video generator
  • seedance video generator

如果用户的搜索意图已经更具体,优先切到更窄的 skill:

  • text-to-video
  • image-to-video
  • veo-video-generator
  • seedance-video-generator

Default Route

ricebowl.ai
  -> recharge credits
  -> create API key
  -> set key
  -> models show --model \x3CMODEL>
  -> choose text-to-video or image-to-video
  -> video generate
  -> video get / task get

Recommended Template

ai-media config set-key \x3CKEY>
ai-media models list --json
ai-media models show --model \x3CMODEL>
ai-media video generate \
  --model \x3CMODEL> \
  --prompt "\x3Cscene>, \x3Ccamera movement>, \x3Cmood>" \
  --aspect-ratio 16:9 \
  --duration 4 \
  --param enhance_prompt=true \
  --wait

如果模型偏短片,就把 --duration 调成 2。 如果是图生视频模型,就把参考图放进 --image https://...

Core Commands

ai-media config set-key \x3CKEY>
ai-media config show
ai-media models list --json
ai-media models show --model \x3CMODEL>
ai-media video generate --model \x3CMODEL> --prompt \x3CPROMPT>
ai-media video get --task-id \x3CTASK_ID>
ai-media task get --kind \x3Cimage|video> --task-id \x3CTASK_ID>

When To Load References

  • 参数全表、默认值、输出行为:读 ../ai-media-cli/references/cli-commands.md
  • 充值、生成 key、平台 onboarding:读 ../ai-media-cli/references/platform-onboarding.md

Response Pattern

如果用户是第一次接触,优先给:

  1. 最短安装命令
  2. 平台充值和 key 路径
  3. 一组可直接复制的配置命令
  4. 一条可直接运行的视频生成命令

如果用户在选模型或做自动化,补充:

  • models list --json
  • models show --model
  • task get --kind video
  • --wait
  • --poll-interval
安全使用建议
This skill appears consistent with a CLI wrapper for an AI video generation service, but take these precautions before installing or providing credentials: - Verify the npm package and GitHub repository: confirm the package name (ai-media-generator) and homepage (https://github.com/214140846/ai-media-generator) are legitimate, well-maintained, and match the expected author. - Inspect the package contents or source before installing: review the package's install scripts and the ai-media binary source to ensure no unexpected postinstall scripts or behaviors. - Limit API key scope and rotate keys: create an API key with the minimum required permissions and an expiry if the service supports it. Do not reuse broader cloud credentials. - Test in a sandbox environment first: run the CLI in an isolated environment (container or VM) to observe network calls and filesystem writes. - Confirm AI_MEDIA_BASE_URL: ensure it points to the official service domain and not an attacker-controlled endpoint. - Note the missing reference docs: SKILL.md points to ../ai-media-cli/references/* files that are not included; request those docs or validate command behavior via the CLI's --help before relying on defaults. If you cannot verify the npm package or the repository owner, consider treating the install as higher risk and decline or demand more provenance before proceeding.
功能分析
Type: OpenClaw Skill Name: ai-media-generator-ai-video-generation Version: 1.0.0 The skill bundle provides instructions and command templates for an AI video generation CLI tool named `ai-media-generator`. It defines standard environment variables (AI_MEDIA_API_KEY), installation steps via npm, and typical workflows for model selection and video generation. No indicators of malicious intent, data exfiltration, or harmful prompt injection were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description, required binary (ai-media), and required env vars (AI_MEDIA_BASE_URL, AI_MEDIA_API_KEY) are coherent for a CLI-based text-/image-to-video generator. The primary credential is the API key, which matches the stated purpose.
Instruction Scope
SKILL.md contains concrete CLI commands limited to configuring the CLI, listing/showing models, and generating/fetching video tasks. It references local docs (../ai-media-cli/references/...) that are not present in this package; that is an operational gap but not an obvious security concern. The instructions do not request unrelated filesystem reads or extra environment variables.
Install Mechanism
Install spec is a Node package (ai-media-generator) that provides the ai-media binary. Using npm is expected for a CLI packaged as an npm module, but installing arbitrary packages carries moderate risk if the package or maintainer are unvetted. No direct remote-download URLs or extract-from-unknown-host steps are present.
Credentials
Only AI_MEDIA_BASE_URL and AI_MEDIA_API_KEY are required and the API key is declared as primaryEnv. No unrelated credentials, broad-scoped tokens, or secret-named envs are requested. This is proportionate for an API-driven video generation CLI.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or system-wide persistence. It does not modify other skills' configs according to the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-media-generator-ai-video-generation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-media-generator-ai-video-generation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish from ai-media-generator
元数据
Slug ai-media-generator-ai-video-generation
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ai Video Generation 是什么?

Use when someone asks for ai video generation, video generator, text-to-video, image-to-video, prompt-to-video, video model selection, or CLI-based video wor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。

如何安装 Ai Video Generation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-media-generator-ai-video-generation」即可一键安装,无需额外配置。

Ai Video Generation 是免费的吗?

是的,Ai Video Generation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ai Video Generation 支持哪些平台?

Ai Video Generation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Video Generation?

由 JinChanZis(@jinchanzis)开发并维护,当前版本 v1.0.0。

💬 留言讨论