{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/apple-docs",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apple-docs",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "cli.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/apple-docs",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Apple Docs Skill",
        "body": "Query Apple Developer Documentation, frameworks, APIs, and WWDC videos."
      },
      {
        "title": "Setup",
        "body": "No installation required - works out of the box with native fetch."
      },
      {
        "title": "Documentation Search",
        "body": "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"
      },
      {
        "title": "API Exploration",
        "body": "CommandDescriptionapple-docs apis \"UIViewController\"Find inheritance and protocol conformancesapple-docs platform \"UIScrollView\"Check platform/version compatibilityapple-docs similar \"UIPickerView\"Find Apple's recommended alternatives"
      },
      {
        "title": "Technology Browsing",
        "body": "CommandDescriptionapple-docs techList all Apple technologies by categoryapple-docs overview \"SwiftUI\"Get comprehensive technology guidesapple-docs samples \"SwiftUI\"Browse Swift/Objective-C sample projects"
      },
      {
        "title": "WWDC Videos",
        "body": "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"
      },
      {
        "title": "Options",
        "body": "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"
      },
      {
        "title": "Search Documentation",
        "body": "# Search for SwiftUI animations\napple-docs search \"SwiftUI animation\"\n\n# Find UITableView delegate methods\napple-docs symbols \"UITableViewDelegate\""
      },
      {
        "title": "Check Platform Compatibility",
        "body": "# Check iOS version support for Vision framework\napple-docs platform \"VNRecognizeTextRequest\"\n\n# Find all SwiftUI views that support iOS 15+\napple-docs search \"SwiftUI View iOS 15\""
      },
      {
        "title": "Explore APIs",
        "body": "# Get inheritance hierarchy for UIViewController\napple-docs apis \"UIViewController\"\n\n# Find alternatives to deprecated API\napple-docs similar \"UILabel\""
      },
      {
        "title": "WWDC Videos",
        "body": "# Search for async/await sessions\napple-docs wwdc-search \"async await\"\n\n# Get specific video details with transcript\napple-docs wwdc-video 2024-100\n\n# List all available years\napple-docs wwdc-years"
      },
      {
        "title": "Browse Technologies",
        "body": "# List all Apple technologies\napple-docs tech\n\n# Get SwiftUI overview guide\napple-docs overview \"SwiftUI\"\n\n# Find Vision framework samples\napple-docs samples \"Vision\""
      },
      {
        "title": "Caching",
        "body": "The underlying MCP server includes:\n\n30 minute cache for API docs\n10 minute cache for search results\n1 hour cache for framework info\n1,260+ WWDC videos bundled offline (35MB)"
      },
      {
        "title": "Resources",
        "body": "MCP Server: https://github.com/kimsungwhee/apple-docs-mcp\nApple Developer Documentation: https://developer.apple.com/documentation/\nApple Developer: https://developer.apple.com/"
      }
    ],
    "body": "Apple Docs Skill\n\nQuery Apple Developer Documentation, frameworks, APIs, and WWDC videos.\n\nSetup\n\nNo installation required - works out of the box with native fetch.\n\nAvailable Tools\nDocumentation Search\nCommand\tDescription\napple-docs search \"query\"\tSearch Apple Developer Documentation\napple-docs symbols \"UIView\"\tSearch framework classes, structs, protocols\napple-docs doc \"/path/to/doc\"\tGet detailed documentation by path\nAPI Exploration\nCommand\tDescription\napple-docs apis \"UIViewController\"\tFind inheritance and protocol conformances\napple-docs platform \"UIScrollView\"\tCheck platform/version compatibility\napple-docs similar \"UIPickerView\"\tFind Apple's recommended alternatives\nTechnology Browsing\nCommand\tDescription\napple-docs tech\tList all Apple technologies by category\napple-docs overview \"SwiftUI\"\tGet comprehensive technology guides\napple-docs samples \"SwiftUI\"\tBrowse Swift/Objective-C sample projects\nWWDC Videos\nCommand\tDescription\napple-docs wwdc-search \"async\"\tSearch WWDC sessions (2014-2025)\napple-docs wwdc-video 2024-100\tGet transcript, code examples, resources\napple-docs wwdc-topics\tList 20 WWDC topic categories\napple-docs wwdc-years\tList WWDC years with video counts\nOptions\nOption\tDescription\n--limit <n>\tLimit number of results\n--category\tFilter by technology category\n--framework\tFilter by framework name\n--year\tFilter by WWDC year\n--no-transcript\tSkip transcript for WWDC videos\n--no-inheritance\tSkip inheritance info in apis command\n--no-conformances\tSkip protocol conformances in apis command\nExamples\nSearch Documentation\n# Search for SwiftUI animations\napple-docs search \"SwiftUI animation\"\n\n# Find UITableView delegate methods\napple-docs symbols \"UITableViewDelegate\"\n\nCheck Platform Compatibility\n# Check iOS version support for Vision framework\napple-docs platform \"VNRecognizeTextRequest\"\n\n# Find all SwiftUI views that support iOS 15+\napple-docs search \"SwiftUI View iOS 15\"\n\nExplore APIs\n# Get inheritance hierarchy for UIViewController\napple-docs apis \"UIViewController\"\n\n# Find alternatives to deprecated API\napple-docs similar \"UILabel\"\n\nWWDC Videos\n# Search for async/await sessions\napple-docs wwdc-search \"async await\"\n\n# Get specific video details with transcript\napple-docs wwdc-video 2024-100\n\n# List all available years\napple-docs wwdc-years\n\nBrowse Technologies\n# List all Apple technologies\napple-docs tech\n\n# Get SwiftUI overview guide\napple-docs overview \"SwiftUI\"\n\n# Find Vision framework samples\napple-docs samples \"Vision\"\n\nCaching\n\nThe underlying MCP server includes:\n\n30 minute cache for API docs\n10 minute cache for search results\n1 hour cache for framework info\n1,260+ WWDC videos bundled offline (35MB)\nResources\nMCP Server: https://github.com/kimsungwhee/apple-docs-mcp\nApple Developer Documentation: https://developer.apple.com/documentation/\nApple Developer: https://developer.apple.com/"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TheSethRose/apple-docs",
    "publisherUrl": "https://clawhub.ai/TheSethRose/apple-docs",
    "owner": "TheSethRose",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}