Vision Framework
On-device image analysis using Apple's Vision Framework. Supports OCR, people/animal/face detection, image classification, barcode reading, body pose estimation, contour tracing, and image similarity — all running locally with no network calls.
Requires: macOS 13+ and Swift toolchain (Xcode or Command Line Tools)
Setup (first time only)
Build the Swift CLI tool:
cd ${CLAUDE_SKILL_DIR}/swift && swift build -c release
The binary will be at `${CLAUDE_SKIL
[Description truncada. Veja o README completo no GitHub.]