cli/plugin/skills/claude-in-mobile/SKILL.md
This skill should be used when the user asks to interact with device screens (screenshot, annotate, tap, swipe, type text), manage apps (install, launch, stop, uninstall), transfer files (push, pull), query device info (logs, system info, clipboard, screen size), run shell commands, manage desktop windows, or automate Android, iOS, Aurora OS, or Desktop apps.
npx skillsauth add alexgladkov/claude-in-mobile claude-in-mobileInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fast CLI for mobile device automation across Android (via ADB), iOS (via simctl), Aurora OS (via audb), and Desktop (via companion JSON-RPC app).
Binary: claude-in-mobile (ensure it's in PATH or use full path to the built binary).
| Flag | Description | Platforms |
|------|-------------|-----------|
| --device <serial> | Android/Aurora device serial (default: first connected) | Android, Aurora |
| --simulator <name> | iOS Simulator name (default: booted) | iOS |
| --companion-path <path> | Path to Desktop companion app (or set MOBILE_TOOLS_COMPANION env) | Desktop |
List connected devices across platforms.
claude-in-mobile devices # All platforms
claude-in-mobile devices android # Android only
claude-in-mobile devices ios # iOS simulators only
claude-in-mobile devices aurora # Aurora devices only
Full command documentation split by scope:
| Reference | Commands | Platforms |
|-----------|----------|-----------|
| references/core.md | screenshot, annotate, tap, swipe, input, key, ui-dump, apps, launch, stop, install, uninstall, logs, shell, and more | Cross-platform |
| references/android-only.md | analyze-screen, find-and-tap, screen on/off | Android |
| references/desktop.md | get-window-info, focus-window, resize-window, launch/stop desktop apps, metrics, monitors | Desktop |
| references/platform-support.md | Per-platform support matrix and backend details | All |
--compress on screenshots when sending to LLM — reduces token usage significantlyanalyze-screen gives structured JSON of buttons/inputs/texts — useful for automated testingfind-and-tap uses fuzzy matching with confidence scoring — good for flaky element namesaudb (Aurora Debug Bridge) — similar to ADBui-dump + tap --index N for reliable element interaction by indexwait between actions in automation scripts to allow UI transitionstools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.