This is a stateful command line interface for Kdenlive video editing that follows the Blender CLI harness pattern. You can script video edits through commands for managing media bins, timeline tracks, clips, filters, transitions, and guides, then export to MLT XML for rendering. It includes a REPL mode with tab completion and supports up to 50 levels of undo/redo. The dual output format (human readable tables or JSON with a flag) makes it workable for both interactive use and AI agents. If you're automating video editing workflows or need programmatic access to Kdenlive without the GUI, this gives you that capability through a JSON project format.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-kdenlive