Agent Skills
› software-mansion/argent
› argent-ios-simulator-setup
argent-ios-simulator-setup
GitHub提供 iOS 模拟器环境的初始化与连接指南,包括查找已启动设备、引导新设备及验证交互工具连接状态,确保后续模拟操作顺利进行。
Trigger Scenarios
需要启动新的 iOS 会话
引导 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


