agent-device

Automate device interaction and inspection for Apple-platform and Android apps.

1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/babually/bongo-template --skill agent-device-babually
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-device
Source: https://github.com/babually/bongo-template/tree/main/.agents/skills/agent-device
Command: npx skills add https://github.com/babually/bongo-template --skill agent-device-babually

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a reliable router for using the agent-device CLI to interact with real Apple and Android devices, so you can test and inspect apps without guessing command syntax.

Core Features & Use Cases

  • Device Interaction: Navigate apps, tap, type, scroll, and wait for UI state changes on iOS, tvOS, macOS, and Android.
  • Inspection & Evidence: Capture snapshots, screenshots, logs, network evidence, and performance data for debugging and verification.
  • Workflow Guidance: Load version-matched CLI help topics before running commands so your actions stay aligned with the installed toolchain.

Quick Start

Use the agent-device skill to inspect the target app on a connected device and guide me through the correct workflow for the installed CLI version.

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 testing and UI inspection on real iOS and Android devices?

Automate mobile testing by using a CLI router to interact with real iOS and Android devices, navigating apps, capturing screenshots, and verifying UI state changes. This provides reliable device interaction and evidence collection without guessing command syntax.

Can I capture network logs and screenshots during Android UI debugging?

Yes, you can capture network logs and screenshots during Android UI debugging. The skill automates evidence collection, gathering snapshots, logs, and performance data to verify app behavior and document issues on connected devices.

Does this device automation approach support tvOS and macOS apps?

Yes, this device automation approach supports tvOS and macOS apps along with Android. It handles navigation, input, scrolling, and verification across Apple-platform and Android environments for comprehensive UI testing workflows.

How do I ensure CLI commands match the installed toolchain version for mobile testing?

Ensure CLI commands match the installed toolchain by loading version-matched CLI help topics before running actions. This workflow guidance keeps your device automation steps aligned with the specific installed toolchain.

What is the best way to handle UI state changes during iOS app testing?

The best way to handle UI state changes during iOS app testing is to automate wait conditions using a CLI router. This ensures the tool waits for UI stability before performing interactions, taps, or evidence collection.