← Back to Skills Marketplace
hsongra11

Health Recorts

by hsongra11 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
136
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install health-records-ingest
Description
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...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install health-records-ingest
  3. After installation, invoke the skill by name or use /health-records-ingest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug health-records-ingest
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.

How do I install Health Recorts?

Run "/install health-records-ingest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Health Recorts free?

Yes, Health Recorts is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Health Recorts support?

Health Recorts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Health Recorts?

It is built and maintained by hsongra11 (@hsongra11); the current version is v1.0.1.

💬 Comments