Agent skill

mental-health-analyzer

分析心理健康数据、识别心理模式、评估心理健康状况、提供个性化心理健康建议。支持与睡眠、运动、营养等其他健康数据的关联分析。

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill mental-health-analyzer-huifer-wellally-health-3 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobWriteEdit
Path: skills/analysis/mental-health-analyzer-huifer-wellally-health-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 心理健康分析技能 ## 核心功能 心理健康分析技能提供全面的心理健康数据分析功能,帮助用户追踪心理状态、识别情绪模式、监测危机风险和优化应对策略。 **主要功能模块:** 1. **心理健康评估分析** - PHQ-9/GAD-7等量表评分趋势分析 2. **情绪模式识别** - 识别常见情绪、触发因素和应对方式效果 3. **心理治疗进展追踪** - 治疗目标达成和症状改善评估 4. **危机风险评估** - 多级危机风险检测(高/中/低)和预警 5. **睡眠-心理关联分析** - 睡眠质量与心理状态的关联性分析 6. **运动-情绪关联分析** - 运动与情绪改善的关系分析 7. **营养-心理关联分析** - 饮食对情绪和焦虑的影响分析 8. **慢性病-心理关联分析** - 慢性疾病与心理健康的关系分析 ## 触发条件 技能在以下情况下自动触发: 1. 用户使用 `/mental trend` 查看心理状况趋势 2. 用户使用 `/mental pattern` 分析情绪模式 3. 用户使用 `/mental therapy progress` 查看治疗进展 4. 用户使用 `/crisis assessment` 进行危机风险评估 5. 用户使用 `/mental report` 生成心理健康报告 ## 医学安全边界 **本技能不能做的事:** - ❌ 不进行心理疾病诊断 - ❌ 不开具精神药物处方 - ❌ 不预测自杀风险或自伤行为 - ❌ 不替代专业心理治疗 - ❌ 不处理急性精神危机 **本技能能做的事:** - ✅ 识别心理健康趋势和模式 - ✅ 评估危机风险等级并发出预警 - ✅ 提供应对策略建议(非治疗性) - ✅ 追踪治疗进展和目标达成 - ✅ 提供就医建议和专业资源信息 - ✅ 分析心理健康与其他健康因素的关联 ## 执行步骤 ### 第1步:数据读取 读取心理健康数据文件: - `data-example/mental-health-tracker.json` - 主心理健康档案 - `data-example/mental-health-logs/.index.json` - 日志索引 - `data-example/mental-health-logs/YYYY-MM/YYYY-MM-DD.json` - 每日情绪日记 **数据验证:** - 检查文件是否存在 - 验证数据结构完整性 - 确认有足够的数据点进行分析(建议至少3次PHQ-9/GAD-7评估,或7天情绪日记) ### 第2步:心理健康评估趋势分析 **PHQ-9抑郁评分趋势分析:** ``` - 分析不同时间点的PHQ-9评分 - 计算评分变化速率(分/月) - 识别严重程度变化(无/轻度/中度/重度) - 检测PHQ-9第9项(自伤意念)的变化 - 预测未来

What's inside
Steps it walks through
  1. 核心功能
  2. 触发条件
  3. 医学安全边界
  4. 执行步骤
  5. 第1步:数据读取
  6. 第2步:心理健康评估趋势分析
  7. 第3步:情绪模式识别
  8. 第4步:心理治疗进展追踪
  9. 第5步:危机风险评估(优先级:最高)
  10. 第6步:睡眠-心理关联分析
  11. 第7步:运动-情绪关联分析
  12. 第8步:营养-心理关联分析
  13. 第9步:慢性病-心理关联分析
  14. 危机风险预警
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the mental-health-analyzer skill do?

分析心理健康数据、识别心理模式、评估心理健康状况、提供个性化心理健康建议。支持与睡眠、运动、营养等其他健康数据的关联分析。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill mental-health-analyzer-huifer-wellally-health-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going