← 返回 Skills 市场
1427
总下载
4
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install xcode
功能描述
Avoid common Xcode mistakes — signing issues, build settings traps, and cache corruption fixes.
安全使用建议
This is an instruction-only Xcode troubleshooting guide (no code or installs). It does not ask for credentials, but several recommended fixes involve deleting DerivedData and accessing the macOS Keychain or developer portal — these are destructive or sensitive actions, so review commands before running them, back up anything important, and ensure any CI usage handles signing credentials/token storage securely. If you want an automated tool to perform these steps, prefer well-known, audited tools rather than following untrusted instructions verbatim.
功能分析
Type: OpenClaw Skill
Name: xcode
Version: 1.0.0
The skill bundle provides troubleshooting information and common fixes for Xcode-related issues. It lists standard diagnostic commands like `xcodebuild`, `xcrun simctl`, and instructions to delete `DerivedData`, all of which are legitimate for an Xcode support skill. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection attempts to subvert the agent's behavior beyond its stated purpose in SKILL.md.
能力评估
Purpose & Capability
Name/description match the content: troubleshooting signing, build settings, DerivedData, and CLI build tips. Declared required binary (xcodebuild) and darwin OS restriction are appropriate and proportional to an Xcode helper.
Instruction Scope
SKILL.md contains step-by-step troubleshooting guidance and CLI commands for Xcode (xcodebuild, xcrun). It references the user's DerivedData folder and Keychain and suggests actions like deleting DerivedData and using xcrun commands — these are directly relevant to fixing Xcode issues and do not attempt to read or transmit unrelated system data.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is downloaded or written to disk by the skill itself, which is lowest-risk behavior.
Credentials
The skill requests no environment variables or credentials. It does note that operations like -allowProvisioningUpdates require keychain access and that signing requires developer portal profiles/UDIDs, which is expected for signing-related guidance but the skill does not request or store those secrets.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent presence or modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xcode - 安装完成后,直接呼叫该 Skill 的名称或使用
/xcode触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Xcode 是什么?
Avoid common Xcode mistakes — signing issues, build settings traps, and cache corruption fixes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1427 次。
如何安装 Xcode?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xcode」即可一键安装,无需额外配置。
Xcode 是免费的吗?
是的,Xcode 完全免费(开源免费),可自由下载、安装和使用。
Xcode 支持哪些平台?
Xcode 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。
谁开发了 Xcode?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills