The Agentic Skills

Write with an AI AgentAndroid automation skills

Copy the prompt below to your AI assistant

Quick Start
Install the Kuaiyou Master CLI and Agent Skill, and configure MCP: https://kuaiyou-app.github.io/autoace-cli-installation-guide.md

Use cases

Start with observable, testable, repeatable Android workflows

01

Android UI smoke tests

Generate flows from the real screen and interactive nodes, then validate their structure before delivery.

02

Repetitive-flow prototypes

Compose taps, text input, waits, and swipes into reusable skills to test an automation idea quickly.

03

Fast failure iteration

Continue the conversation from the latest screen, adjust the target, and send a new version without rebuilding coordinate scripts.

04

Launch an app and reach a known screen

Open WeChat, Alipay, or a target app from the home screen, then stop when the home tab or an asserted label appears.

05

Dismiss blocking dialogs

Tap away update prompts, teen-mode gates, or “Got it” overlays, then stop. No tap loops.

06

Tap a target once when it appears

When Confirm or Check-in appears, tap it once and finish. Built for one-shot actions, not infinite loops.

Skill examples

Browse 4 community skills. Download or copy one, then validate and send it to the phone.

4 skill(s) found

How to run a skill

  1. Open or download the skill file.
  2. Use your AI client to validate the skill.
  3. After validation, send it to the phone.
  4. Confirm and run it on Android.

Copying a link only gets the skill file. You still need validation, delivery, and phone confirmation.

  • 出现「签到」时点击一次

    ExampleDEFAULT

    请先打开目标 App 的签到页。屏幕出现「签到」文案时点击一次后结束。不绑定具体 App;支付宝/微信等请先用 observe_screen 确认文案,再按需改 launchApp 或选择器。

  • 打开微信并等待首页

    ExampleDEFAULT

    启动微信,等到屏幕出现「微信」文案后播报完成。界面改版后请用 observe_screen 对着当前屏幕改选择器。

  • 打开支付宝并等待首页

    ExampleDEFAULT

    启动支付宝,等到屏幕出现「首页」文案后播报完成。不同版本底栏文案可能不同,请用 observe_screen 改选择器。

  • 关闭更新与确认弹窗

    ExampleDEFAULT

    拦截版本更新、青少年模式等打断主流程的弹窗;若出现「确认」按钮则点击,最多 3 次。请先打开目标 App,文案不同时用 observe_screen 改选择器。

Frequently Asked Questions (FAQ)

What is autoace-cli?

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.

Which AI tools do the docs cover?

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.

Is root access required to run automation tasks?

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.

Must AI stay connected while a skill runs?

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.