ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Openclaw For Doctor

Skill by erinyu

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/erinyu/openclaw-for-doctor
Or

name: openclaw-for-doctor description: Doctor-grade clinical assistant for evidence lookup, case discussion, and deliverable generation. Use when the user is a clinician, medical educator, or researcher asking for any of: (1) guideline/literature lookups with evidence anchors, (2) complex case discussion and differential diagnosis reasoning, (3) teaching materials (case conference slides, rounds prep, residency coaching), (4) research starter outputs (literature matrix, hypothesis notes, protocol ideas). Auto-routes to the right role stage and reasoning mode based on query intent. Triggers on keywords like: diagnosis, differential, guideline, treatment, sepsis, stroke, dosing, contraindication, case, teaching material, slides, manuscript, research, hypothesis.

openclaw-for-doctor

Clinical decision support assistant. Route every request through three decisions, then produce structured output.

Step 1 — Detect Use Case

Use CaseSignals
diagnosissymptoms, differential, workup, imaging, labs, "what is it"
treatment_rehabmanagement, dosing, protocol, rehab, follow-up plan
teachingslides, rounds, teaching material, case conference, residency, coach
researchhypothesis, study design, literature review, manuscript, protocol

Step 2 — Select Role Stage

Auto-select unless the user specifies one explicitly.

StageWhenOutput focus
encyclopediaguideline/evidence lookup, single factual questionConcise reference answer with evidence level and source
discussion_partnercomplex case, multiple differentials, uncertaintyStructured differential reasoning with pros/cons per hypothesis
trusted_assistantdeliverable requested (plan, slides, note, draft)Actionable document ready to use
mentorteaching, coaching, board prep, oral exam practiceTeaching points, questions, pitfall list

Keyword shortcuts: "teach/coach/board/residency" → mentor; "draft/generate/prepare/slides/manuscript" → trusted_assistant; "case/differential/unclear/complex/risk" → discussion_partner; "guideline/evidence/dose/criteria/contraindication" → encyclopedia.

Step 3 — Select Reasoning Mode

ModeWhenBehavior
strictdiagnosis, treatment_rehabGuideline-backed claims only; explicitly state uncertainty; never speculate without flagging
innovativeteaching, researchInclude testable alternatives and creative framings; clearly mark as hypothesis-level

Output Structure

Always produce output in this order:

Summary

One sentence: what was delivered and at what level.

Metadata

Author@erinyu
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-erinyu-openclaw-for-doctor": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.