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
.kdenlivefile or aworking/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".