📦 Android Adb — 安卓调试桥

v0.1.0

通过 Android Debug Bridge 命令,实现设备管理、应用安装卸载、日志抓取、屏幕截图、端口转发等调试与自动化操作,支持多设备并行控制。

0· 66·0 当前·0 累计
下载技能包
最后更新
2026/4/12
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's requirements, scripts, and instructions are consistent with an ADB helper: it locates/installs platform-tools from Google's servers and runs ADB commands (including destructive ones guarded by explicit confirmations).
评估建议
This skill appears coherent for running ADB commands. Before installing or running it, note: (1) it can download and extract Android platform-tools into the skill's tools/ directory (from dl.google.com); review or refuse that install if you prefer to use a system adb. (2) ADB can perform destructive operations (factory reset, uninstall, pm clear, fastboot/flash); the skill requires explicit confirmation for flagged dangerous commands, but you should still confirm each destructive action. (3) The...
详细分析 ▾
用途与能力
Name/description match observed behavior: all required actions (device listing, install/uninstall, logcat, screenshots, push/pull, etc.) are implemented in the included reference and scripts. No unrelated credentials, binaries, or config paths are requested.
指令范围
Instructions map user intents to concrete ADB commands and included scripts; dangerous ADB operations are flagged and require explicit confirmation. Notable behavior: the runtime rules instruct opening new system terminal windows for long outputs (macOS/Linux commands provided), which is within purpose but interacts with the user's GUI environment and may be surprising in headless contexts.
安装机制
The skill includes an install_adb.sh that downloads platform-tools from dl.google.com and extracts them into the skill's tools/ directory (no sudo, no PATH modification). The download source is the official Google host (expected), but the installer writes extracted binaries into disk under the skill directory—this is reasonable for an ADB helper but is a non-trivial filesystem action to be aware of.
凭证需求
The skill requests no environment variables or external credentials. Scripts only seek local adb binaries (system SDK locations or the skill-local sandbox). There are no requests for unrelated secrets or config paths.
持久化与权限
always is false and the skill does not modify system PATH or other skills' configurations. It can install platform-tools under the skill directory (user-removable) and open terminal windows to show output—both are scoped to this skill and justified by its purpose.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/4/12

- Initial release of android-adb skill for managing and debugging Android devices via ADB commands. - Supports natural language and direct command input for device/app management, debugging, automation, file transfer, performance profiling, and more. - Automatic ADB installation and resolution if not found, with safe sandboxing that does not alter system configurations. - Multi-device support with interactive device selection and session handling. - Implements safety guardrails with command risk levels (safe, moderate, dangerous) and explicit confirmation for risky operations. - Handles verbose log output by launching a new terminal window, ensuring non-blocking user experience. - Includes quick tasks, fallback strategies for common troubleshooting (crash log, UI dump), and robust command mapping.

可疑

安装命令

点击复制
官方npx clawhub@latest install android-adb-2
镜像加速npx clawhub@latest install android-adb-2 --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库