Overview
- Skill Key
- harshilmathur/android-agent
- Author
- harshilmathur
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/harshilmathur/android-agent
- Latest Commit SHA
- be1c0880e8676701531e504821b14a95d75be25c
android agent — AI Powered Android Phone Control
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Android Agent 技能。 若已安装,则直接安装 Android Agent 技能。
# 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 It Works 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](https://github.com/droidrun/droidrun) with GPT-4o vision. ``` ┌─────────────┐ screenshots ┌──────────────┐ ADB commands ┌─────────────┐ │ GPT-4o │◄─────────────────│ DroidRun │──────────────────►│ Android │ │ Vision │─────────────────►│ Agent │◄──────────────────│ Phone │ │ │ tap/type/swipe │ │ screen state │ │ └─────────────┘ └──────────────┘ └─────────────┘ ``` ## Works Two Ways ### Direct Mode Phone plugged into your OpenClaw gateway machine via USB. Zero networking required. ``` [Gateway Machine] ──USB──► [Android Phone] ``` ### Node Mode 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. ## Quick Start (3 steps) ### 1. Enable USB Debugging On your Android phone: - Go to **Settings → About Phone** - Tap **Build Number** 7 times to enable Developer Options - Go to **Settings → Developer Options** - Enable **USB Debugging** ### 2. Connect & Install ```bash # Plug phone in via USB, then: pip install -r requirements.txt adb devices # verify phone shows up — authorize on phone if prompted ``` ### 3. Run Your First Task ```bash export OPENAI_API_...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
calvinxhk
botlearn Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
calmtime
Feishu Card Sender Skill
calvinxhk
Autonomously inspects a live OpenClaw instance across 5 health domains (hardware, config, security, skills, autonomy) and delivers a quantified traffic-light report with actionable fix guidance.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.