adb-bridge

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

A helper for using Android Debug Bridge, the command-line tool for installing apps and controlling connected Android devices, across Linux and Windows environments.

In plain words
What is it for?
Use it to install APK files, run ADB commands from WSL, try Linux or Windows ADB, and convert file paths between the two systems.
Why use it?
It removes common failures when Android tools are unavailable or when Linux and Windows paths do not match, including in WSL.

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 Use it to install APK files, run ADB commands from WSL, try Linux or Windows ADB, and convert file paths between the two systems.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/t3dhuli/wsl-bridge/adb-bridge/github.svg)](https://agentmods.dev/skills/t3dhuli/wsl-bridge/adb-bridge)
Your own site
<a href="https://agentmods.dev/skills/t3dhuli/wsl-bridge/adb-bridge"><img src="https://agentmods.dev/badge/skills/t3dhuli/wsl-bridge/adb-bridge/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for adb-bridge

Your own site · 80×15
<a href="https://agentmods.dev/skills/t3dhuli/wsl-bridge/adb-bridge"><img src="https://agentmods.dev/badge/skills/t3dhuli/wsl-bridge/adb-bridge.svg" alt="Reviewed on agentmods" width="80" 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 121 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.00121
Opus 5 $0.00000 $0.00060
Sonnet 5 $0.00000 $0.00024
Haiku 4.5 $0.00000 $0.00012

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

Security

Grade A, and why

adb-bridge 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 9d 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/adb-bridge/SKILL.md · 20 lines

What it actually says

ADB Bridge Skill

Smart ADB that works regardless of WSL interop state.

When to use

  • Installing APK on connected device
  • Running ADB commands from WSL
  • When "adb not found" or interop errors occur

Priority order

  1. Try Linux ADB (fastest)
  2. Fall back to Windows adb.exe (reliable)
  3. Convert paths automatically between formats

Path conversion

Linux: /mnt/c/Users/Name/file.apk Windows: C:\Users\Name\file.apk

Always try both before giving up.

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. 9d ago First seen · 20 lines · 0 tokens per session scan A d64e2701c6ce

Subscribe to this mod's changes

adb-bridge is a skill published in the GitHub repository T3Dhuli/wsl-bridge (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 121 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

simpod

Drive a booted iOS Simulator from an agent with the simpod CLI — stream it to a browser, tap/swipe/type, send hardware buttons, rotate, read the accessibility tree, set appearance/location/status bar, open URLs, manage permissions, and tail logs. macOS only.

cscoderr/simpod · 63 tokens