Short Video Auto Editing
v1.0.0基于 MoviePy 和 Edge TTS,实现短视频素材自动筛选、裁剪、AI配音、字幕同步及批量混剪生成。
⭐ 0· 155·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The SKILL.md describes MoviePy-based editing and Edge TTS voice generation which is consistent with the skill name/description. However, the skill declares no required binaries/config but the workflow implicitly requires external runtime components (ffmpeg for MoviePy, a Python runtime and pip packages). It also references a macOS font path (/System/Library/Fonts/STHeiti Light.ttc) which is platform-specific and not declared.
Instruction Scope
Instructions operate on local media files, generate audio via edge_tts, produce subtitle clips, and write outputs to an outputs/ directory. There are no instructions to read unrelated system files, exfiltrate data, or post results to external endpoints beyond using Edge TTS (a network service). The text explicitly outlines file structure, selection logic, and quality checks.
Install Mechanism
This is an instruction-only skill with no install spec and no code files bundled, so nothing is written to disk by an installer. That lowers installation risk. (Note: runtime requires Python packages and ffmpeg but these are not declared as install steps.)
Credentials
The skill requests no environment variables or credentials (declared none). It does rely on edge_tts which will use network access to Microsoft voice services; the SKILL.md does not declare any credentials for that (edge-tts often uses public endpoints without subscription keys), but the lack of declared network dependence is worth noting. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent system-wide changes or access to other skills' configs. Autonomous invocation is allowed (platform default) but not combined with other privilege escalations.
Assessment
This skill appears to do what it says (batch video editing + Edge TTS), but before using it you should: (1) ensure you have the required runtime tooling installed — Python, MoviePy, the edge-tts package, and a working ffmpeg binary (MoviePy requires ffmpeg) — the SKILL.md omits these declarations; (2) be aware Edge TTS will make network calls to Microsoft voice services (no credentials are requested, but text/audio is sent to that service); (3) adjust platform-specific paths (the font path in the doc is macOS-specific) and confirm the ~/视频素材/ and outputs/ directories are correct and writable; (4) run the workflow in a safe/test environment first (it processes local media files and writes output) and review any third-party packages you install for supply-chain risk. If you want stronger assurance, ask the author for an explicit dependency list and an install spec (including ffmpeg and required Python packages) and a statement about whether Edge TTS requires any subscription or will send data to external servers.Like a lobster shell, security has layers — review code before you run it.
latestvk97bepzyvb27qyz0wjej008aex83k63t
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
