adb-bypass
About
This skill automates verification and validation of PlayIntegrityFork bypass effectiveness for spoofing Play Integrity detection on Android devices. It performs pre-flight checks of prerequisites and configuration through ADB automation scripts. Developers should use it after Magisk module installation to confirm the bypass is working correctly.
Quick Install
Claude Code
Recommendednpx skills add mattnigh/skills_collection -a claude-code/plugin add https://github.com/mattnigh/skills_collectiongit clone https://github.com/mattnigh/skills_collection.git ~/.claude/skills/adb-bypassCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
adb-workflow-orchestrator
OtherThis 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.
adb-bypass
OtherThis 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.
adb-screen-detection
OtherThis 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.
adb-navigation-base
OtherThis 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.
