orca-emulator
SolidControl a mobile (iOS) emulator / simulator stream from inside Orca using the `orca` CLI. Use for taps, gestures, typing, hardware buttons, camera injection, permissions, accessibility tree, and more — all while seeing the live view in Orca's emulator pane. Prefer this over raw `npx serve-sim` or direct simctl when running agents inside Orca (the orca surface handles device scoping, helper lifecycle, and worktree context). Complements the orca-cli skill for terminals, worktrees, and the built-in browser.
Install
Quality Score: 95/100
Skill Content
Details
- Author
- stablyai
- Repository
- stablyai/orca
- Created
- 2 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
orca-cli
Use the public `orca` CLI to operate Orca-managed worktrees/workspaces, terminals, repos, automations, worktree comments, and the browser embedded inside the Orca app. Use when the user says "$orca-cli", "use orca cli", "Orca worktree/workspace", "child workspace", "spawn codex/claude in a workspace", "read/wait/send Orca terminal", "terminal send", "Orca browser", or "control the browser inside Orca". Prefer this over raw `git worktree`, ad hoc PTYs, Playwright, or Computer Use when the task touches Orca-managed state. Use Computer Use for browser windows, webviews, or desktop UI outside Orca's embedded browser.
apple-reviewer-simulator
Acts as a human Apple App Review reviewer by driving the iOS Simulator with computer-use tools — installing/launching a real build and exercising the app hands-on, exactly as App Review does, to catch the runtime problems that static code analysis cannot see: crashes on launch, broken or placeholder screens, dead-end logins, permission prompts shown with no context, missing in-app account deletion, missing report/block on user-generated content, paywall/IAP issues, and layouts clipped behind the notch / Dynamic Island / home indicator. Use this skill whenever the user wants to "review my app the way Apple would", run a pre-submission pass on the simulator, "be the App Store reviewer", simulate App Review, reproduce a likely rejection, or check whether a build will pass review — especially when a running build is available to drive rather than just source. Trigger even if the user only says "will this pass review?", "test my app on the simulator like a reviewer", or "act as Apple review" without naming the sim
orchestration
Use Orca orchestration for structured multi-agent coordination: threaded messages, blocking ask/reply flows, task dispatch, worker_done/escalation waits, task DAGs, decision gates, coordinator loops, or decomposing work across agents. Use `orca-cli` instead for ordinary terminal control, lightweight terminal prompts, shell commands, Orca worktree management, reading or waiting on terminals, and automation of the browser embedded inside Orca. Use Computer Use for browser windows, webviews, Orca app UI, or desktop UI outside Orca's embedded browser.