
from device-takeover47
Control Android and Linux devices over the network: capture screen, send touch/keyboard input, run commands, and perform voice I/O for remote control or gamepla
Detailed instructions to connect to and control Android phones, Linux handhelds (SuiPlay/Steam Deck), and Linux PCs over the network. Covers ADB pairing and wireless debugging, screenshot capture, scripted input (tap/swipe/keyevents), app installation/launch, SSH-based workflows for handhelds/PCs, and voice-in/voice-out loops for transcribed commands and TTS responses. Includes step-by-step Android setup, troubleshooting, and gameplay/voice control loops.
Use this skill when an agent must remotely operate a physical device: testing or demonstrating mobile apps, automating app installs, playing or automating gameplay remotely, taking screenshots for visual analysis, or enabling voice-driven control on networked devices. It is appropriate whenever ADB or SSH access is available and the user consents to remote control.
scripts/game-loop.sh for capture->analyze->act pipelines (has_scripts=false metadata but examples provided).Best suited for agents with shell/exec capabilities and vision/audio pipelines (agents that can call adb/ssh, run subprocesses, and use transcription/tts tools).
Device Takeover provides remote control of Android phones and Linux devices via ADB/SSH, including screen capture, input injection, and voice I/O. The SKILL.md is thorough with a complete Android ADB walkthrough. Scripts failed in dry-run due to missing device args (game-loop.sh) and missing deps (setup.sh needs adb/sshpass/ffmpeg). Security concerns around permissive SSH settings (StrictHostKeyChecking=no, password on command line).
adbsshpassffmpegWell-documented skill with practical device control workflows. SKILL.md is comprehensive. Main security concerns are SSH hardening (StrictHostKeyChecking=no, password-based auth). No malicious intent detected — these are convenience tradeoffs for device control automation. Consider adding SSH key support as an alternative to password auth.