← Back to Skills Marketplace
weiqihan

wsl-path-converter

by weiqihan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
148
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wsl-path-converter
Description
Convert Windows paths to WSL paths for file operations in WSL environment
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: wsl-path-converter Version: 1.0.0 The wsl-path-converter skill is a purely instructional set of rules for converting Windows-style file paths to WSL-compatible paths (e.g., C:\ to /mnt/c/). It contains no executable code, network activity, or suspicious prompt instructions, and its behavior is entirely consistent with its stated purpose in SKILL.md.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wsl-path-converter
  3. After installation, invoke the skill by name or use /wsl-path-converter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of wsl-path-converter. - Converts Windows paths (e.g., `C:\Users\file.txt`) to WSL-compatible paths (e.g., `/mnt/c/Users/file.txt`). - Automatically detects and translates path separators and drive letters. - Designed for file operations and resource access across Windows and WSL environments.
Metadata
Slug wsl-path-converter
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is wsl-path-converter?

Convert Windows paths to WSL paths for file operations in WSL environment. It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.

How do I install wsl-path-converter?

Run "/install wsl-path-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is wsl-path-converter free?

Yes, wsl-path-converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does wsl-path-converter support?

wsl-path-converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created wsl-path-converter?

It is built and maintained by weiqihan (@weiqihan); the current version is v1.0.0.

💬 Comments