phone-harness
GitHub通过 ADB 控制真实 Android 手机,执行自动化操作如点击、滑动、截图及应用交互。适用于明确指定的移动端测试或操控场景,强调安全限制与物理设备连接。
触发场景
安装
npx skills add milind-soni/OpenMausBot --skill phone-harness -g -y
SKILL.md
Frontmatter
{
"name": "phone-harness",
"description": "Control, inspect, test, or automate a physical Android phone connected to OpenMausBot over authorized USB debugging. Use for explicit Android, USB phone, ADB, mobile-app, tapping, typing, swiping, scrolling, screenshot, or phone-screen requests."
}
Phone Harness
Use the phone tools for every requested Android action. Never replace them
with Bash, raw adb, subprocess, an emulator, network ADB, or Tailscale.
- Call
statusbefore the first action. If the device is missing or unauthorized, stop and relay the physical setup instruction. - Call
open_appwith the human app name. Do not scan the launcher first. Uselist_appsonly when the name is ambiguous. - Call
read_screenbefore choosing a target and after every action. Prefertap_text; usescreenshotand pixeltaponly when accessibility text cannot identify the target. - Use
swipe,type_text, andpressfor interaction, verifying each step.
The tools operate the user's real phone. Navigate and read only what the task needs. Stop before sending, posting, purchasing, booking, deleting, changing settings, entering protected information, or accepting an unexpected legal or security prompt unless the user has explicitly authorized that exact action.
Never enter passwords, payment details, government identifiers, or one-time codes. Ask the user to complete protected-input steps directly on the phone.
版本历史
- 4ea27e7 当前 2026-08-19 11:43


