path-translator

path-translator is a skill for Claude Code from T3Dhuli/wsl-bridge. It costs 0 tokens per session (117 once invoked), scanned A, original, MIT.

A guide for translating file paths between WSL, a Linux environment on Windows, and Windows itself. It converts formats such as /mnt/c/Users/... and C:\Users\....

In plain words
What is it for?
Preparing the correct path for Windows executables, Linux commands, and files shared between WSL and Windows.
Why use it?
It prevents path-format errors when Linux tools and Windows programs work on the same files.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the wsl-bridge plugin — 3 skills shipped together

Good fit Preparing the correct path for Windows executables, Linux commands, and files shared between WSL and Windows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/t3dhuli/wsl-bridge/path-translator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add T3Dhuli/wsl-bridge --skill path-translator
Clone the repo
git clone --depth 1 https://github.com/T3Dhuli/wsl-bridge

Made for: Claude Code.

Or install wsl-bridge, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for path-translator

README.md
[![agentmods](https://agentmods.dev/badge/skills/t3dhuli/wsl-bridge/path-translator.svg)](https://agentmods.dev/skills/t3dhuli/wsl-bridge/path-translator)
Your own site
<a href="https://agentmods.dev/skills/t3dhuli/wsl-bridge/path-translator"><img src="https://agentmods.dev/badge/skills/t3dhuli/wsl-bridge/path-translator.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 117 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00117
Opus 5 $0.00000 $0.00059
Sonnet 5 $0.00000 $0.00023
Haiku 4.5 $0.00000 $0.00012

Measured 7d ago against content hash ae325f1dcd13, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

path-translator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/path-translator/SKILL.md · 15 lines

What it actually says

Path Translator Skill

Automatically translate paths between WSL and Windows formats.

Rules

  • WSL to Windows: /mnt/c/ → C:, / → \
  • Windows to WSL: C:\ → /mnt/c/, \ → /
  • Always use correct format for the tool being called:
    • Windows .exe files need Windows paths
    • Linux tools need Linux/WSL paths

Examples

WSL path: /mnt/c/Users/YourUser/project/file.apk Windows path: C:\Users\YourUser\project\file.apk

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 15 lines · 0 tokens per session scan A ae325f1dcd13

Subscribe to this mod's changes

path-translator is a skill published in the GitHub repository T3Dhuli/wsl-bridge (2 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 117 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

android-ui-journey-testing

XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.

sickn33/agentic-awesome-skills · 27 tokens

solopi-ai

A command-line framework for testing Android apps and devices with SoloPi, including on-device or cloud AI decision models. It manages devices, test cases, recorded interactions, replays, performance history, and evidence.

alipay/SoloPi · 127 tokens

flutter

Use when building, structuring, testing or optimizing a Flutter app — feature-first layering, Riverpod 3 or Bloc, typed gorouter, freezed models, a dio data layer, Material 3, jank hunting, widget/golden tests. Targets Flutter 3.44 / Dart 3.12. NOT React Native (that is react-native), NOT Compose Multiplatform (that…

ericrisco/rsc-harness · 91 tokens

android-app-blackbox-competitive-analysis

Use when users request Android competitor research, systematic feature or interface mapping, evidence screenshots, interaction coverage, comparison-ready product dossiers, or Android system-boundary verification without APK decompilation.

poll-poll134/android-blackbox-analysis-skill · 45 tokens

android-adb-control

Direct control of Android physical devices and Termux environments via Android Debug Bridge (ADB).

AbdullahMalik17/malikclaw · 22 tokens

create-screen

Creates a GetX screen module (controller, view, binding) under lib/app/modules and registers it in app routes. Use whenever the user asks to create a screen, page, or module, says get create screen, get create page, get create module, or wants a new GetX view plus controller plus binding with routing.

EmadBeltaje/flutter_getx_template · 69 tokens