{
  "schemaVersion": "1.0",
  "item": {
    "slug": "xcodebuildmcp",
    "name": "xcodebuildmcp",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ipavlidakis/xcodebuildmcp",
    "canonicalUrl": "https://clawhub.ai/ipavlidakis/xcodebuildmcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/xcodebuildmcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xcodebuildmcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/workflows.md",
      "references/mcp-setup.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/xcodebuildmcp"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/xcodebuildmcp",
    "agentPageUrl": "https://openagent3.xyz/skills/xcodebuildmcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xcodebuildmcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xcodebuildmcp/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "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."
      },
      {
        "title": "Prereqs & MCP Setup",
        "body": "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:\n\nreferences/mcp-setup.md (requirements + MCP client config examples)"
      },
      {
        "title": "Example Requests",
        "body": "\"Build and run the iOS app on the latest simulator and take a screenshot.\"\n\"Run unit tests on the simulator and share the failing test logs.\"\n\"Open the simulator, navigate to Settings, and toggle Dark Mode.\"\n\"Install and launch the app on my connected iPhone.\""
      },
      {
        "title": "Quick Start (common flow)",
        "body": "Discover the project/workspace and schemes:\n\nmcp__xcodebuildmcp__discover_projs\nmcp__xcodebuildmcp__list_schemes\n\n\n\nSet session defaults (so subsequent tools don’t need repeated params):\n\nmcp__xcodebuildmcp__session-set-defaults (workspacePath/projectPath, scheme, simulatorId/deviceId)\n\n\n\nRun the task:\n\nBuild/run: mcp__xcodebuildmcp__build_run_sim or mcp__xcodebuildmcp__build_run_macos\nTests: mcp__xcodebuildmcp__test_sim / mcp__xcodebuildmcp__test_macos / mcp__xcodebuildmcp__test_device\n\n\n\nVerify and gather evidence:\n\nmcp__xcodebuildmcp__screenshot (sim)\nmcp__xcodebuildmcp__start_sim_log_cap → mcp__xcodebuildmcp__stop_sim_log_cap"
      },
      {
        "title": "Task Index",
        "body": "Build/Run: iOS simulator, macOS, device installs\nTesting: simulator/macOS/device\nSimulator management: list/boot/erase/appearance/location/gestures\nUI automation: describe UI → tap/type/swipe/gesture\nLogs & debugging: sim logs, device logs, LLDB attach/breakpoints\nMedia: screenshots, screen recording\n\nLoad references/workflows.md for detailed step-by-step sequences and command patterns."
      },
      {
        "title": "Operating Rules",
        "body": "Always call mcp__xcodebuildmcp__describe_ui before coordinate-based taps/swipes/long-press.\nPrefer mcp__xcodebuildmcp__session-set-defaults early to reduce parameter noise.\nIf user didn’t specify target device/simulator, list options and ask (or pick a sensible default with useLatestOS).\nAvoid destructive actions (erase sims, clean) unless the user asked for them."
      }
    ],
    "body": "Xcodebuildmcp\nOverview\n\nUse 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.\n\nPrereqs & MCP Setup\n\nThis 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:\n\nreferences/mcp-setup.md (requirements + MCP client config examples)\nExample Requests\n\"Build and run the iOS app on the latest simulator and take a screenshot.\"\n\"Run unit tests on the simulator and share the failing test logs.\"\n\"Open the simulator, navigate to Settings, and toggle Dark Mode.\"\n\"Install and launch the app on my connected iPhone.\"\nQuick Start (common flow)\n\nDiscover the project/workspace and schemes:\n\nmcp__xcodebuildmcp__discover_projs\nmcp__xcodebuildmcp__list_schemes\n\nSet session defaults (so subsequent tools don’t need repeated params):\n\nmcp__xcodebuildmcp__session-set-defaults (workspacePath/projectPath, scheme, simulatorId/deviceId)\n\nRun the task:\n\nBuild/run: mcp__xcodebuildmcp__build_run_sim or mcp__xcodebuildmcp__build_run_macos\nTests: mcp__xcodebuildmcp__test_sim / mcp__xcodebuildmcp__test_macos / mcp__xcodebuildmcp__test_device\n\nVerify and gather evidence:\n\nmcp__xcodebuildmcp__screenshot (sim)\nmcp__xcodebuildmcp__start_sim_log_cap → mcp__xcodebuildmcp__stop_sim_log_cap\nTask Index\nBuild/Run: iOS simulator, macOS, device installs\nTesting: simulator/macOS/device\nSimulator management: list/boot/erase/appearance/location/gestures\nUI automation: describe UI → tap/type/swipe/gesture\nLogs & debugging: sim logs, device logs, LLDB attach/breakpoints\nMedia: screenshots, screen recording\n\nLoad references/workflows.md for detailed step-by-step sequences and command patterns.\n\nOperating Rules\nAlways call mcp__xcodebuildmcp__describe_ui before coordinate-based taps/swipes/long-press.\nPrefer mcp__xcodebuildmcp__session-set-defaults early to reduce parameter noise.\nIf user didn’t specify target device/simulator, list options and ask (or pick a sensible default with useLatestOS).\nAvoid destructive actions (erase sims, clean) unless the user asked for them."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ipavlidakis/xcodebuildmcp",
    "publisherUrl": "https://clawhub.ai/ipavlidakis/xcodebuildmcp",
    "owner": "ipavlidakis",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/xcodebuildmcp",
    "downloadUrl": "https://openagent3.xyz/downloads/xcodebuildmcp",
    "agentUrl": "https://openagent3.xyz/skills/xcodebuildmcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xcodebuildmcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xcodebuildmcp/agent.md"
  }
}