← 返回 Skills 市场
never112

Mobile Appium Test

作者 zhouxiaoliang · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
637
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mobile-appium-test
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mobile-appium-test 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug mobile-appium-test
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 637 次。

如何安装 Mobile Appium Test?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mobile-appium-test」即可一键安装,无需额外配置。

Mobile Appium Test 是免费的吗?

是的,Mobile Appium Test 完全免费(开源免费),可自由下载、安装和使用。

Mobile Appium Test 支持哪些平台?

Mobile Appium Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mobile Appium Test?

由 zhouxiaoliang(@never112)开发并维护,当前版本 v1.0.0。

💬 留言讨论