wsl-path-converter

v1.0.0

Convert Windows paths to WSL paths for file operations in WSL environment

0· 104·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe Windows-to-WSL path conversion and the SKILL.md provides exactly that logic. No unrelated binaries, env vars, or capabilities are requested.
Instruction Scope
The instructions are limited to recognizing drive-letter paths, replacing backslashes with forward slashes and mapping drive letters to /mnt/<letter>/. They do not instruct reading files, accessing system credentials, or sending data to external endpoints.
Install Mechanism
No install spec or code files are present (instruction-only). That minimizes disk writes and execution of third-party code.
Credentials
The skill requires no environment variables, credentials, or config paths — appropriate for a simple text-conversion helper.
Persistence & Privilege
always is false and the skill is user-invocable. Model invocation is allowed (the platform default) but that is proportional for a utility skill of this type.
Assessment
This skill appears narrowly scoped and coherent: it only converts Windows-style paths (e.g., C:\path\to\file) into /mnt/c/path/to/file form. Before relying on it, test edge cases you care about (UNC paths like \\server\share are not covered by the rules shown; network mounts or unmapped drives may not exist under /mnt; trailing slashes, percent-encoding, or drive-letter case may affect results). Because it is instruction-only and requests no credentials, it doesn't introduce obvious privilege or exfiltration risks on its own — but be cautious if you combine it with other skills that read or transmit files: the converter only transforms strings and does not itself verify or access the filesystem.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c2jv327fmkftetq514cfb558385rk

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments