apple-docsQuery Apple Developer Documentation, APIs, and WWDC videos (2014-2025). Search SwiftUI, UIKit, Objective-C, Swift frameworks and watch sessions.
Install via ClawdBot CLI:
clawdbot install TheSethRose/apple-docsRequires:
Query Apple Developer Documentation, frameworks, APIs, and WWDC videos.
No installation required - works out of the box with native fetch.
| Command | Description |
|---------|-------------|
| apple-docs search "query" | Search Apple Developer Documentation |
| apple-docs symbols "UIView" | Search framework classes, structs, protocols |
| apple-docs doc "/path/to/doc" | Get detailed documentation by path |
| Command | Description |
|---------|-------------|
| apple-docs apis "UIViewController" | Find inheritance and protocol conformances |
| apple-docs platform "UIScrollView" | Check platform/version compatibility |
| apple-docs similar "UIPickerView" | Find Apple's recommended alternatives |
| Command | Description |
|---------|-------------|
| apple-docs tech | List all Apple technologies by category |
| apple-docs overview "SwiftUI" | Get comprehensive technology guides |
| apple-docs samples "SwiftUI" | Browse Swift/Objective-C sample projects |
| Command | Description |
|---------|-------------|
| apple-docs wwdc-search "async" | Search WWDC sessions (2014-2025) |
| apple-docs wwdc-video 2024-100 | Get transcript, code examples, resources |
| apple-docs wwdc-topics | List 20 WWDC topic categories |
| apple-docs wwdc-years | List WWDC years with video counts |
| Option | Description |
|--------|-------------|
| --limit | Limit number of results |
| --category | Filter by technology category |
| --framework | Filter by framework name |
| --year | Filter by WWDC year |
| --no-transcript | Skip transcript for WWDC videos |
| --no-inheritance | Skip inheritance info in apis command |
| --no-conformances | Skip protocol conformances in apis command |
# Search for SwiftUI animations
apple-docs search "SwiftUI animation"
# Find UITableView delegate methods
apple-docs symbols "UITableViewDelegate"
# 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"
# Get inheritance hierarchy for UIViewController
apple-docs apis "UIViewController"
# Find alternatives to deprecated API
apple-docs similar "UILabel"
# 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
# List all Apple technologies
apple-docs tech
# Get SwiftUI overview guide
apple-docs overview "SwiftUI"
# Find Vision framework samples
apple-docs samples "Vision"
The underlying MCP server includes:
Generated Mar 1, 2026
Developers can quickly search Apple Developer Documentation for specific APIs or frameworks like SwiftUI or UIKit when debugging issues or implementing features. This helps resolve coding errors, understand platform compatibility, and access sample code to accelerate development cycles.
Tech trainers or educators can use the skill to search WWDC videos from 2014-2025 for topics like async/await or SwiftUI, retrieving transcripts and examples. This supports creating up-to-date training materials and staying current with Apple's latest technologies and best practices.
Enterprise development teams can explore Apple APIs to check inheritance, protocol conformances, and find alternatives for deprecated APIs like UIPickerView. This aids in planning migrations, ensuring app compatibility across iOS/macOS versions, and reducing technical debt.
Developers evaluating Apple technologies for new projects can browse comprehensive guides and sample projects via the overview and samples commands. This allows for informed decisions on adopting frameworks like SwiftUI or Vision based on documentation depth and real-world examples.
Offer a free basic version for documentation searches and WWDC video access, with premium tiers adding advanced features like offline caching, API analytics, or team collaboration tools. Revenue can come from subscriptions targeting indie developers and small teams.
Sell licenses to large organizations for integration into their internal development workflows, providing enhanced support, custom caching options, and compliance features. This model leverages the skill's ability to streamline Apple tech research across multiple teams.
Partner with online learning platforms or coding bootcamps to provide API access for their courses on iOS/macOS development. Revenue is generated through API usage fees or revenue-sharing agreements based on student engagement with the skill's resources.
💬 Integration Tip
Integrate this skill into development environments or chatbots to provide on-demand Apple documentation, reducing context-switching and speeding up coding tasks.
Capture and automate macOS UI with the Peekaboo CLI.
Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Clawdbot to add a note, list notes, search notes, or manage note folders.
Speak responses aloud on macOS using the built-in `say` command when user input indicates Voice Wake/voice recognition (for example, messages starting with "User talked via voice recognition on <device>").
Homebrew package manager for macOS. Search, install, manage, and troubleshoot packages and casks.
Automate macOS desktop by capturing screenshots and executing precise mouse movements, clicks, and keyboard inputs via cliclick.