Resources
1Install
npx skillscat add maxoreric/sop-engine/workflow-input-user-intent-skills-health-report Install via the SkillsCat registry.
About this skill
We need to produce a 2-3 sentence plain-text summary in English, objective, factual, no marketing language, no superlatives, no calls to action. At most 60 words. Should explain what skill does, what problem it solves, when to use. From description: skill generates health report and advice based on health_score, analysis (temperature_ok, heart_rate_ok, steps_ok, issues), level (normal or alert). Output includes status, report with score, level (excellent/good/needs improvement), summary, recommendations, alerts, timestamp.
SKILL.md
health-report
用途: 生成健康报告和建议
输入:
health_score: number
analysis:
temperature_ok: boolean
heart_rate_ok: boolean
steps_ok: boolean
issues: array
level: string # "normal" 或 "alert"输出:
status: string
report:
score: number
level: string # "优秀" / "良好" / "需改善"
summary: string
recommendations: array
alerts: array # 仅当 level="alert" 时
timestamp: string报告等级
- 优秀 (80-100分): 健康状况良好,继续保持
- 良好 (60-79分): 健康状况尚可,有改善空间
- 需改善 (0-59分): 健康状况需要关注
建议生成规则
根据分析结果生成个性化建议:
- 体温异常 → 建议休息、监测体温
- 心率异常 → 建议减少剧烈运动、就医检查
- 运动不足 → 建议增加运动量、设定步数目标