adb-navigation-base
关于
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.
快速安装
Claude Code
推荐npx 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-navigation-base在 Claude Code 中复制并粘贴此命令以安装该技能
GitHub 仓库
相关推荐技能
adb-workflow-orchestrator
其他这是一个用于协调ADB自动化脚本的工作流编排引擎。它通过解析TOON YAML工作流文件,在多阶段执行中管理脚本顺序并实现错误恢复。开发者可以用它来编排复杂的ADB测试或部署流程,确保自动化任务可靠执行。
adb-screen-detection
其他这个Claude Skill通过ADB实现Android设备屏幕的OCR文字识别和模板匹配,用于自动化测试和界面元素检测。它提供了屏幕截图、文本提取等脚本,帮助开发者理解屏幕内容并定位界面元素。适用于需要自动化操作Android设备或进行界面验证的开发场景。
adb-bypass
其他这是一个用于绕过Play Integrity验证的Claude Skill,主要帮助开发者验证PlayIntegrityFork的安装状态和绕过效果。它通过自动化脚本执行预检检查,确认设备完整性欺骗检测是否正常工作。适用于需要在Android设备上测试和验证Play Integrity绕过方案的开发场景。
adb-navigation-base
其他这是一个为Android设备自动化提供基础导航模式的Claude Skill,包含点击、滑动等手势操作以及智能等待和UI交互功能。它特别适合开发者用于自动化测试、设备控制或批量操作场景,通过模块化的Python脚本实现可靠且可重用的自动化流程。关键特性包括带重试逻辑的智能点击、手势执行以及等待特定UI元素出现的功能。
