Agent skill
apple-health-fitness
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/apple-health-fitness
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?