auto-cut-silences
Installation
SKILL.md
Auto-Cut Silences
Wrapper around auto-editor — detects silent segments based on an audio threshold and rebuilds the file with those segments removed. Re-encodes only the affected ranges; the rest is stream-copied where possible.
Procedure
1. Resolve auto-editor
Auto-editor is installed by deps-setup into the plugin's shared uv venv. Locate it via the venv path recorded in preferences.json:
DATA_DIR="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/video-editing"
PREFS="$DATA_DIR/preferences.json"
VENV=$(jq -r '.python_venv // empty' "$PREFS" 2>/dev/null)