setup-nas
Installation
SKILL.md
Set Up NAS
Register the location(s) where raw footage lives and finished renders should be archived. Works for any rsync-reachable path: a locally-mounted NAS share, an SSHFS mount, or an ssh host alias (user@host:/path).
Procedure
1. Resolve data dir
DATA_DIR="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/video-editing"
NAS_FILE="$DATA_DIR/nas.json"
mkdir -p "$DATA_DIR"
test -f "$NAS_FILE" && cat "$NAS_FILE"
If one exists, show the user the current config and ask whether to update or replace.