autoace docs
Paste the install prompt into an AI Agent to set up the CLI, Skill, and MCP. Then write Android on-device automation skills with AI, validate, and push them to Kuaiyou Master for local execution.
Quick Start: from zero to your first skill
No tool tables to memorize, no JSON to hand-write. Walk through the 3 steps and the AI sees your screen, writes the skill, validates it, and pushes it — you only confirm on the phone.
What you need
- Kuaiyou Master app installed on your phone
- An AI agent client installed on your computer (Cursor, Claude Code, Codex, Qwen Code, or similar)
- Phone and computer on the same LAN (same Wi-Fi)
Step 1 · Send this prompt to the AI
Copy the whole prompt into your AI client:
Install the Kuaiyou Master CLI and Agent Skill, and configure MCP: https://kuaiyou-app.github.io/autoace-cli-installation-guide.mdThe AI installs autoace-cli, adds the autoace Agent Skill, and configures MCP. It will tell you when it needs your help.
Step 2 · Open the Kuaiyou Master app
- In the Kuaiyou Master app: Settings → Advanced → MCP Service, enable it.
- Tap the MCP Service entry → Copy for Agent, then paste the whole text into the AI chat and send it.
Step 3 · Your first skill: tap the Confirm button
Send this prompt to the AI (main example: tap Confirm whenever it appears, up to 3 times):
Use autoace MCP: first observe_screen to inspect my phone screen, then write a skill that taps the Confirm button whenever it appears, up to 3 times with about 2s between taps. Validate with validate_kuaiyou_skill, then push_reactive_skill with run: true and wait until it finishes. Do not use removed readText / setClipboard — use storeValue for read/write.The AI follows "see screen → write skill → validate → push". A confirmation appears on the phone — tap Confirm/Allow and the skill runs locally. The AI waits and reports the log.