
apple-health-fitness
by g-shudy
SKILL.md
name: apple-health-fitness description: Query Health and Fitness data from Apple Health app including activity, workouts, heart rate, sleep, and health metrics. Use when user asks about health stats, fitness activity, workouts, sleep data, or health metrics. allowed-tools:
- Bash
- Read
- Write
Apple Health & Fitness
Access Health and Fitness data from Apple Health app.
Status
UNDER DEVELOPMENT - Helper scripts not yet implemented.
Apple Health lacks AppleScript support. Current workarounds:
- Manual export from Health app (Profile > Export All Health Data)
healthexportCLI tool (pip3 install healthexport)- Parse exported XML/CSV with standard tools
Planned Commands
health-export --days 7 --type steps ~/health-export/
health-query ~/health-export/ --metric steps --days 7 --summary
fitness-summary --week
Available Data Types
Activity, Workouts, Heart Rate, Sleep, Body Measurements, Vitals
Privacy & Security
Health data is HIGHLY SENSITIVE:
- Read-only access
- Always ask before accessing
- Aggregated summaries only
- Never share externally
Development Roadmap
See reference/roadmap.md for implementation plans and technical details.
Related Skills
apple-productivity- Calendar, Contacts, Mail, Messagesapple-shortcuts- Could trigger Health exports
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon