Borrowing it
Nothing to install: this file belongs to tanbro/uiautomator2-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/tanbro/uiautomator2-mcp-server/main/.skills/android-ui-test/SKILL.mdgit clone --depth 1 https://github.com/tanbro/uiautomator2-mcp-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tanbro/uiautomator2-mcp-server/android-ui-test)<a href="https://agentmods.dev/skills/tanbro/uiautomator2-mcp-server/android-ui-test"><img src="https://agentmods.dev/badge/skills/tanbro/uiautomator2-mcp-server/android-ui-test/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tanbro/uiautomator2-mcp-server/android-ui-test"><img src="https://agentmods.dev/badge/skills/tanbro/uiautomator2-mcp-server/android-ui-test.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.01165 |
| Opus 5 | $0.00020 | $0.00583 |
| Sonnet 5 | $0.00008 | $0.00233 |
| Haiku 4.5 | $0.00004 | $0.00117 |
Grade A, and why
android-ui-test scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 146 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Android UI Test Automation (Demo & Production)
This skill serves a dual purpose:
- Demonstration: Shows how to build AI-driven Android UI testing skills
- Production Testing: Acts as the project's own automated UI test suite
Goals
- Demonstrate best practices for Android UI automation skills
- Provide comprehensive testing for uiautomator2-mcp-server functionality
- Enable AI agents to validate Android device interactions
- Serve as a reference implementation for similar skills
Prerequisites
- Connected Android device with USB debugging enabled
- ADB server running (
adb start-server) - uiautomator2-mcp-server properly configured
Usage Scenarios
Scenario 1: Learning Example
When developers want to understand how to create Android UI testing skills:
- Study the structured approach in this skill
- Learn proper YAML metadata formatting
- Understand test case organization and execution flow
- See how to handle device-specific considerations
Scenario 2: Production Testing
When validating uiautomator2-mcp-server functionality:
- Execute complete test suite automatically
- Generate detailed pass/fail reports
- Validate all core device interaction capabilities
- Ensure consistent performance across device variations
Test Execution Flow
Phase 1: Device Setup and Validation
- List connected devices via
device_list - Select first available device
- Initialize device via
inittool - Verify device connectivity and basic info
Phase 2: Comprehensive Functionality Tests
- Device Operations: Info, screenshot, UI hierarchy dump
- Touch Actions: Click, long press, double click at various positions
- Gesture Operations: Swipe, drag, system key presses
- Application Management: List apps, launch apps, get app info
- Element Interactions: Wait for elements, get bounds, text extraction, element clicks
- Input Operations: Text input, keyboard management
- Clipboard Operations: Read/write clipboard content
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 146 lines · 41 tokens per session scan A d95a87b20a99
android-ui-test is a skill published in the GitHub repository tanbro/uiautomator2-mcp-server (41 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 41 tokens to every session and 1,165 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
android-ui-journey-testing
XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.
solopi-ai
A command-line framework for testing Android apps and devices with SoloPi, including on-device or cloud AI decision models. It manages devices, test cases, recorded interactions, replays, performance history, and evidence.
android-qa
Test an Android app on a real phone or an emulator using adb. Use when the user wants to install an APK they just compiled, walk through the app's screens, check the on-screen text, reproduce a bug, capture screenshots, read crash logs, or set up an Android testing environment from scratch. Covers both a physical…
playwright-for-android
End-to-end Android debug loop on an emulator. Builds the APK with a Gradle task, boots a named AVD, installs and launches the target package, then drives a single feature via adb-injected UI actions while capturing a unified logcat-and-actions timeline plus a developer-facing test report. Use when the user wants to…
mobile-tester
You are the Mobile Tester Specialist. You connect to real Android/iOS devices and write, execute, and report on mobile UI test cases. You master THREE testing modalities.
android-ui-journey-testing
XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.