# Health Data Export via OpenClaw (FRIDAY)

## Workflow

When FRIDAY manages health data (medical records, lab values, etc.) and you need to export it to Hermes assets:

### Step 1: Query FRIDAY for data status
```bash
openclaw agent -m "Was ist der Pfad zu den Gesundheitsdaten? Hast du noch Zugriff auf die originalen Berichte? Wo ist die Excel-Datei?" --agent main
```

### Step 2: Export data
```bash
openclaw agent -m "Bitte exportiere den gesamten Ordner ~/Gesundheit/ nach ~/.hermes/assets/Gesundheit/. Führe dies aus und melde den Erfolg." --agent main
```

### Step 3: Verify export
```bash
ls -laR ~/.hermes/assets/Gesundheit/
```

## Common Path
- FRIDAY stores data at: `~/Gesundheit/`
- Subdirectories: `archiv/`, `intake/`, `attachments/`, `health_data.db`
- Export target: `~/.hermes/assets/Gesundheit/`

## Pitfalls
- FRIDAY's `health_data.db` may not be overwritten by Hermes — verify integrity first
- FRIDAY may have 38+ PDF documents — export copies, don't move
- Always verify export completeness after FRIDAY confirms
