与您的 Apple Health 数据对话 — 使用 AI 询问有关您的锻炼、心率、活动环和健身趋势的问题。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install apple-health-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install apple-health-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/apple-health-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: apple-health-skill description: Talk to your Apple Health data — ask questions about your workouts, heart rate, activity rings, and fitness trends using AI. homepage: https://www.transition.fun ---
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.
export TRANSITION_API_KEY="tr_live_xxxxxxxxxxxxxxxxxxxxx"
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)Base URL: https://api.transition.fun Auth: Pass X-API-Key header on every request.
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:
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)start and end is 90 days.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"
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"
curl -H "X-API-Key: $TRANSITION_API_KEY" \
"https://api.transition.fun/api/v1/profile"
curl -H "X-API-Key: $TRANSITION_API_KEY" \
"https://api.transition.fun/api/v1/coach/history"
| Tier | Read Endpoints | AI Endpoints | |------|---------------|-------------| | Free | 100/day | 3/day | | Paid | 10,000/day | 100/day |
GET /api/v1/performance/pmc and look at TSB. If TSB is below -20, the athlete is fatigued.安装 苹果健康技能 后,可以对 AI 说这些话来触发它
Help me get started with Apple Health Skill
Explains what Apple Health Skill does, walks through the setup, and runs a quick demo based on your current project
Use Apple Health Skill to talk to your Apple Health data — ask questions about your workouts,...
Invokes Apple Health Skill with the right parameters and returns the result directly in the conversation
What can I do with Apple Health Skill in my data & analytics workflow?
Lists the top use cases for Apple Health Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/apple-health-skill/ 目录(个人级,所有项目可用),或 .claude/skills/apple-health-skill/(项目级)。重启 AI 客户端后,用 /apple-health-skill 主动调用,或让 AI 根据上下文自动发现并使用。
苹果健康技能 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
苹果健康技能 可免费安装使用。请查阅仓库了解许可证信息。
与您的 Apple Health 数据对话 — 使用 AI 询问有关您的锻炼、心率、活动环和健身趋势的问题。
苹果健康技能 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Apple Health Skill
Identifies repetitive steps in your workflow and sets up Apple Health Skill to handle them automatically