Look up Apple device information from a serial number. Supports iPhones, iPads, Macs (MacBook, iMac, Mac mini, Mac Pro, Mac Studio), Apple Watch, Apple TV, and iPods. Use when a user provides an Apple serial number and wants to identify the device, check specs, manufacturing date/location, warranty status, or get detailed model information.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install apple-serial-lookup或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install apple-serial-lookup⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/apple-serial-lookup/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: apple-serial-lookup description: Look up Apple device information from a serial number. Supports iPhones, iPads, Macs (MacBook, iMac, Mac mini, Mac Pro, Mac Studio), Apple Watch, Apple TV, and iPods. Use when a user provides an Apple serial number and wants to identify the device, check specs, manufacturing date/location, warranty status, or get detailed model information. ---
Identify any Apple device from its serial number by combining local decoding with web lookups.
Run the bundled decoder script:
python3 scripts/decode_serial.py <SERIAL>
This extracts:
The script includes a database of common model codes compiled from repair sources and EveryMac.
For full specifications or unknown model codes, perform web lookup:
web_search for "Apple serial number specs" or " site:everymac.com" web_fetch from https://everymac.com/ultimate-mac-lookup/?search_keywords=If EveryMac is blocked by captcha, try:
https://appleserialnumberinfo.com/Desktop/index.php?sn= (may need browser)For new-format (post-2021) serials, web search won't help — direct the user to check Apple's coverage page themselves:
https://checkcoverage.apple.com/ (requires captcha, but returns device model + warranty status)Combine local decode + web data into a comprehensive summary:
Enhanced Output (from local decode):
Web Enhancement (when needed):
The model code database is continuously expandable as new mappings are discovered.
安装 Apple Serial Lookup 后,可以对 AI 说这些话来触发它
Help me get started with Apple Serial Lookup
Explains what Apple Serial Lookup does, walks through the setup, and runs a quick demo based on your current project
Use Apple Serial Lookup to look up Apple device information from a serial number
Invokes Apple Serial Lookup with the right parameters and returns the result directly in the conversation
What can I do with Apple Serial Lookup in my marketing & growth workflow?
Lists the top use cases for Apple Serial Lookup, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/apple-serial-lookup/ 目录(个人级,所有项目可用),或 .claude/skills/apple-serial-lookup/(项目级)。重启 AI 客户端后,用 /apple-serial-lookup 主动调用,或让 AI 根据上下文自动发现并使用。
Apple Serial Lookup 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Apple Serial Lookup 可免费安装使用。请查阅仓库了解许可证信息。
Look up Apple device information from a serial number. Supports iPhones, iPads, Macs (MacBook, iMac, Mac mini, Mac Pro, Mac Studio), Apple Watch, Apple TV, and iPods. Use when a user provides an Apple serial number and wants to identify the device, check specs, manufacturing date/location, warranty status, or get detailed model information.
Automate my marketing & growth tasks using Apple Serial Lookup
Identifies repetitive steps in your workflow and sets up Apple Serial Lookup to handle them automatically
Apple Serial Lookup 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。