android-layer2-test

Execute Layer 2 adb visual verification flows and capture screenshots for Android devices.

24|2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/GNHua/oneclaw --skill android-layer2-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-layer2-test
Source: https://github.com/GNHua/oneclaw/tree/main/.opencode/skills/android-layer2-test
Command: npx skills add https://github.com/GNHua/oneclaw --skill android-layer2-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the visual verification of Android application flows directly on a connected device, ensuring UI elements and states match expected outcomes without manual testing.

Core Features & Use Cases

  • Automated Visual Testing: Executes predefined Layer 2 testing flows using adb commands.
  • Screenshot Capture & Reporting: Captures screenshots at critical steps and updates detailed test reports.
  • Use Case: When a new build of the OneClaw Android app is ready, use this Skill to run through a series of visual tests to confirm core functionalities like user interaction, screen transitions, and data display are working as intended.

Quick Start

Run the Layer 2 visual verification flow for RFC-001, Flow 1-1 on the connected Android device.

Frequently Asked Questions about android-layer2-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Android UI testing with adb on a connected device?

Automate Android UI testing with adb by executing predefined visual verification flows sequentially on a connected device, capturing screenshots at critical steps, and recording pass/fail results in RFC test reports.

Can I capture screenshots and verify UI states automatically during Android testing?

Yes, you can capture screenshots and verify UI states automatically by running Layer 2 adb flows that dump UI hierarchies, capture screen states, and update detailed test reports with pass/fail results.

Do I need a physically connected Android device to run adb visual verification flows?

Yes, you need a connected Android device because the visual verification flows require adb to interact with the device, install builds, dump UI hierarchies, and capture screen states.

What is Layer 2 visual testing for Android apps?

Layer 2 visual testing for Android apps is an automated process that executes predefined UI flows one at a time using adb commands to verify user interactions, screen transitions, and data display.

How do I generate RFC test reports for Android UI automation?

Generate RFC test reports for Android UI automation by running Layer 2 visual verification flows that execute each step sequentially, capture screenshots, and record pass/fail results automatically.

Can this Skill verify screen transitions and user interactions on Android builds?

Yes, this Skill verifies screen transitions and user interactions by automating Layer 2 testing flows on new Android builds using adb to confirm core functionalities match expected outcomes.