← Back to Skills Marketplace
lanlan314

手机操控 Agent (蓝蓝版)

by woodylan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install phone-agent-lan
Description
手机操控技能。通过 USB ADB 连接安卓手机,捕获屏幕、分析 UI 元素、执行点击/滑动/输入等操作。当用户要求操控手机、执行 App 操作、打开应用、发送消息时使用。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install phone-agent-lan
  3. After installation, invoke the skill by name or use /phone-agent-lan
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本:支持 USB ADB 连接、UI Dump 分析、点击滑动输入、打开 App
Metadata
Slug phone-agent-lan
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 手机操控 Agent (蓝蓝版)?

手机操控技能。通过 USB ADB 连接安卓手机,捕获屏幕、分析 UI 元素、执行点击/滑动/输入等操作。当用户要求操控手机、执行 App 操作、打开应用、发送消息时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install 手机操控 Agent (蓝蓝版)?

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

Is 手机操控 Agent (蓝蓝版) free?

Yes, 手机操控 Agent (蓝蓝版) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 手机操控 Agent (蓝蓝版) support?

手机操控 Agent (蓝蓝版) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 手机操控 Agent (蓝蓝版)?

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

💬 Comments