tooluniverse-clinical-risk-scoring
Installation
SKILL.md
Clinical Risk Scoring
Turn a clinical scenario into the right validated risk score, compute it with a deterministic calculator tool, and interpret the number into a clinical action. All 10 backing tools are pure-compute (no network, no API key) and return {status, data:{score, interpretation, components, ...}}.
This skill is decision-support only — see LIMITATIONS. It does not replace clinical judgment.
Step 1 — Map the scenario to the score(s)
| Clinical scenario | Score(s) | Tool(s) |
|---|---|---|
| Atrial fibrillation — stroke risk / anticoagulate? | CHA2DS2-VASc and HAS-BLED (pair) | ClinicalCalc_CHA2DS2_VASc + ClinicalCalc_HAS_BLED |
| Community-acquired pneumonia — severity / admit? | CURB-65 | ClinicalCalc_CURB_65 |
| Suspected sepsis (infection + ? deterioration) | qSOFA | ClinicalCalc_qSOFA |
| Cirrhosis / chronic liver disease severity | Child-Pugh and MELD-Na (pair) | ClinicalCalc_Child_Pugh + ClinicalCalc_MELD_Na |
| Suspected DVT — pretest probability | Wells DVT | ClinicalCalc_Wells_DVT |
| Suspected PE — pretest probability | Wells PE | ClinicalCalc_Wells_PE |
| Primary CVD prevention — 10-yr risk / statin? | ASCVD | ClinicalCalc_ASCVD_risk |
| Kidney function / renal drug dosing / CKD stage | eGFR CKD-EPI | ClinicalCalc_eGFR_CKD_EPI |