kuri-mobile

Automate mobile device control across iOS and Android platforms.

349|18|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/justrach/kuri --skill kuri-mobile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kuri-mobile
Source: https://github.com/justrach/kuri/tree/main/.claude/skills/kuri-mobile
Command: npx skills add https://github.com/justrach/kuri --skill kuri-mobile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Umbrella for mobile device automation within the kuri ecosystem, wiring requests to platform-specific capabilities and reducing cross-platform boilerplate.

Core Features & Use Cases

  • Umbrella skill that delegates mobile automation tasks to platform-specific skills kuri-ios and kuri-android.
  • Supports iOS simulators, real iPhone devices, and Android emulators for common actions like booting, listing devices, launching apps, terminating apps, and capturing screenshots.
  • Provides a driverless scope with clear platform routing and documentation when the platform is not explicitly specified.

Quick Start

Ask kuri-mobile to list available iOS simulators and Android devices to begin mobile automation.

Frequently Asked Questions about kuri-mobile

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

FAQPage Schema
How do I automate mobile device control across both iOS and Android?

Mobile device control across iOS and Android is automated by routing platform-specific requests to dedicated skills. This umbrella skill coordinates booting, listing devices, launching apps, and capturing screenshots without requiring manual cross-platform boilerplate.

Can I launch apps and capture screenshots on real iPhone devices and Android emulators?

Yes, launching apps and capturing screenshots is supported on real iPhone devices, iOS simulators, and Android emulators. The skill routes these actions to the appropriate platform-specific skill for execution.

What is the best way to manage cross-platform mobile automation without writing platform-specific drivers?

Cross-platform mobile automation without drivers is managed by using an umbrella skill that delegates tasks to platform-specific modules. It provides clear platform routing and documentation when the target platform is not explicitly specified.

How do I list available iOS simulators and Android devices for automation?

To list available iOS simulators and Android devices, you request the mobile automation skill to enumerate them. It delegates the query to the respective iOS and Android skills to return the active device inventory.

What happens if I do not specify the platform when automating mobile device tasks?

When the platform is not explicitly specified during mobile automation, the skill relies on its documented driverless scope and platform routing logic to determine the correct target, or provides documentation to clarify the routing path.