← Back to Skills Marketplace
Mobile Appium Test
by
zhouxiaoliang
· GitHub ↗
· v1.0.0
637
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install mobile-appium-test
Description
Android UI automation testing using Appium with USB-connected real devices. Use when the user wants to run Appium tests on physical Android devices connected...
Usage Guidance
This appears to be a straightforward how-to for local Appium/ADB testing and is internally consistent. Before using: ensure adb and Appium are installed from official sources; only run app installs (adb install) and APKs you trust; avoid enabling --relaxed-security on a machine you don’t control or expose to untrusted networks; and be mindful that if you allow an agent to run these instructions autonomously it could execute adb/appium commands against devices connected to your host—only grant that capability if you understand and trust the agent.
Capability Analysis
Type: OpenClaw Skill
Name: mobile-appium-test
Version: 1.0.0
The skill is classified as suspicious due to the explicit instruction in SKILL.md to start the Appium server with the `--relaxed-security` flag. While this might be common in some testing environments, it significantly weakens the security posture of the Appium server, making it more vulnerable to potential attacks or misuse. This constitutes a risky configuration or vulnerability, even though there is no direct evidence of intentional malicious behavior like data exfiltration or backdoor installation within the skill's instructions.
Capability Assessment
Purpose & Capability
Name/description ask for Appium + ADB usage and the SKILL.md exclusively references those tools and operations; declared tool requirements (adb, appium) match the stated purpose.
Instruction Scope
Instructions are limited to ADB/Appium commands, device checks, and common test flows (install, screenshots, logs). One potentially sensitive recommendation is starting Appium with --relaxed-security, which broadens server capabilities and should be used intentionally. The guide does not attempt to read unrelated system files, env vars, or external endpoints beyond the local Appium server.
Install Mechanism
No install spec or code is included (instruction-only). The guide suggests installing Appium Doctor via npm for user setup, which is appropriate for the purpose and not enforced by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. All operations require local developer tools and device access only, which is proportional to device testing.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or system-wide configuration changes. Be aware that an agent permitted to execute these instructions could run local adb/appium commands if given that capability.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mobile-appium-test - After installation, invoke the skill by name or use
/mobile-appium-test - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of mobile-appium-test.
- Provides a reference for automating UI tests on USB-connected Android devices using Appium.
- Includes device connection verification, app installation, UI element operations, test execution, screenshot capture, and log collection.
- Lists required tools (ADB and Appium Server) and basic installation checks.
- Details typical workflow, common Appium commands, and troubleshooting steps.
- Supports tests with custom capabilities and provides guidance for error handling.
Metadata
Frequently Asked Questions
What is Mobile Appium Test?
Android UI automation testing using Appium with USB-connected real devices. Use when the user wants to run Appium tests on physical Android devices connected... It is an AI Agent Skill for Claude Code / OpenClaw, with 637 downloads so far.
How do I install Mobile Appium Test?
Run "/install mobile-appium-test" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mobile Appium Test free?
Yes, Mobile Appium Test is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Mobile Appium Test support?
Mobile Appium Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mobile Appium Test?
It is built and maintained by zhouxiaoliang (@never112); the current version is v1.0.0.
More Skills