editframe-cli/SKILL.md
Command-line tools for Editframe video development. Render compositions to MP4 locally, preview in the browser, transcribe audio, and deploy to the cloud.
npx skillsauth add editframe/skills editframe-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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
The CLI is included in all Editframe project templates. To use standalone:
npx @editframe/cli <command>
Or install globally:
npm install -g @editframe/cli
-t, --token <token> — API token (or EF_TOKEN env var)--ef-host <host> — Editframe host (default: https://editframe.com)-V, --version — Show version-h, --help — Show helpdevelopment
Webhook notifications for render completion and file processing events. Configure endpoints, verify HMAC signatures, and handle real-time status payloads.
tools
Vite integration for Editframe development with local video transcoding, asset serving, file API endpoints, and visual regression testing.
development
Build video editing interfaces with Editframe's GUI components. Assemble timeline, scrubber, filmstrip, preview, playback controls, and transform handles.
tools
Scaffold new Editframe video projects from templates. Generates project structure, installs dependencies, and sets up composition tooling to start immediately.