Install
openclaw skills install wsl-path-converterConvert Windows paths to WSL paths for file operations in WSL environment
openclaw skills install wsl-path-converterThis skill is used to convert Windows paths to WSL paths, enabling correct access to Windows files in the WSL environment.
In the WSL environment, the disk partitions of Windows are mounted under the /mnt/ directory, for example:
C:\ → /mnt/c/E:\ → /mnt/e/
This skill can automatically recognize the Windows path format and convert it into a path accessible by WSL.The skill will automatically handle path conversion. When you provide a path in Windows format, it will be automatically converted to WSL format.
When you mentioned a similar path:
E:\projects\chess_game.png → automatically converted to /mnt/e/projects/chess_game.pngC:\Users\Documents\file.txt → automatically converted to /mnt/c/Users/Documents/file.txtD:\data\images\photo.jpg → automatically converted to /mnt/d/data/images/photo.jpgX:\/mnt/x/ format\ to the Unix path separator /