Ai Video Generation
v1.0.0Use 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...
⭐ 0· 60·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk976aj6gmmy4351qc8q8qnfksh83h2b2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎬 Clawdis
Binsai-media
EnvAI_MEDIA_BASE_URL, AI_MEDIA_API_KEY
Primary envAI_MEDIA_API_KEY
Install
Node
Bins: ai-media
npm i -g ai-media-generator