agentic-edit
Installation
SKILL.md
Agentic Edit
Drive an LLM-based agent over a long video to produce a shorter cut. The agent watches the video (or samples it), proposes timestamped segments worth keeping, and emits a cut-list. The skill optionally renders the cut.
Procedure
1. Resolve backend
Two backends, picked by user preference (or by what's installed):
| Backend | Best for | Source |
|---|---|---|
video-use |
conversational queries over a video, fast iteration | pip install git+https://github.com/browser-use/video-use |
VideoAgent |
research-grade multi-agent reasoning over long video | git clone https://github.com/HKUDS/VideoAgent |