← Back to Skills Marketplace
ivangdavila

Movie

by Iván · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1021
Downloads
2
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install movie
Description
Create films with AI video generation by managing scripts, prompts, consistency, and production workflows from concept to final cut.
Usage Guidance
This skill is a coherent set of production instructions (prompts, templates, ffmpeg commands, tool recommendations). Before using: ensure ffmpeg and any listed model/CLI tools are installed from trusted sources; do not supply API keys to unknown third-party tools without auditing their privacy/policy; follow the legal notes in commercial.md (do not generate identifiable people without consent; confirm music and brand rights); and be aware that the agent will read/write files under ~/movies/ if given filesystem access — limit that access to project folders and avoid exposing sensitive data.
Capability Analysis
Type: OpenClaw Skill Name: movie Version: 1.0.0 The skill bundle provides comprehensive documentation and examples for AI-driven video production, primarily using standard `ffmpeg` commands. However, the `tools.md` file includes an `ffmpeg` command for concatenating clips (`ffmpeg -f concat -safe 0 -i list.txt -c copy output.mp4`) which disables security checks for the input file list. This `safe 0` flag, while a legitimate `ffmpeg` option, introduces a vulnerability where a maliciously crafted `list.txt` (e.g., containing arbitrary file paths or shell commands if executed in an unsanitized environment) could lead to arbitrary file access or remote code execution. While there is no evidence of intentional malicious behavior, data exfiltration, or harmful prompt injection, this specific command represents a significant vulnerability risk, classifying the skill as 'suspicious' rather than 'benign'.
Capability Assessment
Purpose & Capability
Name/description (AI film production from script to final cut) align with the content: multiple markdowns cover preproduction, generation, tools, postproduction and commercial/experimental workflows. The listed third-party tools (Seedance, Runway, etc.) are relevant to the stated purpose and no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and the other docs are procedural guidance (prompt templates, shot lists, ffmpeg commands, file layouts). They reference reading/writing project files under ~/movies and running local tools (ffmpeg) — which is expected for a production workflow. The instructions do not direct the agent to read unrelated system files, exfiltrate data, or call hidden external endpoints.
Install Mechanism
There is no install spec and no code files; this is instruction-only. That minimizes the risk of arbitrary code being written or executed. The skill assumes external tools (ffmpeg, model APIs) exist but does not install them.
Credentials
No environment variables, credentials, or config paths are required. The guidance references third-party services and self-hosted options but does not ask the agent for unrelated secrets or broad system credentials.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent or elevated system presence nor does it modify other skills or system-wide settings. It only instructs working in a user project directory.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install movie
  3. After installation, invoke the skill by name or use /movie
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - AI filmmaking framework
Metadata
Slug movie
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is Movie?

Create films with AI video generation by managing scripts, prompts, consistency, and production workflows from concept to final cut. It is an AI Agent Skill for Claude Code / OpenClaw, with 1021 downloads so far.

How do I install Movie?

Run "/install movie" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Movie free?

Yes, Movie is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Movie support?

Movie is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Movie?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments