Skip to content

appium/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Appium Agent Skills

This repository contains AI Agent skills for preparing Appium driver environments.

NOTE: This repository is currently in development.

Available Skills

Skill Description
environment-setup-node Prepares Node.js and npm environment
environment-setup-android Prepares Android SDK, Java, and ADB prerequisites for Appium Android drivers
environment-setup-ffmpeg Optional shared FFmpeg setup for media-related capabilities across drivers
environment-setup-bundletool Optional shared bundletool.jar setup for UiAutomator2/Espresso app-bundle tooling
environment-setup-uiautomator2 Prepares and validates an Android + UiAutomator2 Appium environment
environment-setup-espresso Prepares and validates an Android + Espresso Appium environment
environment-setup-xcuitest Prepares and validates a macOS + XCUITest Appium environment

Reliable Execution Notes

  • Run skill commands step-by-step rather than as one very long chained command.
  • For long-running checks, prefer an isolated background terminal and capture output after completion.
  • If output appears incomplete, rerun only the affected step and collect logs from that step.
  • Treat Appium doctor as the source of truth for pass/fail (0 required fixes needed).
  • For FFmpeg-dependent capabilities, run the optional shared skill environment-setup-ffmpeg only when explicitly requested.
  • For bundletool-dependent capabilities, run the optional shared skill environment-setup-bundletool only when explicitly requested.

Agent Instructions

  • See AGENTS.md for strict execution rules and copy-paste prompt templates.
  • Use the template matching your target (uiautomator2, espresso, or xcuitest) and run skills in the documented order.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors