Generate a patient-controlled SMART Health Link (SHL) QR code for sharing health records with a clinic or provider. Use when: (1) A patient asks to share their records via QR for clinic check-in, (2) A patient asks to generate a health QR code, (3) A patient asks to "share my records" or "generate a QR with my records". Covers the full consent → fhir_get_token → shl_generate → QR render + manage-link delivery loop. Never direct-encodes PHI into a QR image — the QR encodes only the encrypted shlink:/ pointer.
$npx -y skills add aks129/healthclawguardrails --skill share-health-qrInstalls into the current project.
Run `npx skills use "https://github.com/aks129/healthclawguardrails" --skill "aks129/healthclawguardrails/share-health-qr"` 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.