Install
openclaw skills install youyouClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Personal health data management with natural language interaction. Use when user wants to record health metrics (blood pressure, weight, blood sugar), store medical reports/images, track medications, manage health profiles, or get multi-specialty consultation analysis. Triggers on health-related queries like "记录血压", "存体检报告", "药物提醒", "会诊分析", or mentions of symptoms, checkups, medications.
openclaw skills install youyou私人健康数据管理助手,自然语言交互,无需记命令。
| 类别 | 说明 |
|---|---|
| 档案管理 | 身高、体重、血型、过敏史、家族病史 |
| 日常记录 | 血压、血糖、体重、症状、用药 |
| 报告存储 | 体检报告、化验单、影像检查(支持图片) |
| 用药管理 | 药物记录、相互作用检查、提醒 |
| 多学科会诊 | 17 专科视角综合分析 |
所有数据存储在 data/ 目录:
data/
├── profile.json # 基本档案
├── allergies.json # 过敏史
├── medications/ # 用药记录
├── 生化检查/YYYY-MM/ # 化验结果
├── 影像检查/YYYY-MM/ # 影像报告
├── 手术记录/ # 手术历史
└── 出院小结/ # 出院记录
无需记忆命令格式,自然表达即可:
记录健康数据:
存储报告:
查询历史:
用药管理:
会诊分析:
读取 specialists/ 目录下的专科模板:
⚠️ 重要声明:
完整命令定义见 commands/ 目录。常用:
| 文件 | 用途 |
|---|---|
| profile.md | 档案管理 |
| medication.md | 用药记录 |
| interaction.md | 药物相互作用 |
| consult.md | 多学科会诊 |
| specialist.md | 单专科分析 |
| save-report.md | 保存报告 |
| query.md | 查询记录 |
首次使用时创建数据目录:
mkdir -p data/{medications,生化检查,影像检查,手术记录,出院小结}
然后通过自然对话建立基本档案:"我叫张三,男,35岁,身高175cm,体重72kg"
基于 WellAlly-health 开源项目封装。
由 frxiaobei@elyfinn 维护