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.