📦 Mobilerun — 远程操控真机
v1.0.0通过 Mobilerun API 直接操控真实 Android 设备,实现点击、滑动、输入、截图、读取无障碍树及应用管理,无需本地装驱动,适合自动化测试与远程运维。
1· 196·0 当前·0 累计
下载技能包
最后更新
2026/4/22
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
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 controll...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/17
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install mobilerun-skill
镜像加速npx clawhub@latest install mobilerun-skill --registry https://cn.longxiaskill.com镜像同步中