← Back to Skills Marketplace
ivangdavila

Xcode

by Iván · GitHub ↗ · v1.0.0
darwin ✓ Security Clean
1427
Downloads
4
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install xcode
Description
Avoid common Xcode mistakes — signing issues, build settings traps, and cache corruption fixes.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xcode
  3. After installation, invoke the skill by name or use /xcode
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug xcode
Version 1.0.0
License
All-time Installs 10
Active Installs 10
Total Versions 1
Frequently Asked Questions

What is Xcode?

Avoid common Xcode mistakes — signing issues, build settings traps, and cache corruption fixes. It is an AI Agent Skill for Claude Code / OpenClaw, with 1427 downloads so far.

How do I install Xcode?

Run "/install xcode" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Xcode free?

Yes, Xcode is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Xcode support?

Xcode is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin).

Who created Xcode?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments