axiom-analyze-crash
Analyze iOS and macOS crash logs with Axiom MCP symbolication tools
Capture screenshot from booted iOS Simulator
> /plugin marketplace add charleswiltgen/axiom > /plugin install axiom@axiom-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/axiom-screenshotContext preview
What this command does when you run it.
Capture screenshot from booted iOS Simulator
name: axiom-screenshot description: "Capture screenshot from booted iOS Simulator"
Take a screenshot of the currently booted iOS Simulator and display it for analysis.
1. Checks if a simulator is booted 2. Captures screenshot to timestamped file 3. Displays the screenshot (Claude is multimodal!) 4. Returns the file path for reference
Simply run this command and Claude will:
**Debug Visual Issues**:
/axiom-screenshot
Then ask: "Does the login button look centered?"
**Verify Fixes**:
/axiom-screenshot
Then ask: "Is the text still clipped?"
**Document Current State**:
/axiom-screenshot
Claude will capture and describe the current UI state.
This command shoots a **simulator** screenshot via `simctl`. To capture a **physical device**, or to record video with a clean auto-stop (no Ctrl+C), use the unified `devicectl device capture` path — one `-d <udid>` selector works for both sim and device (Xcode 26.6+):
xcrun devicectl device capture screenshot -d <udid> --destination shot.png # .png required xcrun devicectl device capture screen-record -d <udid> --destination clip.mp4 --duration 5
See the `axiom-tools` device-control reference (Screen capture) for codecs, mask policy, and the simctl/axe fallbacks.
For advanced simulator testing (location, push notifications, video recording, etc.), use:
/axiom-test-simulator
Or invoke the full simulator-tester agent with natural language:
Battle-tested skills, agents, and tools for modern Apple OS development — Swift 6, SwiftUI, Liquid Glass, Apple Intelligence, and more. Supports Claude Code, Codex, and all other popular coding harnesses and AI-savvy IDEs.
Repo: charleswiltgen/axiom
Analyze iOS and macOS crash logs with Axiom MCP symbolication tools
Ask a question about iOS/Swift development - routes to the right Axiom skill or agent
Smart audit selector - analyzes your project and suggests relevant audits
Compare two performance traces for regressions with Axiom MCP profiling tools
Capture iOS simulator console output through Axiom MCP logging tools
Diagnose and fix Xcode build failures (Delegate to the `build-fixer` subagent)