什么是 core-ml?
核心 ML、创建 ML、视觉框架、自然语言框架、设备上 ML 集成。当用户需要图像分类、文本分析、对象检测、声音分类、模型优化或自定义模型集成时使用。涵盖核心 ML 与基础模型的决策。 来源:rshankras/claude-code-apple-skills。
核心 ML、创建 ML、视觉框架、自然语言框架、设备上 ML 集成。当用户需要图像分类、文本分析、对象检测、声音分类、模型优化或自定义模型集成时使用。涵盖核心 ML 与基础模型的决策。
通过命令行快速安装 core-ml AI 技能到你的开发环境
来源:rshankras/claude-code-apple-skills。
Combined advisory, generator, and workflow skill for integrating machine learning into Apple platform apps. Covers Core ML model integration, Vision framework image analysis, NaturalLanguage framework text processing, Create ML training, and on-device model optimization.
| Capability | Request Class | Custom Model Needed? |
| Image classification | VNClassifyImageRequest | No (built-in) | | Object detection | VNDetectObjectsRequest (custom model) | Yes | | Face detection | VNDetectFaceRectanglesRequest | No | | Face landmarks | VNDetectFaceLandmarksRequest | No | | Text recognition (OCR) | VNRecognizeTextRequest | No | | Body pose | VNDetectHumanBodyPoseRequest | No |
核心 ML、创建 ML、视觉框架、自然语言框架、设备上 ML 集成。当用户需要图像分类、文本分析、对象检测、声音分类、模型优化或自定义模型集成时使用。涵盖核心 ML 与基础模型的决策。 来源:rshankras/claude-code-apple-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill core-ml核心 ML、创建 ML、视觉框架、自然语言框架、设备上 ML 集成。当用户需要图像分类、文本分析、对象检测、声音分类、模型优化或自定义模型集成时使用。涵盖核心 ML 与基础模型的决策。 来源:rshankras/claude-code-apple-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/rshankras/claude-code-apple-skills --skill core-ml 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/rshankras/claude-code-apple-skills