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.
npx skills add T3Dhuli/wsl-bridge --skill wsl-setupgit clone --depth 1 https://github.com/T3Dhuli/wsl-bridgeWrote 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.
[](https://agentmods.dev/skills/t3dhuli/wsl-bridge/wsl-setup)<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>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.
| Model | Per session | Once 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 |
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.
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
- Detects if running in WSL2
- Auto-finds Java installation
- Auto-finds Android SDK
- Creates smart ADB wrapper
- Tests everything works
Instructions for Claude
When environment issues are detected:
- Run: source ~/.claude/plugins/wsl-bridge/hooks/startup.sh
- Test: java -version && adb devices
- If still failing: run the full diagnostic
- Report exactly what was fixed
Diagnostic command
bash ~/.claude/plugins/wsl-bridge/commands/wsl-status.sh
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.
- 6d ago First seen · 29 lines · 0 tokens per session scan A 0ce451439428
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.
Other skills, from other repositories
android-ui-journey-testing
XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.
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.
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…
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.
android-adb-control
Direct control of Android physical devices and Termux environments via Android Debug Bridge (ADB).
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.