/install health-records-ingest
Health Records Ingest
Build a personal health knowledge system around the user, not just around files.
Workflow
- Interview the user first.
- Confirm privacy, processing, and storage boundaries before touching files.
- Define the health workspace structure around their goals.
- Preserve incoming raw files.
- Create readable extractions.
- Add or update structured tracking files.
- Maintain dashboard/history summaries.
- Recheck unclear extractions without overwriting the original note.
Interview first
Before building the system, ask only the minimum useful questions needed to shape it.
Default interview topics:
- What is the goal: baseline tracking, fitness transformation, disease management, annual records, or lab organization?
- What file types will arrive: blood tests, scans, prescriptions, DEXA, wearables, Apple Health exports, doctor notes?
- What should be tracked over time?
- What summaries matter most: abnormalities, trends, doctor-ready summaries, supplements, symptoms, activity?
- Does the user want a simple structure or a more detailed longitudinal system?
- Should processing be strictly local? Default to local-only unless the user explicitly approves another path.
- Are third-party OCR, cloud extraction, or web APIs allowed? Default to no external upload without explicit consent.
- Where should files live, and what retention/deletion expectations does the user want?
If the user already provided enough context, do not over-interview. Start building.
Build the system around the user
Create the smallest useful system first, then expand.
Default folder layout:
health/
reports/ # original PDFs
scans/ # original images / photos
notes/ # one extracted Markdown note per report
data/ # JSON and CSV tracking files
history/ # chronological summaries
dashboard/ # latest snapshot + abnormalities summary
Adapt this when needed. Example additions:
health/prescriptions/health/symptoms/health/medicines/health/doctors/health/wearables/
Rules
- Preserve raw sources.
- Default to local-only processing.
- Do not upload health files, screenshots, or extracted data to third-party OCR/API services unless the user explicitly approves it for this workflow.
- If local extraction is incomplete, ask before using any cloud or external processing path.
- Use date-first filenames where possible.
- Keep one Markdown note per source report, plus
*-recheck.mdonly when needed. - Use simple status labels such as
in_range,low,high,reactive,pending. - Keep summaries traceable back to the original file path.
- Be explicit about storage location and retention when setting up a new system.
- Do not present extracted content as medical advice.
- Prefer incremental updates over reorganizing everything repeatedly.
What to capture
Lab reports
- test name
- value
- units
- reference range if visible
- status
Body composition
- weight
- body fat %
- fat mass
- muscle mass
- BMI
- visceral fat
- water metrics if present
- segmental breakdown if present
Imaging / ECG / scans
- study type
- impression / conclusion
- notable numeric values
- normal vs abnormal summary
Recheck behavior
If a PDF pass misses something but later screenshot/manual review confirms it:
- create or update a
*-recheck.mdnote - say exactly what changed
- preserve the earlier extraction note
References
Read references/workflow.md for the full four-layer method, interview guidance, naming conventions, and update process.
Read references/examples.md for concrete file examples and summary patterns.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install health-records-ingest - 安装完成后,直接呼叫该 Skill 的名称或使用
/health-records-ingest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Health Recorts 是什么?
Interview a user and build a personalized health-record system around their goals, reports, and tracking needs. Use when someone wants to organize their heal... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。
如何安装 Health Recorts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install health-records-ingest」即可一键安装,无需额外配置。
Health Recorts 是免费的吗?
是的,Health Recorts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Health Recorts 支持哪些平台?
Health Recorts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Health Recorts?
由 hsongra11(@hsongra11)开发并维护,当前版本 v1.0.1。