agentskit.js
Skills

clinicalNoteSummarizer

SOAP-format clinical-note summarizer for clinicians. Preserves verbatim numerics, strips identifiers, never interprets.

import { clinicalNoteSummarizer } from '@agentskit/skills'

const runtime = createRuntime({ adapter, skills: [clinicalNoteSummarizer] })

Output is fixed (Subjective / Objective / Assessment / Plan). Empty sections show '(not documented)' rather than inferred. Vitals and lab values are copied verbatim.

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page