← Back to Skills Marketplace
80
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install vlog-auto-edit
Description
AI Agent自动剪辑旅行Vlog的完整工作流。从原始素材到成品视频,系统级只需ffmpeg,其余在Python venv内完成。
Usage Guidance
This skill is largely coherent for automated vlog editing, but take the following precautions before installing or running it:
- Credentials and endpoints: the workflow sends extracted frames to a vision API (API_URL/API_KEY). Only provide keys for vision providers you trust and that have an acceptable privacy policy. Do not hand over credentials to unknown endpoints.
- Test with non-sensitive data: first run the skill on throwaway/sample clips (no personal or private content) to observe network calls and outputs.
- Prefer isolated environments: use a Python venv or container rather than installing packages globally (the SKILL.md suggests both; follow the venv option to reduce system impact).
- Inspect files for hidden content: the SKILL.md triggered a unicode-control-chars detection—open it in a hex/inspector or a trusted editor to ensure there are no hidden control characters or surprising instructions.
- Review network activity: if possible, run the agent in an environment where you can monitor outbound requests (so you can see where frames are uploaded).
- Review the upstream repo and author: the README points to a GitHub repo; verify the source code there and check commit history/issues. If you cannot verify the origin, be more cautious.
If you want, I can: (1) extract and show any non-printing/control characters found in SKILL.md, (2) list the exact places where the instructions send data off-host, or (3) suggest a minimal, offline configuration (use only local models) to avoid uploads.
Capability Analysis
Type: OpenClaw Skill
Name: vlog-auto-edit
Version: 1.0.1
The skill bundle provides a legitimate workflow for automated video editing but utilizes high-risk capabilities, including automated package installation (pip install) and extensive shell command execution via ffmpeg. Specifically, code examples in SKILL.md utilize subprocess.run(shell=True), which presents a shell injection vulnerability. While these actions are aligned with the stated purpose of video processing, the instructions require classifying risky capabilities (shell/file access) as suspicious even when they are plausibly needed for the task.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the requested actions: ffmpeg + Python + a visual-model API are reasonable for automated vlog editing. However the registry metadata lists no required environment variables while the SKILL.md clearly expects a visual API endpoint and API key (API_URL / API_KEY) and optionally music/model APIs. The mismatch (declared none vs. instructions requiring keys) is noteworthy but explainable.
Instruction Scope
Runtime instructions tell the agent to extract frames, base64-encode them and POST to an external vision API, to clone a GitHub repo, and to install Python packages (possibly into the global environment). Those actions are coherent for the purpose, but they involve network uploads of user media and automated package installation. Additionally, a pre-scan found 'unicode-control-chars' in SKILL.md (a prompt-injection signal) which could hide or manipulate agent-visible instructions — inspect the file for invisible characters before trusting automated execution.
Install Mechanism
There is no packaged install spec; the skill is instruction-first and includes two utility scripts. Recommended installs are standard (pip packages, ffmpeg, optional yt-dlp). No obscure remote binary downloads or shortened URLs were found in the provided files. Risk is primarily from pip installing into global environment (the SKILL.md even recommends two modes and warns about model sizes).
Credentials
The skill needs at least one external API credential (vision model endpoint + API key) to perform visual analysis, and may also use other paid models or music APIs. Those credentials are not declared in the registry metadata. Uploading extracted frames to third-party endpoints is intrinsic to the feature but is a sensitive operation; ensure the chosen endpoint/provider is trustworthy and privacy-compliant. The skill does not request unrelated secrets (no AWS/GitHub tokens shown), but the omission from requires.env is an inconsistency to be aware of.
Persistence & Privilege
The skill does not request 'always: true', does not modify other skills or system-wide settings, and contains only scripts that operate on local files and call ffmpeg. It does not demand elevated privileges. Autonomous invocation is allowed by platform default (not flagged by itself).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vlog-auto-edit - After installation, invoke the skill by name or use
/vlog-auto-edit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
v1.0.1 makes minor improvements and adds author information.
- Added author field with contact to SKILL.md.
- Updated skill version to 1.0.1 in SKILL.md.
- Minor content tweaks and clarifications in documentation files.
- No breaking changes to workflow or functionality.
v1.0.0
Initial release: AI Agent auto-edits travel vlogs from raw footage. 7-stage pipeline: inventory → reference research → 3D analysis → preprocessing → LLM narrative planning → ffmpeg rendering → BGM generation. Includes dashboard visualization, speech validation, and 24 battle-tested pitfalls.
Metadata
Frequently Asked Questions
What is Vlog Auto Edit?
AI Agent自动剪辑旅行Vlog的完整工作流。从原始素材到成品视频,系统级只需ffmpeg,其余在Python venv内完成。 It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.
How do I install Vlog Auto Edit?
Run "/install vlog-auto-edit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vlog Auto Edit free?
Yes, Vlog Auto Edit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vlog Auto Edit support?
Vlog Auto Edit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vlog Auto Edit?
It is built and maintained by Nyx研究所 (@znyupup); the current version is v1.0.1.
More Skills