Use when the user needs Xcode build/test/run workflows, simulator or device control, UI automation, screenshots/video, logs, or LLDB debugging through XcodeBuildMCP tools. Includes discovery of projects/schemes, session defaults, and common simulator/device workflows.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install xcodebuildmcp或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install xcodebuildmcp⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/xcodebuildmcp/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: xcodebuildmcp description: Use when the user needs Xcode build/test/run workflows, simulator or device control, UI automation, screenshots/video, logs, or LLDB debugging through XcodeBuildMCP tools. Includes discovery of projects/schemes, session defaults, and common simulator/device workflows. ---
Use the xcodebuildmcp toolset to build/run/test apps, manage simulators/devices, automate UI, and capture logs/screen media. Default to a safe, repeatable flow: discover → set defaults → execute → verify.
This skill assumes the XcodeBuildMCP server is installed and exposed to your MCP client so the tools appear (e.g., mcp__xcodebuildmcp__build_run_sim). If the tools are missing, follow the setup steps in:
references/mcp-setup.md (requirements + MCP client config examples)1) Discover the project/workspace and schemes: - mcp__xcodebuildmcp__discover_projs - mcp__xcodebuildmcp__list_schemes
2) Set session defaults (so subsequent tools don’t need repeated params): - mcp__xcodebuildmcp__session-set-defaults (workspacePath/projectPath, scheme, simulatorId/deviceId)
3) Run the task: - Build/run: mcp__xcodebuildmcp__build_run_sim or mcp__xcodebuildmcp__build_run_macos - Tests: mcp__xcodebuildmcp__test_sim / mcp__xcodebuildmcp__test_macos / mcp__xcodebuildmcp__test_device
4) Verify and gather evidence: - mcp__xcodebuildmcp__screenshot (sim) - mcp__xcodebuildmcp__start_sim_log_cap → mcp__xcodebuildmcp__stop_sim_log_cap
Load references/workflows.md for detailed step-by-step sequences and command patterns.
mcp__xcodebuildmcp__describe_ui before coordinate-based taps/swipes/long-press.mcp__xcodebuildmcp__session-set-defaults early to reduce parameter noise.useLatestOS).安装 xcodebuildmcp 后,可以对 AI 说这些话来触发它
Help me get started with xcodebuildmcp
Explains what xcodebuildmcp does, walks through the setup, and runs a quick demo based on your current project
Use xcodebuildmcp to use when the user needs Xcode build/test/run workflows, simulator o...
Invokes xcodebuildmcp with the right parameters and returns the result directly in the conversation
What can I do with xcodebuildmcp in my developer & devops workflow?
Lists the top use cases for xcodebuildmcp, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/xcodebuildmcp/ 目录(个人级,所有项目可用),或 .claude/skills/xcodebuildmcp/(项目级)。重启 AI 客户端后,用 /xcodebuildmcp 主动调用,或让 AI 根据上下文自动发现并使用。
xcodebuildmcp 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
xcodebuildmcp 可免费安装使用。请查阅仓库了解许可证信息。
Use when the user needs Xcode build/test/run workflows, simulator or device control, UI automation, screenshots/video, logs, or LLDB debugging through XcodeBuildMCP tools. Includes discovery of projects/schemes, session defaults, and common simulator/device workflows.
xcodebuildmcp 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using xcodebuildmcp
Identifies repetitive steps in your workflow and sets up xcodebuildmcp to handle them automatically