emulator-commands

emulator-commands is a command for coding agents from macstadium/orka3-cli-agent-skill. It costs 0 tokens per session (1,376 once invoked), scanned A, original, Apache-2.0.

A reference for commands that deploy, list, and delete Android emulators attached to running macOS virtual machines. It applies to Apple Silicon nodes using Orka 3.7.0-alpha or later.

In plain words
What is it for?
Use it to deploy and manage Android emulators, connect to them through ADB, and check their known limitations.
Why use it?
It gives developers the command syntax and constraints needed to manage these emulators without searching through separate documentation.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/macstadium/orka3-cli-agent-skill/emulator-commands
Clone the repo
git clone --depth 1 https://github.com/macstadium/orka3-cli-agent-skill

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for emulator-commands

README.md
[![agentmods](https://agentmods.dev/badge/commands/macstadium/orka3-cli-agent-skill/emulator-commands.svg)](https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/emulator-commands)
Your own site
<a href="https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/emulator-commands"><img src="https://agentmods.dev/badge/commands/macstadium/orka3-cli-agent-skill/emulator-commands.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,376 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01376
Opus 5 $0.00000 $0.00688
Sonnet 5 $0.00000 $0.00275
Haiku 4.5 $0.00000 $0.00138

Measured 4d ago against content hash e0e1b46f9b48, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

emulator-commands scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

orka3-cli/references/commands/emulator-commands.md · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Emulator Commands Reference (Apple Silicon only, Early Access — v3.7.0-alpha+)

This reference provides detailed syntax and examples for Android emulator commands.

Early access. Requires Orka 3.7.0-alpha or later. Apple Silicon nodes only. Commands, defaults, and behavior may change before general availability. Not recommended for production workloads. Contact [email protected] with questions or feedback.

Contents

orka3 emulator deploy

Deploy an Android emulator attached to a running macOS VM. The emulator runs directly on the same physical host node as the VM (Apple Silicon does not support nested virtualization, so the emulator cannot run inside the VM itself) and connects to it over an ADB relay bridge.

Syntax:

orka3 emulator deploy --vm <VM> [--platform <PLATFORM>] [--device <DEVICE>] [--image-type <TYPE>] [--cpu <N>] [--memory <MB>] [--timeout <MIN>] [flags]

Options:

  • --vm string - Name of the running macOS VM to attach the emulator to (required)
  • --platform string - Android platform level (default: android-36)
  • --device string - Device profile (default: pixel_9)
  • --image-type string - System image type (default: google_apis)
  • --cpu int - CPU cores to allocate to the emulator
  • --memory int - Memory in MB to allocate to the emulator
  • --timeout int - Deploy timeout in minutes (default: 5)

Examples:

orka3 emulator deploy --vm my-macos-vm
orka3 emulator deploy --vm my-macos-vm --platform android-35 --device pixel_8
orka3 emulator deploy --vm my-macos-vm --image-type google_apis_playstore --cpu 4 --memory 4096
orka3 emulator deploy --vm my-macos-vm --device pixel_tablet --timeout 10

Notes:

  • Parent VM must be Running, or deploy fails with a 409.
  • Platform, device, and image-type values pass straight through to the Android SDK's avdmanager/sdkmanager tooling. Any combination those tools support works on a best-effort basis — the only hard constraint is an ARM-native system image, since the emulator runs directly on the Apple Silicon host. Common values: platforms android-35/android-36; devices pixel_8/pixel_9/pixel_tablet; image types google_apis/google_apis_playstore/default.
  • Deploy blocks until the emulator reaches Running or Failed, or until the timeout elapses — whichever comes first. A timeout is not necessarily a failure: the emulator may still be Pending while its AVD boots. Poll with orka3 emulator list until it settles.
  • Response includes adbRelayIP and adbRelayPort — always use these values to connect (see Connecting via ADB), never hardcode an IP or port.
  • First deploy on a node may be slow: Android SDK components (roughly 2-4GB per platform/image-type pair) download at deploy time if not already cached on the host. There is no pre-caching in early access.
  • Emulator lifecycle is tied to the parent VM — deleting the VM automatically cleans up its emulator(s).

Read the full file on GitHub · 106 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 106 lines · 0 tokens per session scan A e0e1b46f9b48

Subscribe to this mod's changes

emulator-commands is a command published in the GitHub repository macstadium/orka3-cli-agent-skill (3 stars, last pushed 10d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,376 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.