← Back to Skills Marketplace
mariozada

Mobilerun

by Mariozada · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
237
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mobilerun-skill
Description
Control real Android phones through the Mobilerun API. Supports tapping, swiping, typing, taking screenshots, reading the UI accessibility tree, and managing...
Usage Guidance
This skill appears internally consistent with its purpose. Before installing, note: (1) the MOBILERUN_API_KEY grants programmatic control of devices on the associated Mobilerun account — treat it like a password and do not paste it into chat; (2) screenshots and the UI tree can contain sensitive personal data, and the skill's docs explicitly warn not to transmit them beyond the user — follow that guidance; (3) enabling Android Accessibility and installing the Portal APK are required for controlling a personal phone and are powerful permissions — only install the Portal APK from the official source (the doc points to a GitHub releases page) and ensure you trust the Mobilerun service; and (4) using cloud/device tasks may incur billing/credits per the subscription doc. If you want extra caution, only allow user-invoked runs (avoid persistent automation) and avoid sending sensitive inputs (passwords, 2FA codes) through screenshots or the UI tree.
Capability Analysis
Type: OpenClaw Skill Name: mobilerun-skill Version: 1.0.0 The skill provides extensive remote control over Android devices, including screen capture, UI inspection, and input injection via the Mobilerun API. It includes high-risk capabilities such as installing applications from a custom 'app library' rather than the official Play Store (phone-api.md) and requires users to side-load an APK with broad Accessibility permissions (setup.md). While these features are aligned with the stated purpose of mobile automation and the instructions include privacy safeguards, the inherent risks of remote device access and side-loading qualify it as suspicious under the provided criteria.
Capability Assessment
Purpose & Capability
Name/description match the declared requirement (single API key MOBILERUN_API_KEY) and the runtime instructions focus on the Mobilerun REST API for screenshots, UI tree, taps, swipes, typing, and task submission. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md and the included docs specify exactly which API endpoints to call, how to probe device state, and how to behave (observe-act loop). It explicitly warns about not sharing screenshots or the API key and limits which device fields to surface to users. The only broader instructions relate to installing the Portal APK and enabling Accessibility on the phone — these are necessary for the described functionality, and the docs explain them.
Install Mechanism
This is instruction-only with no install spec and no code files. That is the lowest-risk install model; nothing is downloaded or written by the skill itself.
Credentials
The skill requires a single credential (MOBILERUN_API_KEY) which is directly relevant and declared as the primary credential. No other secrets, unrelated tokens, or config paths are requested.
Persistence & Privilege
The skill is not forced always-on (always:false), requests no system-wide changes, and does not modify other skills' configurations. It can be invoked autonomously by the agent (default), which is normal for skills; this autonomy is not combined with other concerning factors.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mobilerun-skill
  3. After installation, invoke the skill by name or use /mobilerun-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of mobilerun-skill - Control real Android phones remotely via the Mobilerun API: tap, swipe, type, manage apps, take screenshots, and read UI elements. - Supports both direct phone control and autonomous task execution through the Droidrun Agent. - Guides users through device connection, setup, and troubleshooting, including handling API keys and device states. - Prioritizes user privacy and clear error messaging; no sensitive data or API keys are shown to users. - Usage requires a Mobilerun API key and a connected device (personal phone via Portal APK or cloud device).
Metadata
Slug mobilerun-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Mobilerun?

Control real Android phones through the Mobilerun API. Supports tapping, swiping, typing, taking screenshots, reading the UI accessibility tree, and managing... It is an AI Agent Skill for Claude Code / OpenClaw, with 237 downloads so far.

How do I install Mobilerun?

Run "/install mobilerun-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mobilerun free?

Yes, Mobilerun is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Mobilerun support?

Mobilerun is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mobilerun?

It is built and maintained by Mariozada (@mariozada); the current version is v1.0.0.

💬 Comments