Android UI smoke tests
Generate flows from the real screen and interactive nodes, then validate their structure before delivery.
Install the Kuaiyou Master CLI and Agent Skill, and configure MCP: https://kuaiyou-app.github.io/autoace-cli-installation-guide.mdStart with observable, testable, repeatable Android workflows
Generate flows from the real screen and interactive nodes, then validate their structure before delivery.
Compose taps, text input, waits, and swipes into reusable skills to test an automation idea quickly.
Continue the conversation from the latest screen, adjust the target, and send a new version without rebuilding coordinate scripts.
Open WeChat, Alipay, or a target app from the home screen, then stop when the home tab or an asserted label appears.
Tap away update prompts, teen-mode gates, or “Got it” overlays, then stop. No tap loops.
When Confirm or Check-in appears, tap it once and finish. Built for one-shot actions, not infinite loops.
Browse 4 community skills. Download or copy one, then validate and send it to the phone.
4 skill(s) found
Copying a link only gets the skill file. You still need validation, delivery, and phone confirmation.
请先打开目标 App 的签到页。屏幕出现「签到」文案时点击一次后结束。不绑定具体 App;支付宝/微信等请先用 observe_screen 确认文案,再按需改 launchApp 或选择器。
启动微信,等到屏幕出现「微信」文案后播报完成。界面改版后请用 observe_screen 对着当前屏幕改选择器。
启动支付宝,等到屏幕出现「首页」文案后播报完成。不同版本底栏文案可能不同,请用 observe_screen 改选择器。
拦截版本更新、青少年模式等打断主流程的弹窗;若出现「确认」按钮则点击,最多 3 次。请先打开目标 App,文案不同时用 observe_screen 改选择器。
autoace-cli is the open-source bridge between an MCP AI client and the Kuaiyou Master App. It inspects the screen, validates skills, and sends them to the phone after you confirm.
The docs currently cover Claude Code, Codex, Cursor, and generic MCP client configuration. Other MCP-compatible clients may work, but should be verified against their specific version.
No root is required. Kuaiyou Master uses Android Accessibility Services to execute actions; you still grant the required permissions and confirm before importing or running a skill.
No. AI helps inspect the screen and create the skill. After delivery and confirmation, Kuaiyou Master runs it on the phone. Reconnect only when you need changes.