文件预览

skill-card.md

查看 Appium Android Adb 技能包中的文件内容。

文件内容

skill-card.md

## Description: <br>
Read and control Android apps via Appium using a persistent bridge daemon with dump, tap, scroll, type, and wait commands. <br>

This skill is ready for commercial/non-commercial use. <br>

## Publisher: <br>
[openlittlebear](https://clawhub.ai/user/openlittlebear) <br>

### License/Terms of Use: <br>
MIT-0 <br>


## Use Case: <br>
Developers and automation agents use this skill to inspect Android app UI structure and execute Appium-backed interactions when raw ADB taps are unreliable, especially for WebView or hybrid apps. <br>

### Deployment Geography for Use: <br>
Global <br>

## Known Risks and Mitigations: <br>
Risk: The skill starts a persistent local Appium/ADB bridge with broad device-control authority. <br>
Mitigation: Use it only on devices or emulators intended for automation, stop the daemon after use, and avoid running it against devices that contain sensitive data. <br>
Risk: The release is advertised as a generic Android bridge, but server security evidence reports hardcoded 12306 paths and package behavior. <br>
Mitigation: Review and replace hardcoded app package and skill paths before treating it as a generic Android automation helper. <br>
Risk: Server security evidence flags insecure Appium options and unauthenticated temporary-file IPC. <br>
Mitigation: Run only in a trusted local environment, restrict access to the host, and remove insecure Appium flags and unauthenticated IPC before broader deployment. <br>


## Reference(s): <br>


## Skill Output: <br>
**Output Type(s):** [shell commands, JSON, guidance] <br>
**Output Format:** [Markdown instructions with shell commands and JSON command results] <br>
**Output Parameters:** [1D] <br>
**Other Properties Related to Output:** [Requires an ADB-connected Android device, Appium, and a local bridge daemon; supported actions include dump, tap, scroll, type, and wait.] <br>

## Skill Version(s): <br>
1.0.1 (source: server release evidence) <br>

## Ethical Considerations: <br>
Users should evaluate whether this skill is appropriate for their environment, review any generated or modified files before relying on them, and apply their organization's safety, security, and compliance requirements before deployment. <br>