Install
openclaw skills install @tlb1201/disease-cea-auto疾病药物经济学自动评价 Skill — 对任意指定疾病,自动设计适合的 Markov / 决策树模型框架, 联网遴选当前最常用治疗药物,搜索模型参数(有效率、AE率、效用值、费用等), 以中国最新人均 GDP(1倍)为 QALY 支付阈值,计算每种药物的增量成本效果比(ICER)与 货币化净收益(NMB),从大到小排序,最终输出完整 Python 代码 + 科学论文格式报告。 Disease Pharmacoeconomics Auto-Evaluation Skill — For any specified disease, automatically designs an appropriate Markov or decision tree model framework, identifies the most commonly used treatment drugs through web-based search, retrieves model parameters (response rate, adverse event rate, utility values, costs, etc.), uses China's latest per capita GDP (1×) as the WTP threshold per QALY, calculates ICER and NMB for each drug, ranks from highest to lowest, and outputs complete Python code plus a scientific paper–style report. 触发词:药物经济学评价、CEA、成本效果分析、ICER、NMB、多药对比、治疗方案比较、 cost-effectiveness analysis, economic evaluation, multiple drugs, QALY, NMB ranking。
openclaw skills install @tlb1201/disease-cea-auto本 Skill 帮助你对任意指定疾病完成一次端到端的药物经济学评价: 自动确定模型框架 → 遴选主流药物 → 联网搜索参数 → 运行成本效果分析 → 以我国最新人均 GDP(1倍)为支付阈值计算货币化净收益(NMB)→ 排序输出报告与 Python 代码。
This Skill performs an end-to-end pharmacoeconomic evaluation for any specified disease: auto-design model → select key drugs → web-search parameters → run CEA → compute NMB using China's latest GDP per capita (1×) as WTP threshold → rank and report.
中文指令:
English Instructions:
中文指令:
web_search 联网搜索该疾病当前国内外最常用/一线/二线治疗药物,
参考来源:中国临床指南、国家医保目录、UpToDate、PubMed、药智网等。English Instructions:
web_search to find current first-line/second-line drugs for the disease,
referencing Chinese clinical guidelines, NRDL, UpToDate, PubMed, etc.中文指令:
对每种遴选药物,使用 web_search 搜索以下参数(每个参数均需注明文献来源):
| 参数类型 | 说明 | 优先来源 |
|---|---|---|
| 临床疗效 | 有效率、ORR、PFS、OS(适用时) | RCT、Meta分析 |
| 效用值(utility) | 各健康状态下的 QoL 权重(0-1) | EQ-5D 研究 |
| 药物费用 | 年均药品费用(元) | 国家医保谈判价、药智网、公立医院价格 |
| 疾病管理费用 | 门诊/住院/辅助检查费用(元/年) | 国内成本测算研究 |
| 不良反应率及处理费用 | 3/4级 AE 发生率及对应费用 | RCT、安全性数据 |
| 转换概率(Markov) | 各状态间年转换概率 | RCT、自然史研究 |
若某参数无直接文献支撑,优先参考同类药物或同类疾病研究,并标注"外推"。
English Instructions:
For each selected drug, use web_search to retrieve (cite every source):
| Parameter | Description | Priority Source |
|---|---|---|
| Clinical efficacy | Response rate, ORR, PFS, OS | RCT, meta-analysis |
| Utility values | QoL weights per health state (0–1) | EQ-5D studies |
| Drug cost | Annual drug cost (CNY) | NRDL negotiated price |
| Disease management cost | Outpatient/inpatient/diagnostic (CNY/yr) | Chinese cost studies |
| AE rate & cost | Grade 3/4 AE rate and management cost | RCT safety data |
| Transition probabilities | Annual transition probs between states | RCT, natural history |
If a parameter lacks direct evidence, extrapolate from analogous drugs/diseases and label as "extrapolated."
中文指令:
web_search 搜索"中国最新人均 GDP"(优先查国家统计局最新年度数据,通常在每年1月公布)。中国 2024 人均GDP 国家统计局English Instructions:
web_search to find "China latest GDP per capita" (prefer NBS official annual data).China 2024 GDP per capita National Bureau of Statistics中文指令:
English Instructions:
中文指令: 根据前述参数,生成完整可运行的 Python 代码,要求:
pandas、numpy、matplotlib 标准库print 输出汇总结果表格English Instructions: Generate complete, runnable Python code based on the parameters collected, with:
pandas, numpy, matplotlibprint output of summary table中文指令: 按以下科学论文格式输出简明结果报告(每段内容均中英文并行):
# [疾病名称] 多药成本效果分析报告
# Cost-Effectiveness Analysis Report for [Disease Name] — Multiple Drugs
## 1. 研究背景 / Background
## 2. 研究方法 / Methods
2.1 模型结构 / Model Structure
2.2 研究视角与时间范围 / Perspective & Time Horizon
2.3 数据来源 / Data Sources
2.4 支付阈值 / WTP Threshold
## 3. 参数汇总表 / Parameter Summary Table(中英文表头)
## 4. 结果 / Results
4.1 基础分析 / Base-Case Results(NMB排序表 + ICER表)
4.2 敏感性分析 / Sensitivity Analysis
## 5. 结论与政策建议 / Conclusions & Policy Implications
## 6. 参考文献 / References
English Instructions: Output a concise scientific report in the above structure, with every section bilingual (CN+EN parallel paragraphs).
| 参数 / Parameter | 默认值 / Default | 说明 / Note |
|---|---|---|
| 贴现率 Discount rate | 5% per year | 中国药物经济学指南推荐 / Chinese guideline |
| 循环周期 Cycle length | 1 year (chronic) / per episode (acute) | 依疾病类型调整 |
| 时间范围 Time horizon | 10–20 years (chronic) / 1–5 years (acute) | 依疾病类型调整 |
| 研究视角 Perspective | 卫生体系视角 / Healthcare system | 含直接医疗费用 |
| WTP 阈值 WTP threshold | 1× China GDP per capita (最新值,联网获取) | 依 Phase 4 实时获取 |
| 敏感性分析范围 SA range | ±20% on key parameters | 单因素 one-way |
中文:
English:
Skill version: 1.0 | 创建日期 / Created: 2026-04-27 | 作者 / Author: TLB