Apple Watch Analysis
Description
# Apple Watch 健康数据分析 处理和分析 Apple Health 导出的健康数据,生成综合健康分析报告。 ## 核心任务 从 Apple Health 导出的大型 XML 文件中提取、分析健康数据,生成可操作的健康洞察。 ## 数据处理流程 ### 第一步:数据预处理 ⚠️ **重要**:绝不直接处理原始 XML 文件(通常 >1GB) 当用户提供 export.zip 时: 1. 优先使用仓库内脚本 `scripts/apple_health_preprocess.py` 2. 将 XML 按类型拆分为 CSV 3. 再按数据类型分批处理 4. 如果用户当前环境无法运行脚本,再临时提供 Python 兜底脚本 ### 第二步:数据分类提取 **心血管数据** - 心率(静息、运动、恢复) - 心率变异性(HRV) - VO2Max - 血氧饱和度 - 心率分区分布 **运动数据** - 步数统计 - 运动类型和频次 - 卡路里消耗 - 站立时间 **睡眠数据** - 睡眠时长 - 睡眠阶段(深睡/REM/核心睡眠) - 入睡时间规律性 ## 分析
Installation
Installs to ~/.claude/skills/runesleo-ai-health-vault-apple-watch-analysis/SKILL.md
mkdir -p ~/.claude/skills/runesleo-ai-health-vault-apple-watch-analysis && curl -fsSL https://raw.githubusercontent.com/runesleo/ai-health-vault/HEAD/.claude/skills/apple-watch-analysis.md -o ~/.claude/skills/runesleo-ai-health-vault-apple-watch-analysis/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11