Agent Skills
› software-mansion/argent
› argent-ios-simulator-setup
argent-ios-simulator-setup
GitHub配置并连接 iOS 模拟器,适用于启动新会话、引导模拟器、获取 UDID 或执行任何模拟器交互任务前。包含查找已启动设备、验证连接及 MCP 权限注意事项。
Trigger Scenarios
启动新的模拟会话
引导 iOS 模拟器
获取 iOS 设备的 UDID
准备进行 iOS 模拟器交互操作
Install
npx skills add software-mansion/argent --skill argent-ios-simulator-setup -g -y
SKILL.md
Frontmatter
{
"name": "argent-ios-simulator-setup",
"description": "Set up and connect to an iOS simulator using argent MCP tools. Use when starting a new session, booting an iOS simulator, getting an iOS UDID, or before any iOS simulator interaction task."
}
1. Setup Steps
If you delegate simulator tasks to sub-agents, make sure they have MCP permissions.
-
Find a booted simulator Use
list-devices. Filter for entries withplatform: "ios"— booted iPhones are listed first. If none are booted, callboot-devicewithudid: <chosen UDID>. -
Verify connection All interaction tools (
gesture-tap,gesture-swipe,gesture-custom, etc.) auto-start the server if not already running.
2. Notes
- UDIDs look like:
A1B2C3D4-E5F6-7890-ABCD-EF1234567890
Version History
- bc04c3b Current 2026-07-06 19:58


