# Send Apple Docs to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "apple-docs",
    "name": "Apple Docs",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/TheSethRose/apple-docs",
    "canonicalUrl": "https://clawhub.ai/TheSethRose/apple-docs",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/apple-docs",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apple-docs",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "cli.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "apple-docs",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T03:07:13.221Z",
      "expiresAt": "2026-05-06T03:07:13.221Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apple-docs",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apple-docs",
        "contentDisposition": "attachment; filename=\"apple-docs-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "apple-docs"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/apple-docs"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/apple-docs",
    "downloadUrl": "https://openagent3.xyz/downloads/apple-docs",
    "agentUrl": "https://openagent3.xyz/skills/apple-docs/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apple-docs/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apple-docs/agent.md"
  }
}
```
## Documentation

### Apple Docs Skill

Query Apple Developer Documentation, frameworks, APIs, and WWDC videos.

### Setup

No installation required - works out of the box with native fetch.

### Documentation Search

CommandDescriptionapple-docs search "query"Search Apple Developer Documentationapple-docs symbols "UIView"Search framework classes, structs, protocolsapple-docs doc "/path/to/doc"Get detailed documentation by path

### API Exploration

CommandDescriptionapple-docs apis "UIViewController"Find inheritance and protocol conformancesapple-docs platform "UIScrollView"Check platform/version compatibilityapple-docs similar "UIPickerView"Find Apple's recommended alternatives

### Technology Browsing

CommandDescriptionapple-docs techList all Apple technologies by categoryapple-docs overview "SwiftUI"Get comprehensive technology guidesapple-docs samples "SwiftUI"Browse Swift/Objective-C sample projects

### WWDC Videos

CommandDescriptionapple-docs wwdc-search "async"Search WWDC sessions (2014-2025)apple-docs wwdc-video 2024-100Get transcript, code examples, resourcesapple-docs wwdc-topicsList 20 WWDC topic categoriesapple-docs wwdc-yearsList WWDC years with video counts

### Options

OptionDescription--limit <n>Limit number of results--categoryFilter by technology category--frameworkFilter by framework name--yearFilter by WWDC year--no-transcriptSkip transcript for WWDC videos--no-inheritanceSkip inheritance info in apis command--no-conformancesSkip protocol conformances in apis command

### Search Documentation

# Search for SwiftUI animations
apple-docs search "SwiftUI animation"

# Find UITableView delegate methods
apple-docs symbols "UITableViewDelegate"

### Check Platform Compatibility

# 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

# Get inheritance hierarchy for UIViewController
apple-docs apis "UIViewController"

# Find alternatives to deprecated API
apple-docs similar "UILabel"

### WWDC Videos

# 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

# List all Apple technologies
apple-docs tech

# Get SwiftUI overview guide
apple-docs overview "SwiftUI"

# Find Vision framework samples
apple-docs samples "Vision"

### Caching

The underlying MCP server includes:

30 minute cache for API docs
10 minute cache for search results
1 hour cache for framework info
1,260+ WWDC videos bundled offline (35MB)

### Resources

MCP Server: https://github.com/kimsungwhee/apple-docs-mcp
Apple Developer Documentation: https://developer.apple.com/documentation/
Apple Developer: https://developer.apple.com/
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: TheSethRose
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T03:07:13.221Z
- Expires at: 2026-05-06T03:07:13.221Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/apple-docs)
- [Send to Agent page](https://openagent3.xyz/skills/apple-docs/agent)
- [JSON manifest](https://openagent3.xyz/skills/apple-docs/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/apple-docs/agent.md)
- [Download page](https://openagent3.xyz/downloads/apple-docs)