门诊慢病审核
name: med-chronic-disease-review
by aaiccee · published 2026-04-01
$ claw add gh:aaiccee/aaiccee-chronic-disease-review---
name: med-chronic-disease-review
description: 门诊慢病审核(糖尿病/高血压)。输入 OCR 结果数组 JSON,输出审核结论与原因(原始 JSON + 自然语言结论)。
metadata:
{
"openclaw":
{
"emoji": "🩺"
}
}
---
# 门诊慢病审核
概述
----
给定一份 OCR 结果数组(每项包含 `fileName/page/docType/ocrText`),本技能会:
数据安全、隐私与伦理声明
------------------------
输入格式
--------
输入必须是 JSON 数组(list),示例:
[
{"fileName":"xxx.pdf","page":1,"docType":"出院记录","ocrText":"..."},
{"fileName":"xxx.pdf","page":2,"docType":"检验报告","ocrText":"..."}
]快速开始
--------
从 `skills` 目录执行:
# 糖尿病
python3 scripts/chronic_disease_review.py \
--disease-code diabetes \
--input data/med-chronic-disease-review/糖尿病_ocr_task_result.json
# 高血压
python3 scripts/chronic_disease_review.py \
--disease-code hypertension \
--input data/med-chronic-disease-review/高血压_ocr_task_result.json参数说明
--------
输出约定
--------
- `final_decision`:通过/不通过
- `reasoning`:原因(可选)
备注
----
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...