一键导入
mobile-harness
Portable Android and iOS device-control harness for agents using mobilerun-core.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Portable Android and iOS device-control harness for agents using mobilerun-core.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | mobile-harness |
| description | Portable Android and iOS device-control harness for agents using mobilerun-core. |
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.
Normal device control always uses:
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.
AGENTS.md.platforms/android/GUIDE.md for Android work.platforms/ios/GUIDE.md for iOS work.AGENTS.md or the platform guide.For setup and runtime registration, read install.md.