
Ios Sim Download
- Updated May 17, 2026
- 2sem/claude-marketplace
ios-sim-download is a Claude Code skill in the Databases category. Download Core Data Sqlite from Simulator Container
Key points
- ios-sim-download
- Databases
- AI-coding skill
Ios Sim Download by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add 2sem/claude-marketplace/plugin install ios-sim-download@ios-simAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 17, 2026 |
|---|---|
| Repository | 2sem/claude-marketplace ↗ |
What it does
Download Core Data Sqlite from Simulator Container
README.md
claude-marketplace (ios-sim)
Claude Code plugin marketplace for iOS simulator workflows.
Install
/plugin marketplace add 2sem/claude-marketplace
/plugin install ios-sim-download@ios-sim
Plugins
ios-sim-download
Download Core Data SQLite from an iOS Simulator container to ~/Downloads.
Usage
/ios-sim-download:core-data
/ios-sim-download:core-data com.example.app
/ios-sim-download:core-data com.example.app "iPhone 17 Pro"
Both arguments are optional. Claude asks interactively for anything not provided.
Interactive flow
Step 1 — Bundle ID (skipped if provided as argument)
When no bundle ID is given, Claude prompts with known apps detected on the simulator:
● No args. Asking bundle ID.
┌ Bundle ID ───────────────────────────────┐
│ Enter the app bundle ID │
│ │
│ > 1. com.y2k.gersanghelper │
│ GersangHelper │
│ 2. Other │
│ Type a different bundle ID │
│ 3. Type something. │
│ │
│ 4. Chat about this │
└──────────────────────────────────────────┘
Step 2 — Simulator (skipped if one simulator is booted, or if specified as argument)
When multiple simulators are booted, Claude lists them with their UDIDs:
┌ Simulator ───────────────────────────────────────────────┐
│ Which simulator? │
│ │
│ > 1. iPhone 17 Pro │
│ 9777C128-548A-48A8-A38B-B3F02337FF3A │
│ 2. iPhone 17 Pro - loahelper │
│ 1BAF7E5E-BE88-49DB-B3B6-2C43A65DD784 │
│ 3. Type something. │
│ │
│ 4. Chat about this │
└──────────────────────────────────────────────────────────┘
Step 3 — SQLite file (skipped if only one file found)
When multiple .sqlite files exist in the container, Claude lets you pick one or all:
┌ SQLite file ─────────────────────────────┐
│ Which sqlite file? │
│ │
│ > 1. gersanghelpercore.sqlite │
│ Core game data — Documents │
│ 2. gersanghelper.sqlite │
│ User data — Documents │
│ 3. All │
│ Copy both to ~/Downloads │
│ 4. Type something. │
│ │
│ 5. Chat about this │
└──────────────────────────────────────────┘
Selected files are copied to ~/Downloads/.
Skip prompts with arguments
| Command | Behavior |
|---|---|
/ios-sim-download:core-data |
Asks bundle ID → simulator (if multiple) → file (if multiple) |
/ios-sim-download:core-data com.example.app |
Skips bundle ID prompt |
/ios-sim-download:core-data com.example.app "iPhone 17 Pro" |
Skips both prompts, picks file only if multiple |