Back to Skills

adb-navigation-base

mattnigh
Updated 4 days ago
5 views
22
1
22
View on GitHub
Otheraiautomationdesign

About

This skill provides foundational Android device automation scripts for gestures, UI interactions, and waiting mechanisms. Developers should use it for reliable ADB-based navigation, including smart taps with retry logic and swipe gestures. It's built with modular Python scripts for easy integration into automation workflows.

Quick Install

Claude Code

Recommended
Primary
npx skills add mattnigh/skills_collection -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/mattnigh/skills_collection
Git CloneAlternative
git clone https://github.com/mattnigh/skills_collection.git ~/.claude/skills/adb-navigation-base

Copy and paste this command in Claude Code to install this skill

GitHub Repository

mattnigh/skills_collection
Path: collection/rdmptv__AdbAutoPlayer__claude__skills__backup_20251202_151852__adb_backup__adb-navigation-base__SKILL.md
0

Related Skills

adb-workflow-orchestrator

Other

This skill executes TOON YAML workflows to coordinate multi-phase ADB automation scripts with built-in error recovery. It's designed for developers needing to run complex, sequential Android device operations reliably. Use it when automating multi-step ADB testing or deployment processes that require phase coordination.

View skill

adb-screen-detection

Other

This skill enables automated Android screen analysis by capturing device screens via ADB and extracting text using OCR. It also provides template matching capabilities for detecting UI elements, making it ideal for automating interactions with Android devices. Developers can use it for testing, automation scripts, or any scenario requiring programmatic screen understanding.

View skill

adb-bypass

Other

This skill automates verification and validation of PlayIntegrityFork bypasses for Android device integrity spoofing detection. It performs pre-flight checks for bypass prerequisites and configuration validation through ADB automation. Use it after Magisk/KSU installations to confirm bypass effectiveness against Play Integrity detection.

View skill

adb-navigation-base

Other

This skill provides core Android automation capabilities through ADB, including gestures like taps and swipes along with smart waiting for UI elements. It's designed for developers building automated testing or interaction scripts for Android devices. The modular Python scripts feature retry logic and verification for reliable UI automation.

View skill