A technical skill for programmatically controlling Android devices through ADB and uiautomator2 integration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install android-remote-control
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install android-remote-control using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Android Remote Control skill provides a robust interface for interacting with Android mobile devices directly from your terminal or AI agent. By utilizing uiautomator2 and the Android Debug Bridge (ADB), this skill allows for granular control over device hardware and software. It is a core component for developers building Openclaw Skills that require mobile testing, automated UI interaction, or remote screen monitoring without manual intervention.
To get started, ensure your Android device has Developer Options and USB Debugging enabled. You must have ADB installed and properly configured in your system environment. Install the necessary Python library:
pip install uiautomator2
Usage examples for Openclaw Skills:
# Capture a screenshot
python scripts/remote_control.py snap workspace/last_snap.jpg
# Click on specific coordinates
python scripts/remote_control.py click 0.5 0.5
# Start a specific application
python scripts/remote_control.py start <package_name>
| File/Parameter | Description |
|---|---|
| scripts/remote_control.py | The primary logic handler for ADB and uiautomator2 commands. |
| workspace/ | The default directory for storing captured screenshots and logs. |
| snap path | The local file path where device screen captures are saved. |
| x, y coordinates | Input values used to define the target location for click events. |
Loading
A long-term memory layer for OpenClaw that enables personalized interactions by persisting user preferences and patterns across sessions.

A lightweight, local-first CRM system for AI agents that enforces a strict confirmation gate for all data writes to ensure accuracy and auditability.

A robust timetable manager supporting both individual student profiles and parent-managed child schedules.

A streamlined configuration utility for integrating Alibaba Cloud Bailian and Qwen flagship models into your AI workflows.

A high-performance AI art generation tool that integrates Gemini Imagen 3 into Openclaw Skills for seamless text-to-image creation.

An AI-powered advisory engine providing intelligent bet recommendations, risk analysis, and bankroll management for gaming platforms.








































