claude-in-mobile

Routes commands to local CLIs for Android/iOS emulator capture and deployment.

11|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/satanyakiv/NutriSport --skill claude-in-mobile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-in-mobile
Source: https://github.com/satanyakiv/NutriSport/tree/main/.claude/skills/claude-in-mobile
Command: npx skills add https://github.com/satanyakiv/NutriSport --skill claude-in-mobile

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Mobile development teams need a reliable way to validate emulator/simulator behavior and deploy builds within their local workflows. This Skill routes commands to two local CLIs that control Android emulators and iOS simulators, enabling consistent capture and installation steps in pipelines.

Core Features & Use Cases

  • Router between android-cli and claude-in-mobile to orchestrate emulator tasks
  • Capture emulator screenshots (with optional annotations) and generate UI dumps
  • Install builds to connected devices or simulators to verify end-to-end flow
  • Works with Android emulators and iOS simulators in local dev environments

Quick Start

Install the two local-dev CLIs and run a sample capture against a booted Android emulator or iOS simulator.

Frequently Asked Questions about claude-in-mobile

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

FAQPage Schema
How do I capture screenshots from an Android emulator or iOS simulator?

Capture screenshots from an Android emulator or iOS simulator by routing commands through local CLIs. This Skill orchestrates capture tasks against booted devices, supporting optional annotations and UI dumps for development pipelines.

What's the best way to automate app installation on iOS simulators and Android emulators?

Automate app installation on iOS simulators and Android emulators by routing deployment commands to local device-control CLIs. This orchestrates build installations to connected devices, verifying end-to-end deployment flow within local development pipelines.

Do I need locally installed CLIs to control Android and iOS devices?

Yes, controlling Android and iOS devices requires locally installed android-cli and claude-in-mobile binaries. You also need a booted Android emulator or iOS simulator to execute capture, UI dump, and installation tasks.

Can I generate UI dumps from mobile emulators in my development workflow?

You can generate UI dumps from mobile emulators by routing capture commands to local CLIs. This enables consistent UI dump generation alongside screenshots, helping validate emulator and simulator behavior in local development environments.

Why does my mobile emulator capture command require a booted device?

Mobile emulator capture commands require a booted device because the underlying CLIs route tasks directly to running Android emulators or iOS simulators. Without an active device, the capture, UI dump, and install steps cannot execute.

Does this mobile dev router support both Android and iOS platforms?

This mobile dev router supports both Android emulators and iOS simulators. It orchestrates tasks by routing commands to platform-specific local CLIs, enabling consistent capture and installation across both mobile platforms.