🤖 tencent cvp skill — 安卓ADB全控

v1.0.1

通过ADB一键完成安卓真机自动化:实时屏幕解析、触控/输入、前台应用识别、安装卸载,无需root即可远程批量操控,轻松实现测试、脚本、演示等任务。

0· 146·0 当前·0 累计
cobeizailin 头像by @cobeizailin (alecxu)
下载技能包
最后更新
2026/3/18
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill is coherent for automating Android devices via adb. Before installing or running it, ensure you only connect it to test or disposable devices (not your personal phone), because the agent can run taps, keyevents, and install APKs. Pay special attention to any flow that downloads and installs APKs from the web — prefer official app stores or vetted APKs. If you want to limit risk, use the skill manually rather than allowing autonomous invocation, or run it against an emulator/isolated d...
详细分析 ▾
用途与能力
Skill name/description references 'Tencent Cloud Virtual Phone' but the runtime instructions are plain ADB commands for interacting with an Android device (uiautomator dump, screencap, input, am start, dumpsys, etc.). This is internally consistent (Tencent CVP can expose ADB), but the description could mislead users into expecting cloud API calls or credentials — none are required.
指令范围
Instructions stay within the stated purpose (observe screen, interact, detect foreground app, install). They reference device files (/sdcard/window_dump.xml, /sdcard/screen.png) and local pulls (/tmp/screen.png) which are appropriate for ADB-based automation. One notable guidance: 'Last resort: web search for APK download' — this legitimately supports 'app install' but encourages obtaining APKs from the web, which increases risk of installing untrusted/malicious software onto the device.
安装机制
No install spec and no code files — instruction-only. That minimizes on-disk persistence and supply-chain risk.
凭证需求
The skill requires the adb binary only and declares no environment variables or credentials. There are no requests for unrelated secrets or config paths.
持久化与权限
always is false and the skill does not request elevated platform privileges or attempt to modify other skills or system-wide agent settings. Autonomous invocation is allowed by default but is not a property unique to this skill.
安全有层次,运行前请审查代码。

运行时依赖

🖥️ OSLinux · macOS

版本

latestv1.0.12026/3/18

NULL

无害

安装命令

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