Android automation
Skill zhangtao272820/AI_Agent/Lobster_Agent/skills/android-automation
开源多智能体矩阵:Manager 总管调度 RAG、DB、Code、Extractor、Lobster、Music、Video 等子 Agent。Nuxt · FastAPI · Playwright · pgvector · Compose,企业级参考实现。
npx -y skills add zhangtao272820/AI_Agent --skill android-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 15 days oldThe repository was created 15 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 473 tokens by cl100k_base, as published. Nobody here has run it
android-automation Skill(OpenClaw 类 · P2-C3)
Android 设备自动化:经 ADB shell 或 Android MCP sidecar 操作手机 App
何时加载
task_kind为mobile_app- 用户任务含:Android、安卓、手机、ADB、打开微信/支付宝、点击屏幕
- 无
start_url或 URL 非 http(s)
环境
| 变量 | 说明 |
|---|---|
LOBSTER_ANDROID_MCP_ENABLED=1 | 启用 mobile 引擎 |
LOBSTER_ANDROID_MCP_SERVERS | JSON MCP 配置(可选;无则 ADB 演示模式) |
LOBSTER_ANDROID_ADB_PATH | adb 可执行路径,默认 adb |
LOBSTER_ANDROID_DEVICE_SERIAL | 多设备时指定 serial |
需至少一台 adb devices 状态为 device 的已连接设备。
执行规则
- 先
adb devices确认设备在线 - 打开 App:
am start或 MCP 工具;输入用input text;点击用input tap x y - 截图验证:
screencap -p或 MCP 截图工具 - 卸载/恢复出厂/支付等高风险:说明风险并 finish 中止
- 无法定位控件时:尝试
uiautomator dump或 MCP UI 树
完成标准
- 打开 App:目标 Activity 前台或 finish 回报包名
- 输入/点击:finish 中说明操作与可见反馈
- 截图任务:finish 中确认已截图或描述屏幕内容
禁止
- 无确认执行卸载、恢复出厂、转账
- 编造未执行过的设备操作结果
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.