← Back to Skills Marketplace
unisound-llm

unisound-med-clinical-diagnosis

by Unisound-LLM · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unisound-med-clinical-diagnosis
Description
病例分析、复杂鉴别诊断、基层常见病诊断与鉴别。通过 --task 切换推理场景;仅含 `scripts/run.py`,可独立拷贝部署。
README (SKILL.md)

临床问诊与诊断推理

概述

支持临床问诊与诊断推理类题目,输出诊疗思路须逻辑清晰并标明不确定性。

具体场景通过 --task 切换系统提示词(见下表),能力依赖内部医疗大模型;集成方也可通过 --system-prompt 完全自定义。

--task 能力
cmb-clin 临床病例分析与诊疗思路
ddx 复杂病例鉴别诊断
diag 基层常见病诊断推荐
differ 基层常见病鉴别诊断

本能力与具体业务请求解耦:平台或调用方如何组织用户输入由集成方决定;此处只约定如何把题目交给脚本(见下)。

题目输入(三选一)

  1. --question:直接传入完整题干字符串。
  2. --input PATH
    • .jsonl:每行一个 JSON 对象,须含非空字符串字段 question;可用 --index / --batch / --match-id 选取记录;
    • .json:单个对象,须含 question
    • 其他扩展名:按 UTF-8 纯文本整文件作为题干。
    • - 时从 stdin 读取一条 JSON(含 question)或纯文本。
  3. stdin(且未传 --question / --input、且 stdin 非 TTY):读入 JSON 对象或纯文本,规则同 -

可在 JSON 的 other.task 中指定任务类型(与 --task 等价;命令行 --task 优先)。

模型

  • 默认 u1-insuremed,接口 https://maas-api.hivoice.cn/v1/chat/completions(可通过参数覆盖)。

用法示例

# 指定任务类型与题干
python3 scripts/run.py --task cmb-clin --question "题干……" --appkey YOUR_KEY

# 从 jsonl 取题(other.task 可省略若命令行已传 --task)
python3 scripts/run.py --task cmb-clin --input /path/to/items.jsonl --index 0 --appkey YOUR_KEY

参数

  • --task必填(除非 other.task 已给出)。见上表。
  • --question / --input:见上,与 stdin 三选一(--question--input 不可同时使用)。
  • --appkey STRING必填--dry-run 时除外)。内部医疗大模型鉴权 key。
  • --index--match-id--batch:仅对 .jsonl 生效。
  • --dry-run:不调用模型,仅输出解析后的题目 JSON。
  • --model--api-url--temperature--timeout--system-prompt:调模型参数。
  • --output PATH:另存完整 JSON(批量为 NDJSON)。
  • --text-only:标准输出仅打印模型答案文本。

输出

默认可解析 JSON:含 statustasktask_titlequestionanswerrecord_indexmetamodelinput_modeinput_path 等;skill 为本 skill 标题。

合规说明

输出为模型辅助信息,不构成正式诊疗决策;涉及真实患者数据须先脱敏并遵守院内流程。

Usage Guidance
Treat this result as inconclusive: the review did not find evidence of suspicious behavior, but the artifact files were not successfully inspected.
Capability Assessment
Purpose & Capability
Not assessed from artifact contents because metadata.json and artifact files could not be read.
Instruction Scope
Not assessed from artifact contents because SKILL.md could not be inspected.
Install Mechanism
Not assessed from artifact contents because install specifications could not be inspected.
Credentials
Not assessed from artifact contents because capability and file evidence could not be inspected.
Persistence & Privilege
Not assessed from artifact contents because persistence or credential evidence could not be inspected.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install unisound-med-clinical-diagnosis
  3. After installation, invoke the skill by name or use /unisound-med-clinical-diagnosis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 初始发布,支持临床问诊与诊断推理,包括病例分析、复杂鉴别诊断、基层常见病诊断。 - 提供多种输入方式(命令行参数、JSON/文本文件或标准输入)灵活接入题目。 - 通过 `--task` 切换不同诊断推理场景,也支持完全自定义系统提示词。 - 与具体业务请求解耦,调用方可自定义用户输入组织方式。 - 默认接入 u1-insuremed 医疗大模型,API 与模型参数可定制。 - 输出标准化,便于集成与后续处理,支持合规操作与脱敏流程。
Metadata
Slug unisound-med-clinical-diagnosis
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is unisound-med-clinical-diagnosis?

病例分析、复杂鉴别诊断、基层常见病诊断与鉴别。通过 --task 切换推理场景;仅含 `scripts/run.py`,可独立拷贝部署。 It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install unisound-med-clinical-diagnosis?

Run "/install unisound-med-clinical-diagnosis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is unisound-med-clinical-diagnosis free?

Yes, unisound-med-clinical-diagnosis is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does unisound-med-clinical-diagnosis support?

unisound-med-clinical-diagnosis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created unisound-med-clinical-diagnosis?

It is built and maintained by Unisound-LLM (@unisound-llm); the current version is v1.0.0.

💬 Comments