
from mobilerun8,303
Reference documentation for Mobilerun: an open-source framework to control Android and iOS devices via LLM agents (setup, SDK, CLI, agents, and troubleshooting)
Mobilerun provides a complete, LLM-driven framework for automating Android and iOS devices. This documentation skill captures setup steps, architecture, agent modes (reasoning vs direct), common CLI commands, and SDK guidance so an agent can answer how-to and troubleshooting questions.
Use this skill when a user asks how to install or configure Mobilerun, how MobileAgent works, how to run device automation flows, or when they need CLI/SDK examples and architecture explanations. Ideal for onboarding device automation and diagnosing device/ADB/portal issues.
Likely compatible with code-capable agents and CLI-oriented toolchains (Copilot/CodeGen-style agents, Gemini CLI, OpenAI Codex-style tools) because the skill documents Python SDK, CLI usage, and agent workflows.
Mobilerun-docs is a pure documentation/reference skill for the Mobilerun mobile automation framework. It provides a structured index of docs files (overview, quickstart, SDK, CLI, agents, etc.) and instructs the agent to read the relevant doc before answering. No scripts to execute — entirely static. Well-organized doc table but the skill body is thin, serving as a pointer to external .mdx files rather than containing substantive content itself.
Clean documentation skill, no security concerns. Could be improved by bundling key doc excerpts in references/ for offline use. The docs/v5/ path references suggest this skill is designed to live inside the mobilerun repo itself.