← 返回 Skills 市场
lanlan314

手机操控 Agent (蓝蓝版)

作者 woodylan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install phone-agent-lan
功能描述
手机操控技能。通过 USB ADB 连接安卓手机,捕获屏幕、分析 UI 元素、执行点击/滑动/输入等操作。当用户要求操控手机、执行 App 操作、打开应用、发送消息时使用。
安全使用建议
This skill legitimately needs full ADB access to the connected Android device — that means it can read UI structure and screenshots and perform taps, swipes, text input, and launch/stop apps. That behavior is expected but sensitive: only install/use this skill with devices you control and trust. Ensure you understand and consent to enabling USB debugging on the phone (revoke when finished). Review the bundled agent.py yourself (it's included) before use; check that the skill is installed to the path the SKILL.md expects and that adb is the official platform-tools binary. If you need to restrict risk, run the skill on a dedicated machine or test device rather than a personal phone containing sensitive data.
功能分析
Type: OpenClaw Skill Name: phone-agent-lan Version: 1.0.0 The skill provides extensive remote control over an Android device via ADB, including screen capture, UI XML dumping, and simulated user input (taps, swipes, text). While the code in agent.py is functional and lacks explicit data exfiltration logic, the broad capabilities and instructions in SKILL.md for interacting with sensitive social and financial applications (e.g., WeChat, Alipay, Blued) represent a high-risk surface that could be used for unauthorized data access or account manipulation.
能力评估
Purpose & Capability
Name/description (phone control via ADB) match the included SKILL.md and agent.py. The script issues adb commands (screencap, uiautomator dump, input, am/monkey, etc.) which are exactly what a phone-control skill needs. No unrelated credentials or external services are requested.
Instruction Scope
Instructions and agent.py perform local operations required for the task: detect devices, pull UI XML (/sdcard/dump.xml), take screenshots, and send input events. These actions can read and interact with arbitrary on-device UI (contacts, messages, app screens) — this is expected for a remote-control skill but is sensitive. The SKILL.md also assumes the skill script lives at ~/.openclaw/skills/phone-agent/agent.py; the platform should ensure correct placement. Minor coding note: tempfile.mktemp is used (deprecated/insecure) but not evidence of malicious intent.
Install Mechanism
Skill is instruction-only plus a bundled agent.py (no install spec). No downloads from external URLs, package installs, or archive extraction are requested. This minimizes supply-chain risk.
Credentials
The skill declares no environment variables or external credentials and the code does not attempt to read unrelated env vars or system credentials. It only relies on adb and python being available, consistent with its purpose.
Persistence & Privilege
always:false and no requests to modify other skills or system-wide settings. The skill requires the normal platform deployment of its own script but does not ask for persistent elevated privileges beyond USB debugging on the phone (a device-side requirement).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install phone-agent-lan
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /phone-agent-lan 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:支持 USB ADB 连接、UI Dump 分析、点击滑动输入、打开 App
元数据
Slug phone-agent-lan
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

手机操控 Agent (蓝蓝版) 是什么?

手机操控技能。通过 USB ADB 连接安卓手机,捕获屏幕、分析 UI 元素、执行点击/滑动/输入等操作。当用户要求操控手机、执行 App 操作、打开应用、发送消息时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 手机操控 Agent (蓝蓝版)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install phone-agent-lan」即可一键安装,无需额外配置。

手机操控 Agent (蓝蓝版) 是免费的吗?

是的,手机操控 Agent (蓝蓝版) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

手机操控 Agent (蓝蓝版) 支持哪些平台?

手机操控 Agent (蓝蓝版) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 手机操控 Agent (蓝蓝版)?

由 woodylan(@lanlan314)开发并维护,当前版本 v1.0.0。

💬 留言讨论