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.
npx agentmods add commands/macstadium/orka3-cli-agent-skill/emulator-commandsgit clone --depth 1 https://github.com/macstadium/orka3-cli-agent-skillWrote 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.
[](https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/emulator-commands)<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>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.
| Model | Per session | Once 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 |
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.
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
- orka3 emulator list
- orka3 emulator delete
- Connecting via ADB
- Known Limitations
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 a409. - Platform, device, and image-type values pass straight through to the Android SDK's
avdmanager/sdkmanagertooling. 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: platformsandroid-35/android-36; devicespixel_8/pixel_9/pixel_tablet; image typesgoogle_apis/google_apis_playstore/default. - Deploy blocks until the emulator reaches
RunningorFailed, or until the timeout elapses — whichever comes first. A timeout is not necessarily a failure: the emulator may still bePendingwhile its AVD boots. Poll withorka3 emulator listuntil it settles. - Response includes
adbRelayIPandadbRelayPort— 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).
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.
- 4d ago First seen · 106 lines · 0 tokens per session scan A e0e1b46f9b48
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.
Other commands, from other repositories
glaze
Develop a Glaze (Raycast) desktop app from Claude Code for free, list apps, then edit/build/run without spending Glaze credits.
xcode
Control Xcode — /xcode build, /xcode test, /xcode run, /xcode clean, /xcode simulators, /xcode schemes, /xcode status.
sounds
List available notification sounds and preview them.
build-verify
Run the full build / test / analyze / format verification pass for this Flutter app.
create-pr-from-staged-changes
You are helping to create a pull request following the iOS team's standard template.
ios-privacy
Prepare privacy labels, permissions, policy links, and data-use truth for iOS release.