← 返回 Skills 市场
148
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wsl-path-converter
功能描述
Convert Windows paths to WSL paths for file operations in WSL environment
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wsl-path-converter - 安装完成后,直接呼叫该 Skill 的名称或使用
/wsl-path-converter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
wsl-path-converter 是什么?
Convert Windows paths to WSL paths for file operations in WSL environment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。
如何安装 wsl-path-converter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wsl-path-converter」即可一键安装,无需额外配置。
wsl-path-converter 是免费的吗?
是的,wsl-path-converter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wsl-path-converter 支持哪些平台?
wsl-path-converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wsl-path-converter?
由 weiqihan(@weiqihan)开发并维护,当前版本 v1.0.0。
推荐 Skills