healthkit

Read, write, and query Apple HealthKit health and fitness data.

Updated May 15, 2026
One-click install
npx skills add https://github.com/ruskibeats/t1d --skill healthkit-ruskibeats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthkit
Source: https://github.com/ruskibeats/t1d/tree/main/.agents/skills-archive/healthkit
Command: npx skills add https://github.com/ruskibeats/t1d --skill healthkit-ruskibeats

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides the ability to interact with the Apple HealthKit data, enabling the reading, writing, and querying of health and fitness data, making it easier to integrate with health and fitness apps and platforms.

Core Features & Use Cases

  • HealthKit Data Access: Interact with the HealthKit store to access, update, and manage health and fitness data.
  • Data Authorization: Handles authorization to read and write health data on behalf of the user.
  • Sample and Statistics Queries: Retrieve sample and aggregated statistics for health metrics like step count, heart rate, and active energy burned.
  • Background Data Delivery: Supports background delivery of new health data.
  • Workout Session Management: Track and manage workout sessions for health and fitness tracking.

Quick Start

To begin using the healthkit skill, execute the command 'read steps for the past week'.

Frequently Asked Questions about healthkit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read Apple HealthKit data for analysis and reporting?

To read Apple HealthKit data, you can use this skill to interact with the HealthKit store, facilitating the retrieval of health and fitness metrics for analysis. It provides access to sample and aggregated statistics for metrics like step count and heart rate.

Can I write workout and vital sign data back to the iOS Health store?

Yes, you can write workout and vital sign data back to the iOS Health store. This skill manages the modification of health data, enabling you to store exercise sessions and vital signs directly into Apple's HealthKit.

How do I handle HealthKit authorization to read and write fitness tracking data?

Handling HealthKit authorization is managed by the skill to securely read and write fitness tracking data on behalf of the user. It facilitates the required permissions needed to access and modify sensitive health data.

Does this approach support background delivery for new iOS health data?

Yes, this approach supports background delivery for new iOS health data. It enables your application to receive updates and track workout sessions even when not actively running in the foreground.

What specific health metrics can I query from the HealthKit API?

You can query sample and aggregated statistics from the HealthKit API for specific health metrics like step count, heart rate, and active energy burned. This allows you to retrieve detailed data for personalized health reports.

Are there limitations when integrating third-party apps with Apple Health data?

When integrating third-party apps with Apple Health data, interactions are bound by Apple's HealthKit API constraints and user authorization permissions. You must manage data access requests properly to ensure secure reading and writing of health information.

Related Skills