oh-ashen-oneoh-ashen-oneCommunityยท1 Agent Skills Included

device-takeover

Remote screen viewing, input control, and voice for devices

Controls Android phones, Linux handhelds, and Linux PCs over the network by capturing screens, sending taps and button presses, and handling voice input and output. Eliminates manual device handling by running screenshot-analyze-act loops for navigation, messaging, and gameplay. Includes setup scripts, ADB and SSH command references, and an automated game loop for hands-free operation.
npx skills add oh-ashen-one/device-takeover --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Device Takeover?โ–ผ

Run `npx skills add oh-ashen-one/device-takeover --all -g -y` in your terminal to install the skill globally, then run the included setup script to connect your device.

What devices does Device Takeover support?โ–ผ

It supports Android phones and tablets via ADB over WiFi, Linux handhelds like Steam Deck and SuiPlay via SSH, and Linux PCs via SSH.

How do I connect my Android phone wirelessly?โ–ผ

Enable Developer Options and Wireless Debugging on your phone, pair once with `adb pair IP:PORT`, then connect with `adb connect IP:PORT`. The skill includes a full step-by-step walkthrough.

Can it play games on a Steam Deck automatically?โ–ผ

Yes. The automated game loop captures the screen via Gamescope, analyzes the game state, and sends gamepad button presses through InputPlumber in a repeating cycle.

Does Device Takeover support voice control?โ–ผ

Yes. It records microphone audio, transcribes it with Whisper, executes the requested actions, and speaks responses back through the device's speakers using TTS.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’