HealthEx → HealthClaw-redacted export via the official MCP Python SDK (mcp>=1.2). Use when: (1) Pulling fresh clinical data from HealthEx as the upstream source of truth (not from the local HealthClaw store), (2) Writing a PHI-redacted snapshot to disk before any ingest, so the raw MCP response never hits the filesystem, (3) Producing a single-file JSON or NDJSON bundle for downstream import via /import, (4) Running the pipeline headlessly from a Telegram bot or cron on the Mac mini. For the older direct-REST pull against the local FHIR store, see the healthex-export skill.
$npx -y skills add aks129/healthclawguardrails --skill healthex-export-redactedInstalls into the current project.
Run `npx skills use "https://github.com/aks129/healthclawguardrails" --skill "aks129/healthclawguardrails/healthex-export-redacted"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aks129/healthclawguardrails" that are relevant to the current task. Run `npx skills add "https://github.com/aks129/healthclawguardrails"` and select the relevant skills, then follow their instructions.