← All skills
Tencent SkillHub · AI

Apple Health Skill

Talk to your Apple Health data — ask questions about your workouts, heart rate, activity rings, and fitness trends using AI.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Talk to your Apple Health data — ask questions about your workouts, heart rate, activity rings, and fitness trends using AI.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

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

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

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: sport — run, 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

TierRead EndpointsAI EndpointsFree100/day3/dayPaid10,000/day100/day

Tips for Agents

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. 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. Use the free WOD endpoint for quick workouts. No auth needed — great for users who just want a workout suggestion. Date format is always YYYY-MM-DD for all date parameters.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs