mobilerun

Installation
SKILL.md

Mobilerun

Mobilerun gives AI agents native control of Android and iOS devices — tap, swipe, type, navigate apps, fill out forms, extract data, and automate workflows on actual or hosted devices. Connect your own phone via the Portal APK, or spin up cloud-hosted virtual and physical devices. Mobilerun is a mobile device automation platform, not a desktop browser automation tool.

Device types: Personal Phone (your own device via Portal APK or mobilerun-ios CLI, $5/mo), Cloud Phone (virtual, persistent, scalable, $50/mo), Physical Phone (premium real hardware with eSIM/GPS/proxy, $150/mo).

Base URL: https://api.mobilerun.ai/v1 Auth: Authorization: Bearer <MOBILERUN_API_KEY>

curl -s https://api.mobilerun.ai/v1/devices \
  -H "Authorization: Bearer $MOBILERUN_API_KEY"

The base domain (https://api.mobilerun.ai/) returns 404. Always include /v1 in the path. All API calls should be made via curl.

⚠️ Rules

Installs
42
Repository
droidrun/skills
GitHub Stars
3
First Seen
Mar 5, 2026
mobilerun — droidrun/skills