healthkit-cli

Installation
SKILL.md

Use bunx apple-health to interact with HealthKit through a running Expo app's devtools connection.

Prerequisites

The app must have the devtools hook enabled:

import { useHealthKitDevTools } from "apple-health/dev-tools";

export default function App() {
  useHealthKitDevTools();
  // ...
}

Verify connection:

bunx apple-health status
Related skills
Installs
11
GitHub Stars
33
First Seen
Jan 25, 2026