wsl-bridge

Invoke Linux commands from PowerShell and manage WSL distributions.

779|139|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/taracodlabs/aiden --skill wsl-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wsl-bridge
Source: https://github.com/taracodlabs/aiden/tree/main/skills/wsl-bridge
Command: npx skills add https://github.com/taracodlabs/aiden --skill wsl-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges Windows and WSL to enable running Linux commands from Windows, share data between both filesystems, and manage WSL distributions without context switching.

Core Features & Use Cases

  • Invoke Linux commands from PowerShell or Windows Terminal to access Linux tooling from Windows.
  • Pass Windows files to WSL and access Windows drives from within Linux, plus manage WSL distributions (list, status, default, shutdown).
  • Use cases include on-demand Linux command execution, cross-environment file workflows, and routine WSL housekeeping.

Quick Start

Install the WSL bridge and run a Linux command from Windows to verify seamless cross-environment operation.

Frequently Asked Questions about wsl-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Linux commands from Windows PowerShell without switching terminals?

You can invoke Linux commands directly from Windows PowerShell using WSL bridge to execute Bash scripts and access Linux tooling seamlessly without switching terminals. It passes data between Windows and WSL filesystems for cross-environment workflows.

What is the best way to translate file paths between Windows and WSL?

Translating file paths between Windows and WSL uses wslpath to convert directory structures so Windows files are accessible from Linux. This allows you to pass Windows files to WSL and access Windows drives from within Linux environments.

Can I manage WSL distributions like listing and setting defaults from Windows?

Managing WSL distributions from Windows is supported for listing installed distros, checking status, designating a default distribution, and shutting down WSL. These routine WSL housekeeping tasks run without leaving your Windows terminal.

Does WSL bridge work with existing Bash scripts in WSL?

WSL bridge works with Bash scripts in WSL by executing them from Windows PowerShell and handling data passing between environments. It supports on-demand Linux command execution for cross-environment file workflows.

Why do I need a bridge for WSL and Windows filesystem integration?

A bridge for WSL and Windows filesystem integration is needed to share data between both filesystems and run Linux commands without manual context switching. It enables passing Windows files to WSL and accessing Windows drives from Linux seamlessly.