wsl-setup

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

A setup helper for Windows Subsystem for Linux (WSL), a way to run Linux development tools on Windows. It prepares the Java, Android SDK, and Android Debug Bridge (ADB) tools used by Android and Flutter projects.

In plain words
What is it for?
Use it when starting Android or Flutter work in WSL, especially when builds fail or ADB, Java, or the Android SDK cannot be found.
Why use it?
It removes common setup problems such as missing Java, incorrect Android SDK paths, broken ADB access, and Windows/Linux path conflicts.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

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

Good fit Use it when starting Android or Flutter work in WSL, especially when…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/t3dhuli/wsl-bridge/wsl-setup
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 wsl-setup
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 wsl-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/t3dhuli/wsl-bridge/wsl-setup.svg)](https://agentmods.dev/skills/t3dhuli/wsl-bridge/wsl-setup)
Your own site
<a href="https://agentmods.dev/skills/t3dhuli/wsl-bridge/wsl-setup"><img src="https://agentmods.dev/badge/skills/t3dhuli/wsl-bridge/wsl-setup.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 201 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.00201
Opus 5 $0.00000 $0.00101
Sonnet 5 $0.00000 $0.00040
Haiku 4.5 $0.00000 $0.00020

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

Security

Grade A, and why

wsl-setup 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 6d 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/wsl-setup/SKILL.md · 29 lines

What it actually says

WSL Bridge Setup Skill

This skill helps Claude automatically configure the WSL/Windows development environment.

When to use

  • When ADB is not found or not working
  • When Java/JAVA_HOME is missing
  • When Android SDK path is wrong
  • When build fails due to path issues
  • At the start of any Android/Flutter session

What this skill does

  1. Detects if running in WSL2
  2. Auto-finds Java installation
  3. Auto-finds Android SDK
  4. Creates smart ADB wrapper
  5. Tests everything works

Instructions for Claude

When environment issues are detected:

  1. Run: source ~/.claude/plugins/wsl-bridge/hooks/startup.sh
  2. Test: java -version && adb devices
  3. If still failing: run the full diagnostic
  4. Report exactly what was fixed

Diagnostic command

bash ~/.claude/plugins/wsl-bridge/commands/wsl-status.sh

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. 6d ago First seen · 29 lines · 0 tokens per session scan A 0ce451439428

Subscribe to this mod's changes

wsl-setup 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 201 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