Apple Health Analyzer
This skill runs a 3-stage pipeline against an Apple Health export ZIP:
health_parser.py— parses the export XML (typically 0.3–2 GB) into CSV/JSONreport_html.py— generates a self-contained interactive HTML report- Q&A mode — reads the parsed CSVs to answer specific questions
Apple names the export differently depending on the iPhone's locale (e.g. export.zip in English, 导出.zip in Chinese, etc.). The user supplies the ZIP path; the parser doesn
[Description truncada. Veja o README completo no GitHub.]