device-takeover
Remote screen viewing, input control, and voice for devices
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core