Xcode
v1.0.0Avoid common Xcode mistakes — signing issues, build settings traps, and cache corruption fixes.
⭐ 4· 1.3k·10 current·10 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk972mf2etrwjq67ymeacgy5j0x80xyk2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔨 Clawdis
OSmacOS
Binsxcodebuild
