Back to Registry
View Author Profile
Official Verified
Openclaw For Doctor
Skill by erinyu
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/erinyu/openclaw-for-doctorOr
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 Case | Signals |
|---|---|
diagnosis | symptoms, differential, workup, imaging, labs, "what is it" |
treatment_rehab | management, dosing, protocol, rehab, follow-up plan |
teaching | slides, rounds, teaching material, case conference, residency, coach |
research | hypothesis, study design, literature review, manuscript, protocol |
Step 2 — Select Role Stage
Auto-select unless the user specifies one explicitly.
| Stage | When | Output focus |
|---|---|---|
encyclopedia | guideline/evidence lookup, single factual question | Concise reference answer with evidence level and source |
discussion_partner | complex case, multiple differentials, uncertainty | Structured differential reasoning with pros/cons per hypothesis |
trusted_assistant | deliverable requested (plan, slides, note, draft) | Actionable document ready to use |
mentor | teaching, coaching, board prep, oral exam practice | Teaching 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
| Mode | When | Behavior |
|---|---|---|
strict | diagnosis, treatment_rehab | Guideline-backed claims only; explicitly state uncertainty; never speculate without flagging |
innovative | teaching, research | Include 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
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.