← Back to Skills Marketplace
nftechie

Apple Health Skill

by nftechie · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2717
Downloads
3
Stars
12
Active Installs
1
Versions
Install in OpenClaw
/install apple-health-skill
Description
Talk to your Apple Health data — ask questions about your workouts, heart rate, activity rings, and fitness trends using AI.
README (SKILL.md)

Apple Health Skill

Chat with your Apple Health data using AI. Ask about your workouts, heart rate trends, activity rings, VO2 Max, and more. Powered by Transition, which syncs with Apple Health to give AI agents access to your fitness data.

Setup

  1. Download Transition and grant Apple Health access
  2. Go to Settings > API Keys and tap Generate New Key
  3. Set the environment variable:
export TRANSITION_API_KEY="tr_live_xxxxxxxxxxxxxxxxxxxxx"

No Auth Required

Workout of the Day

Generate a random structured workout — no account needed.

curl "https://api.transition.fun/api/v1/wod?sport=run&duration=45"

Parameters:

  • sportrun, bike, swim, or strength (default: run)
  • duration — minutes, 10-300 (default: 45)

Authenticated Endpoints

Base URL: https://api.transition.fun Auth: Pass X-API-Key header on every request.

AI Coach Chat

Ask questions about your Apple Health data. The AI coach has full context on your workouts and health metrics.

curl -X POST -H "X-API-Key: $TRANSITION_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"message": "How has my resting heart rate changed over the last month?"}' \
  "https://api.transition.fun/api/v1/coach/chat"

Example questions:

  • "How many workouts did I do this week?"
  • "What's my VO2 Max trend?"
  • "How has my sleep been trending this week?"
  • "Compare my running pace this month vs last month"
  • "Should I take a rest day based on my recent training?"

Get Workouts

Retrieve scheduled workouts for a date range.

curl -H "X-API-Key: $TRANSITION_API_KEY" \
  "https://api.transition.fun/api/v1/workouts?start=2026-02-09&end=2026-02-15"

Parameters:

  • start — Start date (YYYY-MM-DD, required)
  • end — End date (YYYY-MM-DD, required)
  • Maximum range between start and end is 90 days.

Performance Management Chart (PMC)

Get CTL (fitness), ATL (fatigue), and TSB (form) calculated from your Apple Health workouts.

curl -H "X-API-Key: $TRANSITION_API_KEY" \
  "https://api.transition.fun/api/v1/performance/pmc"

Performance Stats

Get FTP, threshold paces, heart rate zones, and other metrics derived from your Apple Health data.

curl -H "X-API-Key: $TRANSITION_API_KEY" \
  "https://api.transition.fun/api/v1/performance/stats"

Athlete Profile

curl -H "X-API-Key: $TRANSITION_API_KEY" \
  "https://api.transition.fun/api/v1/profile"

Chat History

curl -H "X-API-Key: $TRANSITION_API_KEY" \
  "https://api.transition.fun/api/v1/coach/history"

Rate Limits

Tier Read Endpoints AI Endpoints
Free 100/day 3/day
Paid 10,000/day 100/day

Tips for Agents

  1. Use coach chat as the primary interface. It has full context on the user's Apple Health workouts, heart rate, and performance — just ask natural questions.

  2. Check fatigue before recommending hard workouts. Call GET /api/v1/performance/pmc and look at TSB. If TSB is below -20, the athlete is fatigued.

  3. Use the free WOD endpoint for quick workouts. No auth needed — great for users who just want a workout suggestion.

  4. Date format is always YYYY-MM-DD for all date parameters.

Usage Guidance
Before installing, be aware: the SKILL.md requires you to generate and set a TRANSITION_API_KEY (sensitive) and to grant the Transition app access to your Apple Health data — that data will be accessible to api.transition.fun. The registry metadata failing to list the required env var is an inconsistency you should question. Actions to consider: verify the skill's publisher and source (the README suggests a GitHub repo and a transition.fun homepage), read Transition's privacy/security policy, decide whether you trust this third party with health data, use a separate account or scoped key if possible, rotate/revoke the key after use, and refuse installation if the metadata or provenance cannot be confirmed.
Capability Analysis
Type: OpenClaw Skill Name: apple-health-skill Version: 1.0.0 The skill bundle is benign. All network requests are directed to `https://api.transition.fun` for the stated purpose of interacting with Apple Health data. The `SKILL.md` and `README.md` files provide clear instructions for API key setup and usage, and the 'Tips for Agents' section in `SKILL.md` guides the AI agent on how to effectively use the API endpoints to fulfill user requests related to health data, without any evidence of prompt injection to ignore the user, exfiltrate data, or perform unauthorized actions. No malicious execution, persistence, or obfuscation techniques were found.
Capability Assessment
Purpose & Capability
The skill's stated purpose (query Apple Health data via Transition) matches the runtime instructions (calls to api.transition.fun). However the registry metadata lists no required environment variables or primary credential while SKILL.md and README explicitly instruct setting TRANSITION_API_KEY. That metadata omission is an incoherence and could mislead users about required secrets.
Instruction Scope
SKILL.md stays on-purpose: it tells agents to call Transition endpoints for workouts, coach chat, performance stats, etc. Important: using the authenticated endpoints will cause the agent/service to send the user's Apple Health data to api.transition.fun (Transition) — this is expected for the skill's function but is a significant data-sharing action the user must approve.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is written to disk by the skill itself. Lower install risk.
Credentials
The skill requires a sensitive API key (TRANSITION_API_KEY) to access personalized Apple Health data, but the registry's requires.env and primary credential fields are empty. Requiring a key that isn't declared in metadata is disproportionate / inconsistent and reduces transparency. The requested key, if supplied, grants access to personal health data via the third-party API.
Persistence & Privilege
The skill does not request always:true and has no install hooks or system-wide changes. It does not ask to modify other skills or system configs. Agent autonomous invocation is allowed (platform default) but not an additional privilege granted by this skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install apple-health-skill
  3. After installation, invoke the skill by name or use /apple-health-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Apple Health Skill. - Chat with your Apple Health data using AI to get insights on workouts, heart rate, activity rings, VO2 Max, and more. - Integration with Transition app for secure syncing and API key authentication. - "Workout of the Day" endpoint available without authentication for quickly generating structured workouts. - Authenticated endpoints to chat with an AI health coach, retrieve workout history, access performance metrics and charts, and view athlete profiles. - Flexible API designed for agents, including guidance on using fatigue data and formatting dates. - Rate limits established for free and paid users.
Metadata
Slug apple-health-skill
Version 1.0.0
License
All-time Installs 13
Active Installs 12
Total Versions 1
Frequently Asked Questions

What is Apple Health Skill?

Talk to your Apple Health data — ask questions about your workouts, heart rate, activity rings, and fitness trends using AI. It is an AI Agent Skill for Claude Code / OpenClaw, with 2717 downloads so far.

How do I install Apple Health Skill?

Run "/install apple-health-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Apple Health Skill free?

Yes, Apple Health Skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Apple Health Skill support?

Apple Health Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Apple Health Skill?

It is built and maintained by nftechie (@nftechie); the current version is v1.0.0.

💬 Comments