Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
android-agent — AI-Powered Android Phone Control android-agent — AI-Powered Android Phone Control Plug your old Android phone into your Mac/PC. Now your AI assistant can use it. Got an old Android in a drawer? Connect it to any machine running OpenClaw — your gateway, a Mac Mini, a Raspberry Pi. Your AI can now open apps, tap buttons, type text, and complete tasks on a real phone. Book a cab, order food, check your bank app — anything you'd do with your thumbs. How
git clone https://github.com/harshilmathur/android-agent.gitOverall rank
#41
Adoption
No public adoption signal
Trust
Unknown
Freshness
Feb 25, 2026
Freshness
Last checked Feb 25, 2026
Best For
android-agent is best for use, now, forward workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
android-agent — AI-Powered Android Phone Control android-agent — AI-Powered Android Phone Control Plug your old Android phone into your Mac/PC. Now your AI assistant can use it. Got an old Android in a drawer? Connect it to any machine running OpenClaw — your gateway, a Mac Mini, a Raspberry Pi. Your AI can now open apps, tap buttons, type text, and complete tasks on a real phone. Book a cab, order food, check your bank app — anything you'd do with your thumbs. How Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 25, 2026
Vendor
Harshilmathur
Artifacts
0
Benchmarks
0
Last release
Unpublished
Install & run
git clone https://github.com/harshilmathur/android-agent.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Harshilmathur
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
text
┌─────────────┐ screenshots ┌──────────────┐ ADB commands ┌─────────────┐ │ GPT-4o │◄─────────────────│ DroidRun │──────────────────►│ Android │ │ Vision │─────────────────►│ Agent │◄──────────────────│ Phone │ │ │ tap/type/swipe │ │ screen state │ │ └─────────────┘ └──────────────┘ └─────────────┘
text
[Gateway Machine] ──USB──► [Android Phone]
text
[Gateway] ──network──► [Mac Mini / Pi node] ──USB──► [Android Phone]
bash
# Plug phone in via USB, then: pip install -r requirements.txt adb devices # verify phone shows up — authorize on phone if prompted
bash
export OPENAI_API_KEY="sk-..." python scripts/run-task.py "Open Settings and turn on Dark Mode"
bash
python scripts/run-task.py "Order an Uber to the airport" python scripts/run-task.py "Set an alarm for 6 AM tomorrow" python scripts/run-task.py "Check my bank balance on PhonePe" python scripts/run-task.py "Open Google Maps and navigate to the nearest coffee shop"
Editorial read
Docs source
GITHUB OPENCLEW
Editorial quality
ready
android-agent — AI-Powered Android Phone Control android-agent — AI-Powered Android Phone Control Plug your old Android phone into your Mac/PC. Now your AI assistant can use it. Got an old Android in a drawer? Connect it to any machine running OpenClaw — your gateway, a Mac Mini, a Raspberry Pi. Your AI can now open apps, tap buttons, type text, and complete tasks on a real phone. Book a cab, order food, check your bank app — anything you'd do with your thumbs. How
Plug your old Android phone into your Mac/PC. Now your AI assistant can use it.
Got an old Android in a drawer? Connect it to any machine running OpenClaw — your gateway, a Mac Mini, a Raspberry Pi. Your AI can now open apps, tap buttons, type text, and complete tasks on a real phone. Book a cab, order food, check your bank app — anything you'd do with your thumbs.
Your AI agent sees the phone screen (via screenshots), decides what to tap/type/swipe, and executes actions via ADB. Under the hood it uses DroidRun with GPT-4o vision.
┌─────────────┐ screenshots ┌──────────────┐ ADB commands ┌─────────────┐
│ GPT-4o │◄─────────────────│ DroidRun │──────────────────►│ Android │
│ Vision │─────────────────►│ Agent │◄──────────────────│ Phone │
│ │ tap/type/swipe │ │ screen state │ │
└─────────────┘ └──────────────┘ └─────────────┘
Phone plugged into your OpenClaw gateway machine via USB. Zero networking required.
[Gateway Machine] ──USB──► [Android Phone]
Phone plugged into a Mac Mini, Raspberry Pi, or any OpenClaw node. The gateway controls it over the network.
[Gateway] ──network──► [Mac Mini / Pi node] ──USB──► [Android Phone]
For Node mode, connect ADB over TCP/WiFi so the node can forward commands.
On your Android phone:
# Plug phone in via USB, then:
pip install -r requirements.txt
adb devices # verify phone shows up — authorize on phone if prompted
export OPENAI_API_KEY="sk-..."
python scripts/run-task.py "Open Settings and turn on Dark Mode"
That's it. The script handles everything: waking the screen, unlocking, keeping the display on, and running your task.
python scripts/run-task.py "Order an Uber to the airport"
python scripts/run-task.py "Set an alarm for 6 AM tomorrow"
python scripts/run-task.py "Check my bank balance on PhonePe"
python scripts/run-task.py "Open Google Maps and navigate to the nearest coffee shop"
python scripts/run-task.py "Send a WhatsApp message to Mom saying I'll be late"
python scripts/run-task.py "Read my latest SMS messages"
python scripts/run-task.py "Open Telegram and check unread messages"
python scripts/run-task.py "Open Amazon and search for wireless earbuds under 2000 rupees"
python scripts/run-task.py "Add milk and bread to my Instamart cart"
python scripts/run-task.py "Open Google Calendar and check my schedule for tomorrow"
python scripts/run-task.py "Create a new note in Google Keep: Buy groceries"
python scripts/run-task.py "Play my Discover Weekly playlist on Spotify"
python scripts/run-task.py "Open YouTube and search for lo-fi study music"
python scripts/run-task.py "Turn on Dark Mode"
python scripts/run-task.py "Connect to my home WiFi network"
python scripts/run-task.py "Enable Do Not Disturb mode"
python scripts/run-task.py "Turn off Bluetooth"
python scripts/run-task.py "Take a screenshot"
python scripts/run-task.py "Open the camera and take a photo"
python scripts/run-task.py "Clear all notifications"
| Variable | Required | Description |
|----------|----------|-------------|
| OPENAI_API_KEY | Yes | API key for GPT-4o vision |
| ANDROID_SERIAL | No | Device serial number. Auto-detected if only one device is connected |
| ANDROID_PIN | No | Phone PIN/password for auto-unlock. If not set, unlock is skipped |
| DROIDRUN_TIMEOUT | No | Task timeout in seconds (default: 120) |
Install ADB:
# macOS
brew install android-platform-tools
# Ubuntu/Debian
sudo apt install android-tools-adb
# Windows
# Download from https://developer.android.com/tools/releases/platform-tools
Connect phone via USB and verify:
./scripts/connect.sh usb
Install DroidRun Portal APK on the phone:
adb install droidrun-portal.apkInstall Python dependencies:
pip install -r requirements.txt
On the node machine (Mac Mini, Pi, etc.), connect the phone via USB and enable WiFi ADB:
adb tcpip 5555
adb connect <phone-ip>:5555
From your gateway, connect to the node's ADB:
# If using SSH tunnel:
ssh -L 15555:<phone-ip>:5555 user@node-ip
export ANDROID_SERIAL="127.0.0.1:15555"
# Or direct WiFi (same network):
./scripts/connect.sh wifi <phone-ip>
Run tasks as normal — the script uses whatever ANDROID_SERIAL points to.
The DroidRun Portal APK must be installed and running on the phone. It provides the accessibility service that allows DroidRun to read screen content and interact with UI elements.
scripts/run-task.py — The Main Script# Basic usage
python scripts/run-task.py "Your task description here"
# With options
python scripts/run-task.py --timeout 180 "Install Spotify from Play Store"
python scripts/run-task.py --model gpt-4o "Open Chrome and search for weather"
python scripts/run-task.py --no-unlock "Take a screenshot"
python scripts/run-task.py --serial 127.0.0.1:15555 "Check notifications"
python scripts/run-task.py --verbose "Open Settings"
Options:
| Flag | Description |
|------|-------------|
| goal | Task description (positional, required) |
| --timeout | Timeout in seconds (default: 120, or DROIDRUN_TIMEOUT env) |
| --model | LLM model to use (default: gpt-4o) |
| --no-unlock | Skip the auto-unlock step |
| --serial | Device serial (default: ANDROID_SERIAL env or auto-detect) |
| --verbose | Show detailed debug output |
scripts/connect.sh — Setup & Verify Connection./scripts/connect.sh # Auto-detect USB device
./scripts/connect.sh usb # USB mode (explicit)
./scripts/connect.sh wifi 192.168.1.100 # WiFi/TCP mode
scripts/screenshot.sh — Screenshot (ADB screencap, reliable)DroidRun’s internal screenshot sometimes fails on certain devices. Use this to bypass DroidRun and capture a PNG directly via ADB.
# Save to /tmp/android-screenshot.png
./scripts/screenshot.sh
# Explicit serial + output path
./scripts/screenshot.sh 127.0.0.1:15555 /tmp/a03.png
You can also do it from Python:
python scripts/run-task.py --screenshot --serial 127.0.0.1:15555 --screenshot-path /tmp/a03.png
scripts/status.sh — Device Status./scripts/status.sh
# Output:
# 📱 Device: Samsung Galaxy A03 (SM-A035F)
# 🤖 Android: 11 (API 30)
# 🔋 Battery: 87%
# 📺 Screen: ON (unlocked)
# 🔌 Connection: USB
# 📦 DroidRun Portal: installed (v0.5.5)
adb kill-server && adb start-server--verbose to see what the agent is seeing./scripts/connect.sh usb first, then ./scripts/connect.sh wifi <ip>adb shell getevent -l and tap each digitadb shell input text <PIN> as a fallback on some devicesANDROID_PIN environment variable (never hardcode it)Use a dedicated test device, not your primary phone.
Bottom line: Treat the connected phone as a "work device for AI." Don't leave personal accounts logged in. Don't store secrets on it. If you wouldn't hand your unlocked phone to a stranger, don't point this skill at it.
MIT — see LICENSE
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/harshilmathur-android-agent/snapshot"
curl -s "https://xpersona.co/api/v1/agents/harshilmathur-android-agent/contract"
curl -s "https://xpersona.co/api/v1/agents/harshilmathur-android-agent/trust"
Operational fit
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/harshilmathur-android-agent/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/harshilmathur-android-agent/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/harshilmathur-android-agent/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/harshilmathur-android-agent/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/harshilmathur-android-agent/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/harshilmathur-android-agent/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T04:42:05.665Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "use",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "now",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "forward",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "it",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "also",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "read",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:use|supported|profile capability:now|supported|profile capability:forward|supported|profile capability:it|supported|profile capability:also|supported|profile capability:read|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Harshilmathur",
"href": "https://github.com/harshilmathur/android-agent",
"sourceUrl": "https://github.com/harshilmathur/android-agent",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T05:21:22.124Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/harshilmathur-android-agent/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/harshilmathur-android-agent/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T05:21:22.124Z",
"isPublic": true
},
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/harshilmathur-android-agent/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/harshilmathur-android-agent/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to android-agent and adjacent AI workflows.