查询 Apple 开发者文档、API 和 WWDC 视频 (2014-2025)。搜索 SwiftUI、UIKit、Objective-C、Swift 框架并观看会话。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install apple-docs或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install apple-docs⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/apple-docs/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: apple-docs description: Query Apple Developer Documentation, APIs, and WWDC videos (2014-2025). Search SwiftUI, UIKit, Objective-C, Swift frameworks and watch sessions. metadata: {"clawdbot":{"emoji":"🍎","requires":{"bins":["node"]}}} ---
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:
安装 苹果文档 后,可以对 AI 说这些话来触发它
Help me get started with Apple Docs
Explains what Apple Docs does, walks through the setup, and runs a quick demo based on your current project
Use Apple Docs to query Apple Developer Documentation, APIs, and WWDC videos (2014-2025)
Invokes Apple Docs with the right parameters and returns the result directly in the conversation
What can I do with Apple Docs in my developer & devops workflow?
Lists the top use cases for Apple Docs, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/apple-docs/ 目录(个人级,所有项目可用),或 .claude/skills/apple-docs/(项目级)。重启 AI 客户端后,用 /apple-docs 主动调用,或让 AI 根据上下文自动发现并使用。
苹果文档 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
苹果文档 可免费安装使用。请查阅仓库了解许可证信息。
查询 Apple 开发者文档、API 和 WWDC 视频 (2014-2025)。搜索 SwiftUI、UIKit、Objective-C、Swift 框架并观看会话。
苹果文档 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Apple Docs
Identifies repetitive steps in your workflow and sets up Apple Docs to handle them automatically