agent-device

Automate device interactions for Apple platforms and Android via the agent-device CLI.

16|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Insik-Han/han-monorepo-template --skill agent-device-insik-han
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-device
Source: https://github.com/Insik-Han/han-monorepo-template/tree/main/.agents/skills/agent-device
Command: npx skills add https://github.com/Insik-Han/han-monorepo-template --skill agent-device-insik-han

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates device interactions for Apple platforms (iOS, tvOS, macOS) and Android, eliminating manual steps for repetitive mobile QA tasks.

Core Features & Use Cases

  • Navigate apps, take snapshots, tap, type, and scroll.
  • Extract UI information and collect logs, network data, and performance evidence for debugging and reporting.
  • Plan and execute agent-device CLI commands for reproducible test workflows across multiple devices and OS versions.

Quick Start

Run agent-device --version to verify installation and then consult the version-matched workflow help to start automating a target device.

Frequently Asked Questions about agent-device

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

FAQPage Schema
How do I automate mobile UI testing across iOS and Android devices?

Automate mobile UI testing by planning and executing agent-device CLI commands to tap, type, scroll, and take snapshots across iOS and Android devices. You can navigate apps and extract UI information to create reproducible test workflows.

Can I collect network data and performance logs from an Android device through the CLI?

Yes, you can collect network data and performance logs from an Android device through the CLI. The agent-device CLI supports log gathering and performance evidence collection for debugging and reporting across supported mobile devices.

Does agent-device support automating interactions on tvOS and macOS platforms?

Yes, agent-device supports automating device interactions on tvOS and macOS platforms. It applies CLI commands for navigation, input, and snapshot collection across Apple platforms beyond just iOS.

What do I need to check before running agent-device commands for mobile test automation?

Before running commands for mobile test automation, you need to check version compatibility by running agent-device --version. You must then consult the version-matched workflow help to ensure your environment meets the prerequisites.

Are there limitations when using the agent-device CLI for automated device interactions?

Yes, limitations include avoiding executing unsupported global installs or automated upgrades. You should consult the CLI guides for specific workflow topics to prevent errors and ensure version compatibility before automating device interactions.