← Back to Skills Marketplace
Video A'Roll Auto Editor v4.7
by
gilbertwuu
· GitHub ↗
· v1.0.3
· MIT-0
717
Downloads
15
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install video-aroll-auto-editor
Description
Automates video rough editing by detecting silence, scoring segments, removing duplicates, and generating a best-segment clip and detailed report.
Usage Guidance
This appears to be a coherent local video rough-editing utility. Before running it: (1) review the bundled Python script yourself (it will execute ffmpeg and spawn the Whisper CLI); (2) be aware the Whisper package may download large language/model weights on first use (network + disk), so run where you accept that download and resource use; (3) run in an isolated environment (container or VM) until you trust behavior; (4) test on non-sensitive sample videos first; (5) note the project is GPL v3 — if you distribute derivatives you must comply with the license. Also be aware the code includes minor bugs/truncation in the provided excerpt (e.g., an incomplete return in analyze_fluency) — you may want to run linting/tests or fix small issues before relying on it in production.
Capability Analysis
Type: OpenClaw Skill
Name: video-aroll-auto-editor
Version: 1.0.3
The skill bundle provides a legitimate automated video editing tool for A'Roll content, utilizing FFmpeg and OpenAI Whisper for processing. The main script, `video_editor_auto_v4.6.py`, implements a complex pipeline for silence detection, transcription-based fluency analysis, and content deduplication. All external commands are executed safely via `subprocess.run` with argument lists, and the file operations are strictly aligned with the stated purpose of generating rough cuts and processing reports. No indicators of data exfiltration, malicious persistence, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description claim automated video rough editing; the code and SKILL.md require FFmpeg, Python, and openai-whisper and perform silence detection, scoring, transcription, deduplication, clipping and concatenation — all consistent with that purpose.
Instruction Scope
SKILL.md instructs running the included Python script and installing FFmpeg and openai-whisper. The runtime instructions and code operate on local files (input video, work and output dirs) and call local binaries (ffmpeg, whisper CLI). They do not reference unrelated system paths, environment variables, or external endpoints in the provided excerpts. Note: Whisper/whisper CLI may download model weights (large files) and perform network I/O when first used; the instructions do not warn about that.
Install Mechanism
No install spec supplied (instruction-only plus bundled code). The README suggests installing FFmpeg via system package manager and the openai-whisper Python package via pip, which is expected for a local transcription-based tool. No arbitrary download URLs or archive extraction were specified.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code reads and writes files in provided input/output/work directories only — proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It does not modify other skills or global agent settings in the provided materials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-aroll-auto-editor - After installation, invoke the skill by name or use
/video-aroll-auto-editor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Added technical documentation file: `CODE_DOCUMENTATION.md`
- Added user guide: `README.md`
- Included main script file: `video_editor_auto_v4.6.py`
v1.0.2
### Video Aroll Auto Editor v1.0.2
- Updated the SKILL.md documentation: reorganized content, clarified descriptions, unified language, and improved project structure & documentation references.
- No changes to code or functionality; documentation improvements only.
v1.0.1
- Added a prominent usage disclaimer specifying the tool is best for single-person, talking-to-camera (A'Roll) content and not suited for multi-person, B-roll, or music-heavy videos.
- Included a "Best For / Not Suitable" comparison table for clearer audience guidance.
- No changes to features, installation, usage, or technical functionality.
- Documentation improvements for user clarity; no underlying code or algorithm updates.
v1.0.0
- Initial release of Video Auto Editor (v4.7).
- Automatically selects best segments from single or multiple video files using AI and rule-based scoring.
- Supports smart scoring (clarity, fluency, rhythm) and detailed transcription-based fluency analysis.
- Performs both within-video and cross-video deduplication using content similarity.
- Batch processing mode concatenates deduplicated segments and generates comprehensive Markdown reports.
Metadata
Frequently Asked Questions
What is Video A'Roll Auto Editor v4.7?
Automates video rough editing by detecting silence, scoring segments, removing duplicates, and generating a best-segment clip and detailed report. It is an AI Agent Skill for Claude Code / OpenClaw, with 717 downloads so far.
How do I install Video A'Roll Auto Editor v4.7?
Run "/install video-aroll-auto-editor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video A'Roll Auto Editor v4.7 free?
Yes, Video A'Roll Auto Editor v4.7 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video A'Roll Auto Editor v4.7 support?
Video A'Roll Auto Editor v4.7 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video A'Roll Auto Editor v4.7?
It is built and maintained by gilbertwuu (@gilbertwuu); the current version is v1.0.3.
More Skills