Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Android ADB Automation

porhttprunner·httprunner· v1.0.0 · atualizado em 2026-04-11
80
Score

Android device control and UI automation via ADB using a TypeScript helper CLI. Use for device/emulator discovery, USB or Wi-Fi connection, app launch/force-stop, tap/swipe/keyevent/text input, screenshots, APK install handling, device reset for app, and ADB troubleshooting. Use with ai-vision for screenshot-based UI recognition and coordinate decisions.

androidadbautomationmobile-testingui-automationdevice-controltypescript
Linguagens
TypeScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdandroid-adb/workflow
1. Identify the target Android device or emulator using `adb devices`.
2. Establish a connection to the device via USB or Wi-Fi.
3. Determine the required action (e.g., launch app, install APK, take screenshot).
4. Gather necessary parameters (e.g., package name, activity name, APK path).
5. Execute the corresponding `adb_helpers.ts` command with the gathered parameters.
6. Verify the successful execution of the command.
7. Report the outcome to the user.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Árvore do Skill

Android ADB Automation
android-adb
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.REFLECT
Triggers8
control an Android device using ADBautomate UI interactions on Androidinstall an APK on an Android devicetake a screenshot of an Android devicelaunch an app on Androidreset an Android app's dataconnect to an Android device via ADBexecute ADB commands

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download android-adb
$ synaptic skills detail android-adb
$ synaptic skills live android-adb

Dependências

adbtsx

Links

GitHub Repository