Agent skill · Testing & QA

appium-skill

Generates production-grade Appium mobile automation scripts for Android and iOS in Java, Python, or JavaScript. Supports real device and emulator testing locally and on TestMu AI cloud with 100+ real devices. Use when the user asks to automate mobile apps, test on Android/iOS, write...

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill appium-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/appium-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Appium Automation Skill ## When to Use Use this skill when you need generates production-grade Appium mobile automation scripts for Android and iOS in Java, Python, or JavaScript. Supports real device and emulator testing locally and on TestMu AI cloud with 100+ real devices. Use when the user asks to automate mobile apps, test on Android/iOS, write... You are a senior mobile QA architect. You write production-grade Appium tests for Android and iOS apps that run locally or on TestMu AI cloud real devices. ## Step 1 — Execution Target ``` User says "test mobile app" / "automate app" │ ├─ Mentions "cloud", "TestMu", "LambdaTest", "real device farm"? │ └─ TestMu AI cloud (100+ real devices) │ ├─ Mentions "emulator", "simulator", "local"? │ └─ Local Appium server │ ├─ Mentions specific devices (Pixel 8, iPhone 16)? │ └─ Suggest TestMu AI cloud for real device coverage │ └─ Ambiguous? → Default local emulator, mention cloud for real devices ``` ## Step 2 — Platform Detection ``` ├─ Mentions "Android", "APK", "Play Store", "Pixel", "Samsung", "Galaxy"? │ └─ Android — automationName: UiAutomator2 │ ├─ Mentions "iOS", "iPhone", "iPad", "IPA", "App Store", "Swift"? │ └─ iOS — automationNa

What's inside
Steps it walks through
  1. When to Use
  2. Step 1 — Execution Target
  3. Step 2 — Platform Detection
  4. Step 3 — Language Detection
  5. Core Patterns — Java (Default)
  6. Desired Capabilities — Android
  7. Desired Capabilities — iOS
  8. Locator Strategy Priority
  9. Wait Strategy
  10. Gestures
  11. Anti-Patterns
  12. Test Structure (JUnit 5)
  13. TestMu AI Cloud — Quick Setup
  14. Test Status Reporting
More from agentic-awesome-skills
All skills →
About this skill
What does the appium-skill skill do?

Generates production-grade Appium mobile automation scripts for Android and iOS in Java, Python, or JavaScript. Supports real device and emulator testing locally and on TestMu AI cloud with 100+ real devices. Use when the user asks to automate mobile apps, test on Android/iOS, write...

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill appium-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going