← Back to Skills Marketplace
Video Organizer
by
utopiabenben
· GitHub ↗
· v1.0.0
284
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install video-organizer
Description
视频文件批量重命名和整理工具,支持按时间、格式、分辨率等方式整理视频,批量重命名,预览模式和撤销功能!
Usage Guidance
This tool appears to do exactly what it says: local file operations to organize and rename videos with preview and undo support. Before using it: (1) run with --preview first to confirm planned changes; (2) test on a small sample folder; (3) note it creates a local backup file (.video-organizer-backup.json) in the output directory — keep or move that file if it contains mappings you care about; (4) the code performs copy (organize) or rename (rename/undo) operations locally and does not transmit data externally; (5) the package author/source is unknown — if you require higher assurance, review the script yourself or run it in a controlled environment.
Capability Analysis
Type: OpenClaw Skill
Name: video-organizer
Version: 1.0.0
The video-organizer skill is a legitimate utility for managing video files by date or format. The Python script (video_organizer.py) uses standard libraries (pathlib, shutil) for file operations and includes safety features such as user confirmation prompts, a preview mode, and an undo mechanism via a local JSON backup file. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (batch rename and organize videos) match the code and SKILL.md. The skill only performs local file operations (organize, rename, preview, undo) and does not request unrelated capabilities or credentials.
Instruction Scope
SKILL.md instructions align with the implemented behavior: operate on a given directory, offer preview/confirm prompts, save a local backup file and support undo. The instructions reference only local paths and usage of the included Python script; they do not instruct reading unrelated system files or sending data externally.
Install Mechanism
No install spec is provided (instruction-only). Source includes a Python script that can be run locally; nothing is downloaded from external URLs or installed automatically, which reduces risk.
Credentials
No environment variables, credentials, or external config paths are requested. All required inputs are local directory paths as expected for a file-organizing tool.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It writes a local backup file (.video-organizer-backup.json) into the output directory and performs file copy/rename operations — expected behavior for this functionality.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-organizer - After installation, invoke the skill by name or use
/video-organizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
正式版本发布!视频文件批量重命名和整理工具,支持按时间、格式等方式整理视频,批量重命名,预览模式和撤销功能!
Metadata
Frequently Asked Questions
What is Video Organizer?
视频文件批量重命名和整理工具,支持按时间、格式、分辨率等方式整理视频,批量重命名,预览模式和撤销功能!. It is an AI Agent Skill for Claude Code / OpenClaw, with 284 downloads so far.
How do I install Video Organizer?
Run "/install video-organizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Organizer free?
Yes, Video Organizer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Video Organizer support?
Video Organizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Organizer?
It is built and maintained by utopiabenben (@utopiabenben); the current version is v1.0.0.
More Skills