← Back to Skills Marketplace
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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 vid...
Usage Guidance
This skill appears to be what it claims (a CLI workflow for skills.video), but there are two things to watch out for: (1) SKILL.md tells the agent to run curl -fsSL https://skills.video/cli/install.sh | bash — downloading and executing a remote shell script is high-risk. Inspect that script before running it or prefer installing the CLI via a package manager or from a verified release. (2) The CLI can 'install-skill' into local agent roots, which may modify other agent configurations or drop files into agent directories. If you care about isolation, run installation and first use in a disposable or sandboxed environment (non-root user, container, or VM), review ~/.skillsvideo after login, and avoid allowing autonomous agent invocation until you’ve validated the install script and the CLI behavior. If you want to proceed safely: fetch the install.sh manually, review its contents, run it interactively (not piped), and confirm what paths and permissions it modifies. If you cannot review the install artifact, treat this skill as potentially risky.
Capability Analysis
Type: OpenClaw Skill
Name: skillsvideo-cli
Version: 0.0.7
The `skillsvideo-cli` skill bundle contains instructions in SKILL.md that direct the AI agent to automatically download and execute a remote shell script using the high-risk `curl | bash` pattern (https://skills.video/cli/install.sh). This facilitates unverified Remote Code Execution (RCE) on the host system. While the tool's stated purpose is AI media generation, the automated execution of remote scripts and the inclusion of an `install-skill` command with broad targets (e.g., 'auto', 'all') pose significant security risks without clear evidence of intentional malice.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md instructions: this is an instruction-only skill that tells an agent how to use the skillsvideo CLI for image and video generation. The commands and workflows described are coherent with that purpose.
Instruction Scope
The runtime instructions tell the agent to download and execute an install script from https://skills.video/cli/install.sh (curl | bash) and to perform browser-based login/session reuse. They also reference local cache paths (~/.skillsvideo/openapi.json) and explicit commands to install a bundled skill into local agent roots. These steps go beyond simply invoking a CLI and involve network installs, local file writes, and potential modification of other agent-related directories.
Install Mechanism
No formal install spec in the registry, but the SKILL.md explicitly instructs running a remote install script via curl | bash from skills.video. Executing a fetched shell script is high-risk because arbitrary code will run on the host; the URL is the project domain (not a well-known package repo), so there is no additional assurance or package-manager provenance.
Credentials
The skill declares no required environment variables or credentials, which is proportionate. However, instructions imply storing and reusing browser sessions and local caches (e.g., ~/.skillsvideo/openapi.json) — meaning authentication/session tokens will be saved on disk. The SKILL.md does not request unrelated secrets, which is good.
Persistence & Privilege
The CLI exposes an 'install-skill --target auto|codex|claude|all|zip' action that installs bundled skills into 'supported local agent roots' — this implies the ability to modify other agent configurations or drop files into agent directories. Although the skill itself is not set to always:true, this install behavior grants it the capability to change the local agent environment and should be treated as a privilege with potential impact.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skillsvideo-cli - After installation, invoke the skill by name or use
/skillsvideo-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.7
- Initial release of skillsvideo-cli skill.
- Provides unified AI image and video generation through the `skillsvideo` CLI.
- Supports 80+ models across text-to-image, image-to-image, text-to-video, and image-to-video workflows.
- Enforces strict model selection—explicit model requests are never silently switched.
- Includes workflows for installation, authentication, model discovery, generation, and artifact downloading.
- Details async task handling and best practices for reliable operation.
Metadata
Frequently Asked Questions
What is SkillsVideo CLI?
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 vid... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install SkillsVideo CLI?
Run "/install skillsvideo-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SkillsVideo CLI free?
Yes, SkillsVideo CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SkillsVideo CLI support?
SkillsVideo CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SkillsVideo CLI?
It is built and maintained by 廖健 (@colorhook); the current version is v0.0.7.
More Skills