# Check iOS version support for Vision framework
apple-docs platform "VNRecognizeTextRequest"
# Find all SwiftUI views that support iOS 15+
apple-docs search "SwiftUI View iOS 15"
Explore APIs
bash
# Get inheritance hierarchy for UIViewController
apple-docs apis "UIViewController"
# Find alternatives to deprecated API
apple-docs similar "UILabel"
WWDC Videos
bash
# Search for async/await sessions
apple-docs wwdc-search "async await"
# Get specific video details with transcript
apple-docs wwdc-video 2024-100
# List all available years
apple-docs wwdc-years
Browse Technologies
bash
# List all Apple technologies
apple-docs tech
# Get SwiftUI overview guide
apple-docs overview "SwiftUI"
# Find Vision framework samples
apple-docs samples "Vision"
Run “clawhub install thesethrose/apple-docs” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.
What does the Apple Docs skill do?
Query Apple Developer Documentation, frameworks, APIs, and WWDC videos. The SKILL.md section on this page shows the exact instructions the skill gives your agent.
Is the Apple Docs skill free?
Yes. Apple Docs is a free, open-source skill by thesethrose. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.
Does Apple Docs work with Claude Code and OpenClaw?
Yes. Skills use the portable SKILL.md format, so Apple Docs works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.