alibabacloud-video-editor
Installation
SKILL.md
Video Editor Skill
Automated video editing tool that submits Alibaba Cloud editing tasks based on provided materials and editing requirements, without requiring ffmpeg installation, waits for task completion, and outputs the final video URL.
Core Design Philosophy
This skill adopts a separation of concerns design:
- references/ - LLM knowledge base containing best practice documentation for various scenarios
- scripts/ - Pure execution tools responsible only for submitting tasks and polling status
The LLM should refer to documents in references/ to generate Timeline JSON in Alibaba Cloud ICE format, then use scripts to submit tasks.
Prerequisites
Pre-check: Install Python Dependencies
pip install -r requirements.txt
Related skills