{
  "schemaVersion": "1.0",
  "item": {
    "slug": "apple-serial-lookup",
    "name": "Apple Serial Lookup",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/siatrial/apple-serial-lookup",
    "canonicalUrl": "https://clawhub.ai/siatrial/apple-serial-lookup",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/apple-serial-lookup",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apple-serial-lookup",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/model-codes.md",
      "references/serial-format.md",
      "scripts/decode_serial.py"
    ],
    "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-serial-lookup"
    },
    "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-serial-lookup",
    "agentPageUrl": "https://openagent3.xyz/skills/apple-serial-lookup/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apple-serial-lookup/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apple-serial-lookup/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 Serial Lookup",
        "body": "Identify any Apple device from its serial number by combining local decoding with web lookups."
      },
      {
        "title": "1. Decode locally (old 11-12 char format)",
        "body": "Run the bundled decoder script:\n\npython3 scripts/decode_serial.py <SERIAL>\n\nThis extracts:\n\nManufacturing location and date\nModel codes and configuration identifiers\nModel identifier (e.g., MacBookPro10,1, iPhone9,1) when known\nBasic specs (RAM, storage options) from built-in database\n\nThe script includes a database of common model codes compiled from repair sources and EveryMac."
      },
      {
        "title": "2. Web lookup for complete specs and unknown models",
        "body": "For full specifications or unknown model codes, perform web lookup:\n\nPrimary: web_search for \"Apple serial number <SERIAL> specs\" or \"<SERIAL> site:everymac.com\"\nFallback: web_fetch from https://everymac.com/ultimate-mac-lookup/?search_keywords=<SERIAL>\n\nIf EveryMac is blocked by captcha, try:\n\nhttps://appleserialnumberinfo.com/Desktop/index.php?sn=<SERIAL> (may need browser)\nSearch for the model code (e.g., \"Apple DKQ model identifier\") to match to a specific device\n\nFor new-format (post-2021) serials, web search won't help — direct the user to check Apple's coverage page themselves:\n\nApple Check Coverage: https://checkcoverage.apple.com/ (requires captcha, but returns device model + warranty status)\nThis is the only reliable source for randomized 10-character serials\nApple switched to randomized serials starting in late 2020/early 2021 (beginning with iPhone 12 and M1 Macs), fully rolled out across all products by 2021"
      },
      {
        "title": "3. Present results",
        "body": "Combine local decode + web data into a comprehensive summary:\n\nEnhanced Output (from local decode):\n\nDevice: Model name and identifier (e.g., MacBook Pro 15\" Mid-2012, MacBookPro10,1)\nSerial: Full serial number\nManufactured: Location, week, year (e.g., ~Week 38, Sep 2012, Quanta Shanghai)\nSpecs: RAM and storage options from built-in database\nModel Codes: Last 4 characters with decode attempt\n\nWeb Enhancement (when needed):\n\nExact processor specifications\nComplete technical specifications\nWarranty status (Apple Check Coverage)\nCurrent market value"
      },
      {
        "title": "Reference",
        "body": "Serial format & encoding: references/serial-format.md\nModel code database: references/model-codes.md - mappings from model codes to device specs and model identifiers\n\nThe model code database is continuously expandable as new mappings are discovered."
      },
      {
        "title": "Notes",
        "body": "Old format (12 chars): decodable locally for location/date, web needed for exact model\nNew format (10-14 chars, 2021+): fully randomized, web lookup is the only option\nIMEI numbers (15 digits) are NOT serial numbers — note this if a user provides one\nThe script outputs JSON for easy parsing"
      }
    ],
    "body": "Apple Serial Lookup\n\nIdentify any Apple device from its serial number by combining local decoding with web lookups.\n\nWorkflow\n1. Decode locally (old 11-12 char format)\n\nRun the bundled decoder script:\n\npython3 scripts/decode_serial.py <SERIAL>\n\n\nThis extracts:\n\nManufacturing location and date\nModel codes and configuration identifiers\nModel identifier (e.g., MacBookPro10,1, iPhone9,1) when known\nBasic specs (RAM, storage options) from built-in database\n\nThe script includes a database of common model codes compiled from repair sources and EveryMac.\n\n2. Web lookup for complete specs and unknown models\n\nFor full specifications or unknown model codes, perform web lookup:\n\nPrimary: web_search for \"Apple serial number <SERIAL> specs\" or \"<SERIAL> site:everymac.com\"\nFallback: web_fetch from https://everymac.com/ultimate-mac-lookup/?search_keywords=<SERIAL>\n\nIf EveryMac is blocked by captcha, try:\n\nhttps://appleserialnumberinfo.com/Desktop/index.php?sn=<SERIAL> (may need browser)\nSearch for the model code (e.g., \"Apple DKQ model identifier\") to match to a specific device\n\nFor new-format (post-2021) serials, web search won't help — direct the user to check Apple's coverage page themselves:\n\nApple Check Coverage: https://checkcoverage.apple.com/ (requires captcha, but returns device model + warranty status)\nThis is the only reliable source for randomized 10-character serials\nApple switched to randomized serials starting in late 2020/early 2021 (beginning with iPhone 12 and M1 Macs), fully rolled out across all products by 2021\n3. Present results\n\nCombine local decode + web data into a comprehensive summary:\n\nEnhanced Output (from local decode):\n\nDevice: Model name and identifier (e.g., MacBook Pro 15\" Mid-2012, MacBookPro10,1)\nSerial: Full serial number\nManufactured: Location, week, year (e.g., ~Week 38, Sep 2012, Quanta Shanghai)\nSpecs: RAM and storage options from built-in database\nModel Codes: Last 4 characters with decode attempt\n\nWeb Enhancement (when needed):\n\nExact processor specifications\nComplete technical specifications\nWarranty status (Apple Check Coverage)\nCurrent market value\nReference\nSerial format & encoding: references/serial-format.md\nModel code database: references/model-codes.md - mappings from model codes to device specs and model identifiers\n\nThe model code database is continuously expandable as new mappings are discovered.\n\nNotes\nOld format (12 chars): decodable locally for location/date, web needed for exact model\nNew format (10-14 chars, 2021+): fully randomized, web lookup is the only option\nIMEI numbers (15 digits) are NOT serial numbers — note this if a user provides one\nThe script outputs JSON for easy parsing"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/siatrial/apple-serial-lookup",
    "publisherUrl": "https://clawhub.ai/siatrial/apple-serial-lookup",
    "owner": "siatrial",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/apple-serial-lookup",
    "downloadUrl": "https://openagent3.xyz/downloads/apple-serial-lookup",
    "agentUrl": "https://openagent3.xyz/skills/apple-serial-lookup/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apple-serial-lookup/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apple-serial-lookup/agent.md"
  }
}