AI Health Vault
英文 | 中文
用 Obsidian 为自己和家人搭建一套私有的、由 AI 驱动的健康管理系统。
它不是 App,也不是代码项目。它是一套模板 + 提示词 + 搭建指南。把它克隆下来,让你的 AI(Claude / ChatGPT / Gemini)读一遍,它会一步步带你把全家的健康档案搭起来。
为什么
- 医疗报告散落在不同医院,没有人替你追踪趋势
- 父母记不住自己在吃什么药、剂量是多少、什么时候复查
- 商业健康 App 往往需要上传全家的隐私健康数据
- 只需要一套本地模板,让数据留在自己的电脑里
30 分钟搭建
1. Fork this repo (or download ZIP)
2. Open the vault/ folder in Obsidian
3. Fill in family member names in "健康管理中心.md"
4. Take a photo of a medical report → send to AI → AI fills in the template
5. Done. Repeat step 4 for every checkup, doctor visit, or new medication.
快速开始:Claude Code 用户
如果你使用 Claude Code,直接克隆,然后开始对话就行:
git clone https://github.com/runesleo/ai-health-vault.git
cd ai-health-vault
claude
# "Help me analyze this checkup report" (attach photo)
.claude/skills/ 目录里包含 8 个预置技能,会自动启用,无需手动复制粘贴提示词。
仓库结构
ai-health-vault/
├── .claude/skills/ # Claude Code skills (auto-loaded)
│ ├── health-report-extract.md # Checkup report → structured data
│ ├── medication-recognize.md # Pill box photo → drug info
│ ├── health-trend-analysis.md # Multi-checkup trend analysis
│ ├── medical-visit-prep.md # Pre-visit checklist generator
│ ├── apple-watch-analysis.md # Apple Watch health data analysis
│ ├── family-friendly-health.md # Plain language for parents
│ ├── checkup-calendar.md # Follow-up calendar + alerts
│ └── daily-health-plan.md # Personalized daily health plan
├── vault/ # Obsidian Vault templates (ready to use)
│ ├── 健康管理中心.md # Hub + workflow instructions
│ ├── 家庭成员健康档案.md # Family overview
│ ├── 就医记录.md # Medical visits / surgery / chronic conditions
│ ├── 成员模板/
│ │ └── 体检档案-模板.md # Per-person checkup archive (incl. Apple Watch)
│ ├── tracking/
│ │ ├── 用药打卡.csv # Daily medication log
│ │ ├── 饮食记录.csv # Diet tracking
│ │ ├── 运动记录.csv # Exercise tracking
│ │ └── 体检指标.csv # Key checkup metrics over time
│ └── 知识库/
│ └── 常见指标参考.md # Common health metrics reference
├── prompts/ # Prompt collection (works with any AI)
│ ├── 01-体检报告提取.md # Photo → structured data
│ ├── 02-药盒识别.md # Medication photo → drug list
│ ├── 03-趋势分析.md # Historical comparison + anomaly detection
│ ├── 04-就医准备.md # Pre-visit checklist generator
│ ├── 05-Apple-Watch数据分析.md # Health data export → analysis
│ ├── 06-微信版口语化.md # Convert to plain language for parents
│ ├── 07-复查日历生成.md # Follow-up calendar + overdue alerts
│ └── 08-日常管理方案.md # Diet / exercise / medication / warning signs
├── guides/
│ └── 快速开始.md # Detailed setup tutorial
└── LICENSE
提示词
prompts/ 里的每个文件都是一条独立提示词,可以直接复制粘贴到任意 AI 对话中:
Prompt Purpose Input Checkup Report Extraction Photo/PDF → structured table Report photo Medication Recognition Pill box photo → drug name + dosage + frequency Medication photo Trend Analysis Compare multiple checkups, flag anomalies Checkup archive Pre-Visit Prep Generate questions for your doctor Department + history Apple Watch Analysis Export health data → full report export.zip WeChat Version Convert analysis to plain language for parents Any analysis result Follow-up Calendar Generate follow-up schedule with overdue alerts Family archives Daily Health Plan Diet + exercise + medication + warning signs Personal archive
适合谁
- 想为父母建立健康档案的技术型用户
- 在意健康数据,但不想用第三方 App 的人
- Apple Watch / 智能手环用户,想从数据里获得更多价值的人
不适合谁
- 不使用 AI 工具的人(需要 Claude / ChatGPT / Gemini)
- 想要全自动方案的人(这是模板,你需要把数据喂给 AI)
- 不介意商业健康 App 处理自己数据的人
隐私
所有健康数据都保存在 Obsidian 本地,不会自动上传。不过,当你把数据发给 AI 做分析时,内容会经过它们的服务器:
- Claude Code(API 模式)—— Anthropic 不会把 API 输入用于模型训练(隐私政策)
- ChatGPT —— 在 设置 → 数据控制 中关闭 Improve the model for everyone
- Gemini —— 在 Google AI Studio 检查你的数据共享设置
- 最高隐私 —— 使用本地模型(例如 Ollama、LM Studio)进行分析
Obsidian 是你的本地库,AI 是你的分析师。库永远留在你的机器上,但分析这一步除非使用本地模型,否则会涉及云端 API。
参与贡献
欢迎提交 Issue 和 PR:
- 新提示词(例如面向特定检查项目的专用提取)
- 优化现有模板结构
- 为常见健康指标补充参考范围
- 翻译
Star 历史
作者
Leo(@runes_leo)—— AI × Crypto 独立开发者。在 Polymarket 做量化交易,用 Claude Code 构建数据分析与自动化系统。持续交付代码与产品,记录一路踩坑与经验。更多内容 → leolabs.me
许可证
MIT
关于
用 AI + Obsidian 为自己和家人搭建私有化健康管理系统。模板 + 提示词 + 搭建指南。
资源
许可证
糟糕!
加载时发生错误。请重新加载此页面。
Stars
关注者
Forks
发布
未发布任何版本
[包
0](https://github.com/users/runesleo/packages?repo_name=ai-health-vault)
糟糕!
加载时发生错误。请重新加载此页面。
贡献者
-
-
糟糕!
加载时发生错误。请重新加载此页面。
页脚
2026 GitHub,Inc.
页脚导航
你现在无法执行该操作。