← 返回 Skills 市场
103
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install body-report-interpreter
功能描述
解读体检报告(血常规、肝功能、血脂、肾功能、尿常规、肿瘤标志物等)。用户上传体检报告图片或PDF时触发。逐项解释指标含义、标注异常值、给出健康建议。适用场景:解读体检报告、解释化验单、健康指标异常分析、历年体检对比。
使用说明 (SKILL.md)
体检报告解读
核心流程
1. 获取报告内容
- 用户上传图片/PDF → 使用 read 工具读取
- 如用户粘贴文字 → 直接解析
- 识别报告日期、医院、姓名等基本信息
2. 逐项解读
对每个指标执行:
- 指标名称 → 中文+英文缩写
- 检测值 → 用户的实际数值
- 参考范围 → 正常区间(见 references/ranges.md)
- 状态 → ⬆️偏高 / ✅正常 / ⬇️偏低
- 含义 → 一句话说明这个指标反映什么
3. 异常指标重点分析
对所有异常指标:
- 可能原因(列出2-3个常见原因)
- 是否需要就医(分等级:🔴 建议尽快 / 🟡 建议复查 / 🟢 注意观察)
- 饮食/生活建议
4. 总结
- 整体健康评估(一句话)
- 需要关注的重点项
- 建议复查项目和时间
输出格式
📋 体检报告解读
📅 报告日期:YYYY-MM-DD
🏥 医院:XXX
━━━ 项目分类 ━━━
| 指标 | 结果 | 参考范围 | 状态 |
|------|------|----------|------|
| XXX | XXX | XXX-XXX | ✅/⬆️/⬇️ |
⚠️ 异常指标详解
1. 【指标名】 ⬆️
- 值:XXX(参考:XXX-XXX)
- 可能原因:...
- 建议:...
💡 整体建议
...
重要规则
- 不做诊断:只解读指标含义,不说"你得了XX病"
- 建议就医:明显异常时建议看医生,附带建议科室
- 参考范围:优先使用报告上自带的范围,其次用 references/ranges.md
- 通俗易懂:避免医学术语堆砌,用大白话解释
安全使用建议
This skill appears coherent and limited to parsing and explaining lab reports, but it will process sensitive health data. Before installing or using it: (1) confirm where OCR/‘read’ processing runs (locally vs. external service); prefer local processing if possible to protect privacy; (2) avoid uploading other people's reports without consent; (3) verify that the skill uses the report's own reference ranges (it states it will) and check units/sex-specific ranges manually when in doubt; (4) treat outputs as informational, not a medical diagnosis — follow up with a clinician for serious or red-flag results; (5) monitor for future updates that add network endpoints, environment variables, or install steps — those would materially change the risk profile. If you need a higher-assurance evaluation, provide runtime details for the 'read' tool and any telemetry/network behavior the agent may perform.
功能分析
Type: OpenClaw Skill
Name: body-report-interpreter
Version: 1.0.0
The skill bundle is a medical report interpreter designed to process user-uploaded images or text and explain health indicators based on standard reference ranges. It includes explicit safety instructions in SKILL.md to avoid making medical diagnoses and to recommend professional medical consultation for abnormal results. The code and instructions (including references/ranges.md) are consistent with the stated purpose and show no signs of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The name/description (interpreting blood tests, liver, lipids, kidney, urine, tumor markers) matches the provided SKILL.md and references/ranges.md. The skill requires no binaries, environment variables, or installs — consistent with an instruction-only parser/formatter that uses OCR/read on user-uploaded reports.
Instruction Scope
Instructions explicitly instruct the agent to read user-uploaded images/PDFs (via a 'read' tool) and parse personal report fields (date, hospital, name). This is expected for the feature but means the skill will handle sensitive personal health information (PHI). The SKILL.md does not instruct sending data to external endpoints, which is good, but the runtime behavior of the unspecified 'read' tool (local vs. external OCR) is not described and could affect privacy. Also watch for OCR/unit mismatches and reliance on default ranges — SKILL.md already notes preferring the report's own ranges first.
Install Mechanism
No install specification and no code files — instruction-only. This minimizes risk (nothing is written to disk or fetched at install).
Credentials
The skill declares no required environment variables, credentials, or config paths. For the stated functionality (parsing and explaining lab values) this is appropriate and not excessive.
Persistence & Privilege
Flags show always: false and normal invocability. The skill does not request persistent system privileges or to modify other skills/config. This level of presence is proportionate.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install body-report-interpreter - 安装完成后,直接呼叫该 Skill 的名称或使用
/body-report-interpreter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of body-report-interpreter:
- Supports interpretation of physical exam reports (blood, liver, lipids, kidney, urine, tumor markers, etc.).
- Users upload report images or PDFs for analysis; text copy-paste supported.
- Explains each indicator with definition, result, reference range, and abnormality status.
- Highlights abnormal values with possible causes, medical advice, and lifestyle suggestions.
- Provides an overall health summary and reminders for follow-up.
- Designed for clarity and user-friendliness (plain language, no medical jargon overload).
元数据
常见问题
Body Report Interpreter 是什么?
解读体检报告(血常规、肝功能、血脂、肾功能、尿常规、肿瘤标志物等)。用户上传体检报告图片或PDF时触发。逐项解释指标含义、标注异常值、给出健康建议。适用场景:解读体检报告、解释化验单、健康指标异常分析、历年体检对比。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 Body Report Interpreter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install body-report-interpreter」即可一键安装,无需额外配置。
Body Report Interpreter 是免费的吗?
是的,Body Report Interpreter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Body Report Interpreter 支持哪些平台?
Body Report Interpreter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Body Report Interpreter?
由 Marson(@marson2016)开发并维护,当前版本 v1.0.0。
推荐 Skills