A specialized diagnostic tool to analyze Xcode build performance, track errors, and identify compilation bottlenecks directly from macOS DerivedData logs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install xcode-build-analyzer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install xcode-build-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Xcode Build Analyzer is a sophisticated utility designed for macOS developers using Openclaw Skills to gain deep insights into their compilation cycles. By parsing the structured logs and compressed activity data stored in the DerivedData directory, this skill provides a transparent view of build history, performance trends, and hidden warnings that often go unnoticed in the standard Xcode UI.
This tool serves as a bridge between raw log files and actionable developer intelligence. By leveraging native macOS utilities, it allows developers to audit their build pipelines without installing heavy third-party dependencies, making it an essential addition to any suite of Openclaw Skills.
To use this tool within Openclaw Skills, ensure you are running on macOS with Xcode installed. No additional package managers are required as it leverages native system tools.
# Verify required system binaries are available
which plutil gunzip sqlite3
# Ensure the skill has access to the DerivedData directory
ls ~/Library/Developer/Xcode/DerivedData
The skill organizes data by extracting metadata and logs from the standard Xcode directory structure using a read-only approach.
| File Type | Purpose | Key Data Points |
|---|---|---|
| info.plist | Project Metadata | Workspace path, last accessed date |
| LogStoreManifest.plist | Build Index | Duration, status (S/W/E), error counts, scheme names |
| *.xcactivitylog | Detailed Logs | Compiler output, TaskMetrics (wcDuration, maxRSS), concurrency warnings |
| DerivedData | Cache Storage | Disk usage per project, build artifacts |
Loading
A powerful static analysis tool to enforce Swift style and conventions through automated linting and autocorrection.

A professional-grade marine weather skill for AI agents providing global wave, wind, tide, and current data without requiring an API key.

Fastlane is an automation powerhouse for iOS and macOS developers, streamlining the entire process from code signing to App Store submission.

A read-only interface to extract library metadata, reading progress, and annotations from Apple Books on macOS.

A specialized domestic search integration for AI agents that provides stable, high-performance web crawling and intelligent answering capabilities.

A specialized search tool for finding and filtering Jerusalem specialty coffee shops based on real-time availability and amenities.








































