open-in-kdenlive

Installation
SKILL.md

Open in Kdenlive

Launch Kdenlive on a project's working directory or specific project file.

Procedure

1. Resolve target

Two input modes:

  • Project name (slug) — look up under the registered video index.
  • Direct path — to a .kdenlive file or a working/ folder.
INDEX_FILE="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/video-editing/index.json"
INDEX_PATH=$(jq -r .path "$INDEX_FILE" 2>/dev/null)

If a project slug was given: TARGET="$INDEX_PATH/<slug>/working".

Installs
4
GitHub Stars
4
First Seen
Jun 5, 2026
open-in-kdenlive — danielrosehill/claude-video-editor-plugin