SMART Health Links · Kill The Clipboard

Share your health record like a boarding pass.

Every clinic asks for the same information, and almost none of them can get it from anywhere except you. This skill helps your AI agent assemble what matters, tell your story in your own words, and hand it to the front desk as a QR code you control.

Get the skill How it protects you

One encrypted bundle: your structured records, your story as a PDF, and a readable summary — conformant to the KTC profile. Works with Claude Code, Claude.ai, and other agent runtimes · Open source (MIT)

Private by architecture

Not a policy promise — a design property.

Encrypted on your device

The key travels only inside the link you share — never to the server.

The server stores only ciphertext

It is structurally unable to read what it hosts.

Every access is logged

Your link page shows who opened your records, and when.

You hold the kill switch

Pause, extend, or revoke any time. Revoked means deleted.

Get started

Two ways in

Patients & caregivers

Install the skill, talk to your agent

  1. Download the agent skill (skill.zip) — it comes pre-configured to use this server.
  2. On Claude.ai: upload the zip at claude.ai/customize/skills. In Claude Code or another CLI agent: unzip it in your workspace.
  3. Then say:
I installed the kill-the-clipboard skill. Help me prepare a SMART Health Link to share my health records before my next visit.

You'll need your records as FHIR files first — your agent will point you to health-skillz if you don't have them yet.

Developers & health IT

Run it, read it, kick the tires

  1. Source, design record, and test suite: github.com/jmandel/kill-the-clipboard-skill
  2. Run your own server: bun install && bun run server — the skill.zip it vends self-configures to your BASE_URL.
  3. The patient pages live at /m (manage) and /v (view); links it manages implement the SMART Health Links spec and the KTC profile (U-flag, required expiry, audit).