# 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.

- Skill: `samraddhashrivastavatech/android-multi-device` (Agent Skill)
- Install (CLI): `npx skillmds@latest add samraddhashrivastavatech/android-multi-device`
- Raw SKILL.md: https://api.skillmd.com/api/skills/samraddhashrivastavatech/android-multi-device/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: SAMRADDHASHRIVASTAVATECH (https://skillmd.com/u/samraddhashrivastavatech)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/samraddhashrivastavatech/android-multi-device

---


# 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`
