Agent Skills
› software-mansion/argent
› argent-ios-simulator-setup
argent-ios-simulator-setup
GitHub提供iOS模拟器环境配置技能,涵盖查找已启动模拟器、引导新设备及验证连接状态,确保后续手势交互等任务可正常执行。
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


