utils.show-android-device

Launch scrcpy in read-only mode to observe Android device UI.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/clawperator/clawperator --skill utils-show-android-device
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: utils.show-android-device
Source: https://github.com/clawperator/clawperator/tree/main/.agents/skills/test-recording-validate/play-store-search-skill/utils/show-android-device
Command: npx skills add https://github.com/clawperator/clawperator --skill utils-show-android-device

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires adb, scrcpy, and includes scripts (resource) components.

What problem does it solve?

Observe connected Android devices during automation runs by launching scrcpy in read-only mode, preventing input that could interfere with testing.

Core Features & Use Cases

  • Detached, read-only scrcpy session to observe UI state without input
  • Optional device targeting by ID for single-device or multi-device setups
  • Seamless integration into AI-agent workflows for live verification

Quick Start

Run the launch_scrcpy_readonly.sh script to start scrcpy in read-only mode for the connected device.

Frequently Asked Questions about utils.show-android-device

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

FAQPage Schema
How do I observe an Android device with scrcpy without interfering with UI automation?

You can observe an Android device without interfering with UI automation by launching scrcpy in read-only mode. This provides a live, non-interactive UI mirror that prevents input from disrupting your testing flows.

Can I monitor multiple Android devices simultaneously during adb automation runs?

Yes, you can monitor multiple Android devices during automation by optionally targeting specific devices by their ID. This allows you to observe individual UI states across single-device or multi-device setups.

Do I need adb and scrcpy installed to mirror my Android screen for testing?

Yes, you need both adb and scrcpy installed to mirror your Android screen for testing. You also need at least one connected Android device linked to your environment to establish a successful scrcpy session.

What's the best way to validate UI state during AI-agent Android automation?

The best way to validate UI state during AI-agent Android automation is launching a detached, read-only scrcpy session. This seamlessly integrates into your workflow for live verification without injecting unwanted touch events.

Why should I use read-only scrcpy instead of standard screen mirroring for debugging?

You should use read-only scrcpy instead of standard mirroring for debugging because it prevents accidental user input. This ensures your validation of automation flows remains isolated and unaffected by external interactions.