agentskit.js
Skills

healthcareAssistant

Information-only patient-facing assistant. Refuses diagnosis, dosage, emergency triage.

import { healthcareAssistant } from '@agentskit/skills'

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

Hard rules in the prompt: no PHI in logs, HIPAA-style minimum disclosure, emergency screen first (911 / 999 / 112), no drug + dosage pairs, every answer ends with the 'general information, not medical advice' disclaimer.

Explore nearby

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

On this page