android-wifi-deploy

Manage proxy setup, port discovery, and reconnection for wireless Android deployment.

94|31|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/PureWeen/PolyPilot --skill android-wifi-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-wifi-deploy
Source: https://github.com/PureWeen/PolyPilot/tree/main/.claude/skills/android-wifi-deploy
Command: npx skills add https://github.com/PureWeen/PolyPilot --skill android-wifi-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of deploying Android apps over WiFi, eliminating manual steps and potential connection issues during development and testing.

Core Features & Use Cases

  • WiFi Deployment Automation: Facilitates building, pushing, and installing Android APKs wirelessly from macOS, reducing setup time.
  • Troubleshooting Connectivity: Guides users through proxy setup, port discovery, and reconnection steps for unstable or changing wireless debugging ports.
  • Use Case: Developers can deploy updates to their Android device over WiFi without USB, saving time and improving workflow efficiency.

Quick Start

Discover your device’s current WiFi debug port with dns-sd, set up the TCP proxy with the provided script, then connect via adb to deploy your app wirelessly.

Frequently Asked Questions about android-wifi-deploy

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

FAQPage Schema
How do I deploy an Android APK over WiFi without a USB cable?

Wireless Android APK deployment uses a TCP proxy and ADB to push and install builds over WiFi. This Skill automates proxy setup and port discovery, enabling you to push and install updates without a physical USB connection.

Why does my wireless Android debugging connection keep dropping?

Wireless Android debugging connections drop due to dynamic port changes and network instability. This Skill mitigates connection drops by managing port discovery and automating reconnection procedures to maintain a reliable ADB link.

How do I find the current WiFi debugging port for my Android device?

You can find the current WiFi debugging port using dns-sd for port discovery. This Skill guides you through the dns-sd discovery process and sets up the necessary TCP proxy to establish the ADB connection.

Can I automate Android app deployment from macOS over WiFi?

Yes, you can automate Android app deployment from macOS over WiFi. This Skill provides scripts that facilitate building, pushing, and installing APKs wirelessly, reducing manual setup time and streamlining your workflow.

What's the best way to handle dynamic port changes during wireless ADB debugging?

Handling dynamic port changes during wireless ADB debugging requires automated port discovery and TCP proxy management. This Skill ensures compatibility with changing ports by automating proxy configuration and device reconnection procedures.