editly-render

Installation
SKILL.md

Editly Render

Run editly on a JSON spec to compose a video. Editly is a declarative slideshow / montage tool — clips, titles, transitions, audio mix all described as JSON.

Procedure

1. Verify editly

command -v editly >/dev/null || { echo "editly not installed. Run deps-setup and select editly (npm-global, requires Cairo + ffmpeg)."; exit 1; }
editly --version

2. Inputs

Installs
5
GitHub Stars
4
First Seen
Jun 5, 2026
editly-render — danielrosehill/claude-video-editor-plugin