device-takeover

Control external Android and Linux devices via ADB and SSH.

51|5|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/oh-ashen-one/device-takeover --skill device-takeover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: device-takeover
Source: https://github.com/oh-ashen-one/device-takeover/tree/main
Command: npx skills add https://github.com/oh-ashen-one/device-takeover --skill device-takeover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires adb, sshpass, ffmpeg, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables AI agents to remotely take over external devices on the local network by reading the screen, sending inputs, and managing voice I/O, reducing the need for manual device control.

Core Features & Use Cases

  • See the device screen in real time and analyze UI elements to decide actions.
  • Act by sending taps, swipes, text input, and gamepad commands across Android, Linux handhelds, and Linux PCs.
  • Speak & Listen through device speakers and microphone for voice-driven interactions and feedback.
  • Use cases: remote device automation, AI-assisted gaming on handhelds, and quick remote provisioning or troubleshooting.

Quick Start

Run the setup script and then start the automated See-Act loop to take over a device.

Frequently Asked Questions about device-takeover

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

FAQPage Schema
How do I automate remote control of an Android device over a local network?

You can automate remote control of an Android device by using ADB to capture the screen and send inputs. This Skill enables AI agents to read the UI and send taps, swipes, and text to automate tasks on Android phones over the local network.

Can I use AI to assist with gaming on a Linux handheld?

Yes, you can use AI to assist with gaming on a Linux handheld by capturing the screen and sending gamepad commands. This Skill supports a See-Act loop that analyzes the UI in real time to decide and execute gamepad inputs for remote gaming assistance.

Do I need ADB and SSH to control Linux PCs and Android phones remotely?

Yes, you need ADB for Android devices and SSH for Linux PCs and handhelds. This Skill requires adb, sshpass, and ffmpeg dependencies to establish connections, capture screens, and send remote inputs across different operating systems.

What is the See-Act loop for device automation?

The See-Act loop is a deterministic process where the AI sees the device screen, analyzes UI elements, and acts by sending inputs. It includes error handling to manage multi-device workflows for remote automation and device provisioning.

Can I manage voice input and output during remote device takeover?

Yes, you can manage voice I/O during remote device takeover by using the device's speakers and microphone. This Skill supports voice-driven interactions and audio feedback for hands-free control and troubleshooting on Android and Linux devices.