editframe-cli

Installation
SKILL.md

Editframe CLI

Quick Start

# Render a composition to video
npx editframe render -o output.mp4

# Render from a URL
npx editframe render --url http://localhost:4321 -o output.mp4

# Preview a project
npx editframe preview

# Generate captions
npx editframe transcribe video.mp4 -o captions.json
Installs
84
GitHub Stars
14
First Seen
Mar 18, 2026
editframe-cli — editframe/skills