← 返回 Skills 市场
hsongra11

Health Recorts

作者 hsongra11 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
136
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install health-records-ingest
功能描述
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...
使用说明 (SKILL.md)

Health Records Ingest

Build a personal health knowledge system around the user, not just around files.

Workflow

  1. Interview the user first.
  2. Confirm privacy, processing, and storage boundaries before touching files.
  3. Define the health workspace structure around their goals.
  4. Preserve incoming raw files.
  5. Create readable extractions.
  6. Add or update structured tracking files.
  7. Maintain dashboard/history summaries.
  8. 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.md only 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.md note
  • 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.

安全使用建议
This skill is coherent and low-friction, but it handles sensitive health data—before installing, confirm: (1) where the agent actually stores files (local disk vs hosted/cloud) and whether that matches your privacy needs; (2) that the agent runtime will not automatically upload or back up the health/ folder to third-party services; (3) you will explicitly approve any external OCR or cloud-processing on a per-case basis as the SKILL.md recommends; (4) the agent has permission only to touch intended files (avoid running this skill in an environment that already has broad access to other personal data); and (5) monitor future updates to the skill for added code or network behaviors. Note: the skill's name has a minor typo ('Health Recorts') — that alone is not harmful but may indicate an unpolished package.
功能分析
Type: OpenClaw Skill Name: health-records-ingest Version: 1.0.1 The skill bundle provides a structured workflow for an AI agent to help users organize health records locally. It contains strong privacy-preserving instructions, explicitly defaulting to local-only processing and requiring user consent before using any external OCR or cloud services. No malicious code, data exfiltration patterns, or suspicious prompt injections were identified in SKILL.md or the reference files.
能力评估
Purpose & Capability
Name, description, and SKILL.md all describe building a local health-record workspace and the files/layouts and behaviors requested are directly relevant. There are no unrelated credential or binary requirements.
Instruction Scope
Instructions stay within the stated purpose (preserve raw files, create Markdown/JSON/CSV summaries, default to local-only, ask before using external OCR/APIs). One operational caveat: the guidance relies on the agent having a meaningful 'local' filesystem and the ability to copy files — if the agent runs in a hosted/cloud environment, the 'local-only' default may not provide the privacy guarantees the user expects. The SKILL.md does not instruct reading unrelated system files or environment variables.
Install Mechanism
No install spec and no code files are included (instruction-only). This is the lowest-risk install profile; nothing will be written to disk by an installer from external URLs.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. Requested access is proportional to the task (manipulating user-supplied health files).
Persistence & Privilege
always is false (not force-included). disable-model-invocation is default (agent may invoke autonomously, which is normal). The skill does not request persistent system-wide privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install health-records-ingest
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /health-records-ingest 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
**This update adds explicit privacy and consent rules for processing sensitive health data.** - Requires explicit confirmation of privacy, storage, and processing boundaries before handling files. - Defaults to local-only processing; external uploads (e.g., third-party OCR or APIs) are strictly opt-in and require user approval. - Includes new interview questions about storage location, external processing, and retention/deletion preferences. - Updates the rules section to emphasize consent, local processing, and explicit communication of data handling.
v1.0.0
- Initial release of the health-records-ingest skill. - Guides users through a focused interview to build a customized health records system centered on their goals and tracking needs. - Supports ingestion and structured organization of various health-related files (e.g., lab reports, scans, prescriptions, wearables data). - Provides a flexible, adaptive folder structure, readable notes, structured tracking files, and dashboard summaries. - Ensures raw files are preserved and all extracted data remains traceable. - Emphasizes incremental updates and user-centered workflows.
元数据
Slug health-records-ingest
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论