Borrowing it
Nothing to install: this file belongs to kpolley/redai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/kpolley/redai/main/.agents/skills/ios-simulator-skill/SKILL.mdgit clone --depth 1 https://github.com/kpolley/redaiWrote 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/skills/kpolley/redai/ios-simulator-skill)<a href="https://agentmods.dev/skills/kpolley/redai/ios-simulator-skill"><img src="https://agentmods.dev/badge/skills/kpolley/redai/ios-simulator-skill.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.1 | $0.00047 | $0.02657 |
| Opus 5 | $0.00023 | $0.01328 |
| Sonnet 5 | $0.00009 | $0.00531 |
| Haiku 4.5 | $0.00005 | $0.00266 |
Grade A, and why
ios-simulator-skill 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 7d 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 — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.
iOS Simulator Skill
Build, test, and automate iOS applications using accessibility-driven navigation and structured data instead of pixel coordinates.
Quick Start
# 1. Check environment
bash scripts/sim_health_check.sh
# 2. Launch app
python scripts/app_launcher.py --launch com.example.app
# 3. Map screen to see elements
python scripts/screen_mapper.py
# 4. Tap button
python scripts/navigator.py --find-text "Login" --tap
# 5. Enter text
python scripts/navigator.py --find-type TextField --enter-text "[email protected]"
All scripts support --help for detailed options and --json for machine-readable output.
Navigation Strategy
Always prefer the accessibility tree over screenshots for navigation. The accessibility tree gives you element types, labels, frames, and tap targets — structured data that's cheaper and more reliable than image analysis.
Use this priority:
screen_mapper.py→ structured element list (5-7 lines, ~10 tokens)navigator.py --find-text/--find-type/--find-id→ semantic interaction- Screenshots → only for visual verification, bug reports, or visual diff
Screenshots cost 1,600–6,300 tokens depending on size. The accessibility tree costs 10–50 tokens in default mode.
22 Production Scripts
Build & Development (2 scripts)
-
build_and_test.py - Build Xcode projects, run tests, parse results with progressive disclosure
- Build with live result streaming
- Parse errors and warnings from xcresult bundles
- Retrieve detailed build logs on demand
- Options:
--project,--scheme,--clean,--test,--verbose,--json
-
log_monitor.py - Real-time log monitoring with intelligent filtering
- Stream logs or capture by duration
- Filter by severity (error/warning/info/debug)
- Deduplicate repeated messages
- Options:
--app,--severity,--follow,--duration,--output,--json
Navigation & Interaction (5 scripts)
- screen_mapper.py - Analyze current screen and list interactive elements
- Element type breakdown
- Interactive button list
- Text field status
- Options:
--verbose,--hints,--json
What ships with it
41 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .claude-plugin/plugin.json 571 B
- scripts/accessibility_audit.py 10 KB runs code
- scripts/app_launcher.py 9.5 KB runs code
- scripts/app_state_capture.py 13 KB runs code
- scripts/build_and_test.py 11 KB runs code
- scripts/clipboard.py 2.6 KB runs code
- scripts/common/__init__.py 1.5 KB runs code
- scripts/common/__pycache__/__init__.cpython-312.pyc 1.4 KB
- scripts/common/__pycache__/cache_utils.cpython-312.pyc 9.9 KB
- scripts/common/__pycache__/device_utils.cpython-312.pyc 15 KB
- scripts/common/__pycache__/idb_utils.cpython-312.pyc 6.4 KB
- scripts/common/__pycache__/screenshot_utils.cpython-312.pyc 11 KB
- scripts/common/cache_utils.py 8.1 KB runs code
- scripts/common/device_utils.py 14 KB runs code
- scripts/common/idb_utils.py 5.3 KB runs code
- scripts/common/screenshot_utils.py 10.0 KB runs code
- scripts/gesture.py 12 KB runs code
- scripts/keyboard.py 11 KB runs code
- scripts/log_monitor.py 15 KB runs code
- scripts/model_inspector.py 22 KB runs code
- scripts/navigator.py 14 KB runs code
- scripts/privacy_manager.py 8.7 KB runs code
- scripts/push_notification.py 6.5 KB runs code
- scripts/screen_mapper.py 10 KB runs code
- scripts/sim_health_check.sh 7.7 KB runs code
- scripts/sim_list.py 8.9 KB runs code
- scripts/simctl_boot.py 8.6 KB runs code
- scripts/simctl_create.py 8.9 KB runs code
- scripts/simctl_delete.py 10 KB runs code
- scripts/simctl_erase.py 9.8 KB runs code
- scripts/simctl_shutdown.py 8.4 KB runs code
- scripts/simulator_selector.py 10 KB runs code
- scripts/status_bar.py 6.6 KB runs code
- scripts/test_recorder.py 11 KB runs code
- scripts/visual_diff.py 7.6 KB runs code
- scripts/xcode/__init__.py 378 B runs code
- scripts/xcode/builder.py 13 KB runs code
- scripts/xcode/cache.py 5.5 KB runs code
- scripts/xcode/config.py 5.4 KB runs code
- scripts/xcode/reporter.py 10 KB runs code
- scripts/xcode/xcresult.py 17 KB runs code
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.
- 7d ago First seen · 248 lines · 47 tokens per session scan A f16884d82ff7
ios-simulator-skill is a skill published in the GitHub repository kpolley/redai (341 stars, last pushed 4mo ago), licensed MIT. It adds 47 tokens to every session and 2,657 once invoked, about $0.0002 per session on Opus 5. 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-30.
Other skills, from other repositories
android-ui-journey-testing
XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.
android_ui_verification
Automated end-to-end UI testing and verification on an Android Emulator using ADB.
solopi-ai
A command-line framework for testing Android apps and devices with SoloPi, including on-device or cloud AI decision models. It manages devices, test cases, recorded interactions, replays, performance history, and evidence.
dogfood
Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.
eas-simulator
EAS service (paid). Run and control a user's app on a remote iOS/Android simulator hosted on EAS cloud. Read before running any eas simulator: commands - it has the current syntax for this experimental API. Use whenever the user needs a simulator they can't run locally - 'run my app on a cloud simulator', 'use eas…
flutter-add-integration-test
Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integrationtest package.