Android Multi Device

Fleet overview, groups, and parallel control across multiple connected devices. Use when more than one device is online and work must target a specific device or a named group without cross-talk.

SAMRADDHASHRIVASTAVATECH Updated

File contents

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

  1. list_devices → produce the fleet table.
  2. Identify the target: one serial, or a named group. If ambiguous → ask.
  3. verify each member of the target set independently.
  4. For group work, run the goal group-scoped, with per-device confirm gates.
  5. 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

SAMRADDHASHRIVASTAVATECH/veyron-skill-and-mcp-pack/tree/main/estate/skills-files/android-multi-device commit 4ba5c263d8

Frequently asked questions

npx skillmds@latest add samraddhashrivastavatech/android-multi-device