Android multi-device (fleet)
Manage several connected devices at once: inventory, grouping, and coordinated control with per-device isolation.
When to use
- Multiple phones/tablets/emulators visible and the task may concern several.
- Testing or provisioning the same state across a fleet.
- Confirming a single serial when many are online.
Tools used
list_devices— full fleet inventory (serial, state, model).status/verify— per-device health before any group action.run_goal— orchestrate a goal possibly fanning out to a named group.
Procedure
list_devices→ produce the fleet table.- Identify the target: one serial, or a named group. If ambiguous → ask.
verifyeach member of the target set independently.- For group work, run the goal group-scoped, with per-device confirm gates.
- Return per-device results and states as evidence (no blanket success).
Security
- A wrong serial in a fleet is a wrong action on the wrong phone: always confirm the resolved set.
- Never run destructive or credential-touching actions across a group automatically.
Related skills
android-control · android-discovery · android-recovery