- Match command syntax to execution environment: PowerShell for Windows, shell for WSL/Linux
- Choose execution by video locality, not merely where the agent runs
- Clarify that agents should perform lightweight setup themselves when possible
- Document WSL agents can use powershell.exe to run Windows host setup
- Hand off only long-running transcription/media commands to the user
- Choose Windows vs WSL execution based on where the video file lives
- Windows-host videos (/mnt/c, /mnt/d, C:, D:) should use PowerShell and Windows-local transcription project
- WSL/Linux videos (/home, /var, Linux mounts) should use Linux/WSL commands
- Keep Windows uv UNC-path warning, but only when Windows execution is chosen
- Add reference doc with Windows and WSL command templates
- Document that Windows uv should not run from WSL UNC paths
- Recommend cloning the skill repo on Windows or copying scripts/transcription to C:\...
- Add PowerShell setup examples for Windows-local transcription directory
- Update long-running operations and pitfalls to require Windows local paths
A conversational video-editing planning assistant. Provides tools for:
- Audio transcription via bundled funasr-script (Fun-ASR-Nano / SenseVoice)
- On-demand clip extraction and frame sampling (ffmpeg, hardware-accelerated)
- SQLite index to track all artifacts and avoid duplicate processing
- Vision analysis guidance with binary-search-style frame sampling
- Iterative Markdown-table edit plan output
Agent-agnostic: no platform-specific tool names, works with any agent runtime.
Dependencies checked at guidance level with OS package manager install hints.