SkillAgentSearch skills...

PyAndroidControl

Your Remote ADB controller. Control your Android device via python scripts.

Install / Use

/learn @nladuo/PyAndroidControl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyAndroidControl

Your Remote ADB controller. Control your Android device via python scripts.

Architecture

Usage

1. Install the App

Install PyAndroidControl App, and make sure the App has Root Permission.

2. Write your Logics

Change the simple-control-server/logics.py to what ever you want.

def get_commands(token, img_file):
    """ analyze the screenshot and send 
        commands back to android device """
    img_file.save("tmp.png")
    print(token)

    # your adb shell commands
    cmds = [
        'input text "111"',
        'input text "222"',
        'input text "333"',
    ]
    return cmds

3. Control your Device

Remote ADB Control

Mock adb with PyAndroidControl, check remote-adb-control.

License

MIT

Related Skills

View on GitHub
GitHub Stars92
CategoryDevelopment
Updated1mo ago
Forks22

Languages

Kotlin

Security Score

95/100

Audited on Feb 8, 2026

No findings