Portable Android and iOS device-control harness for agents. Use when an agent needs to control or automate Android/iOS devices — tap, swipe, screenshot, app control — locally (ADB/Portal/Simulator) or on Mobilerun cloud devices.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add nuroctane/nur-cli --skill mobile-harness --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mobile Harness?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nuroctane-mobile-harness)More formats (shields.io, HTML) on the badges page.
---
name: mobile-harness
description: Portable Android and iOS device-control harness for agents. Use when an agent needs to control or automate Android/iOS devices — tap, swipe, screenshot, app control — locally (ADB/Portal/Simulator) or on Mobilerun cloud devices.
---
# mobile-harness
Use this harness when an agent needs to control Android or iOS devices through
Mobilerun.
Start by reading `AGENTS.md`. It routes you to the smallest platform file for
the current task.
## Primary Control Model
Normal device control always uses:
```python
from mobilerun_core import Mobilerun
```
Use `Mobilerun()` to connect to cloud devices, local Android ADB with optional
Portal, local Android Portal HTTP-only, or local iOS Portal HTTP. Do not import
or call `mobilerun_core_local` directly for normal agent work. `mobilerun-core-local` is the
local-driver dependency used internally by `mobilerun-core` for Android and iOS
local backends.
## Load Order
1. Read `AGENTS.md`.
2. Read `platforms/android/GUIDE.md` for Android work.
3. Read `platforms/ios/GUIDE.md` for iOS work.
4. Read recovery, credentials, memory, and app-card files only when routed
there by `AGENTS.md` or the platform guide.
For setup and runtime registration, read `install.md`.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!