用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ferri-ai/Ferri --skill health-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | health-check |
| description | Analyze health trends over the past week and month with steps, heart rate, sleep, calories, and weight data |
Analyze the user's health data trends and present actionable insights. Pull data across multiple health metrics and identify patterns.
Call health_check_availability to confirm which health data types are accessible. If health data is not available at all, inform the user that they need to grant Health permissions in the app settings and stop.
Make the following calls for the past 7 days:
health_read_data with type "steps" -- daily step countshealth_read_data with type "heart_rate" -- heart rate readingshealth_read_data with type "sleep" -- sleep duration per nighthealth_read_data with type "active_calories" -- calories burned through activityIf any individual metric is unavailable, skip it and note it in the report.
Call health_read_data with type "weight" for the past 30 days. Weight changes are more meaningful over longer periods.
For each available metric, calculate and assess:
Steps:
Heart Rate:
Sleep:
Active Calories:
Weight (30 days):
Format the analysis clearly:
HEALTH CHECK — {date range}
STEPS (7-day)
Average: {avg}/day
Best: {best} ({day}) | Lowest: {worst} ({day})
Trend: {direction}
{insight — e.g., "Consistently above 8,000 steps. Strong baseline."}
HEART RATE (7-day)
Resting avg: {bpm}
Range: {low}–{high} bpm
{insight — e.g., "Resting HR is stable, within healthy range."}
SLEEP (7-day)
Average: {hours}h {minutes}m/night
Best: {best} ({day}) | Least: {worst} ({day})
{insight — e.g., "Averaging under 7 hours. Consider earlier bedtimes."}
CALORIES (7-day)
Average: {avg}/day active
Most active: {day} ({cal})
{insight}
WEIGHT (30-day)
Current: {weight}
Change: {change} over 30 days
Trend: {direction}
{insight}
SUMMARY
{2-3 sentence overall assessment highlighting strengths and areas for improvement}
Offer to save the health summary for future reference. If the user agrees, use write_file to save to notes/health-check-{date}.md. This allows tracking progress over time.
Trigger when the user says things like: