← Back to Skills Marketplace
jinchanzis

Ai Video Generation

by JinChanZis · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
124
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-media-generator-ai-video-generation
Description
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...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-media-generator-ai-video-generation
  3. After installation, invoke the skill by name or use /ai-media-generator-ai-video-generation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish from ai-media-generator
Metadata
Slug ai-media-generator-ai-video-generation
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.

How do I install Ai Video Generation?

Run "/install ai-media-generator-ai-video-generation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Video Generation free?

Yes, Ai Video Generation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ai Video Generation support?

Ai Video Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Video Generation?

It is built and maintained by JinChanZis (@jinchanzis); the current version is v1.0.0.

💬 Comments