← Back to Skills Marketplace
180
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tencent-cvp
Description
All-in-one Android phone automation via ADB: screen analysis, touch/input, foreground app detection, app install. Use for any task that involves operating th...
Usage Guidance
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 device. Also be aware the name suggests a Tencent cloud service but the skill itself uses direct ADB access; no cloud credentials are needed.
Capability Analysis
Type: OpenClaw Skill
Name: tencent-cvp
Version: 1.0.1
The skill bundle provides a comprehensive set of ADB-based instructions for Android device automation, specifically tailored for Tencent Cloud Virtual Phones. It includes standard procedures for UI inspection (uiautomator dump), screen capture, input simulation (tap, swipe, key events), and app installation via the Tencent MyApp store. The logic is transparent, aligns with the stated purpose, and contains no evidence of malicious intent, data exfiltration, or unauthorized persistence.
Capability Assessment
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
No install spec and no code files — instruction-only. That minimizes on-disk persistence and supply-chain risk.
Credentials
The skill requires the adb binary only and declares no environment variables or credentials. There are no requests for unrelated secrets or config paths.
Persistence & Privilege
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencent-cvp - After installation, invoke the skill by name or use
/tencent-cvp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Documentation and branding updated: The skill is now presented as "Tencent CVP — Cloud Virtual Phone Automation."
- All instructions now reference Tencent Cloud Virtual Phone specifically.
- General terminology updated from "Android phone" to "Tencent Cloud Virtual Phone" throughout.
- No changes were made to commands, features, or usage steps.
v1.0.0
- Initial release of tencent-cvp: all-in-one Android phone automation via ADB.
- Supports screen analysis (UI dump, screenshots), touch/input (tap, swipe, text, key events), foreground app detection, and app install flows.
- Prioritizes structured UI XML dump for interaction; uses screenshots as fallback.
- Includes robust examples and tips for each operation (e.g., CJK text input workarounds).
- Designed for versatility across automation tasks on Android devices.
Metadata
Frequently Asked Questions
What is tencent cvp skill?
All-in-one Android phone automation via ADB: screen analysis, touch/input, foreground app detection, app install. Use for any task that involves operating th... It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.
How do I install tencent cvp skill?
Run "/install tencent-cvp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tencent cvp skill free?
Yes, tencent cvp skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tencent cvp skill support?
tencent cvp skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin).
Who created tencent cvp skill?
It is built and maintained by alecxu (@cobeizailin); the current version is v1.0.1.
More Skills