← 返回 Skills 市场
unisound-med-synonym
作者
Unisound-LLM
· GitHub ↗
· v1.0.0
· MIT-0
42
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install unisound-med-synonym
功能描述
医学术语同义匹配。由调用方提供题目文本或含 `question` 字段的结构化输入,经内部医疗大模型按题干约束生成作答;仅含 `scripts/run.py`,可独立拷贝部署。
使用说明 (SKILL.md)
医学术语同义匹配
概述
在多种表述中识别等价或最接近的规范术语,并简要说明匹配依据。
本能力与具体业务请求解耦:平台或调用方如何组织用户输入由集成方决定;此处只约定如何把题目交给脚本(见下)。
题目输入(三选一)
--question:直接传入完整题干字符串。--input PATH:.jsonl:每行一个 JSON 对象,须含非空字符串字段question;可用--index/--batch/--match-id选取记录;.json:单个对象,须含question;- 其他扩展名:按 UTF-8 纯文本整文件作为题干。
- 传
-时从 stdin 读取一条 JSON(含question)或纯文本。
- stdin(且未传
--question/--input、且 stdin 非 TTY):读入 JSON 对象或纯文本,规则同-。
模型
- 默认
u1-insuremed,接口https://maas-api.hivoice.cn/v1/chat/completions(可通过参数覆盖)。
用法示例
# 命令行直接给题
python3 scripts/run.py --question "题干……" --appkey YOUR_KEY
# 从任意路径的 jsonl 取一条(与文件名无关)
python3 scripts/run.py --input /path/to/items.jsonl --index 0 --appkey YOUR_KEY
参数
--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:含 status、question、answer、record_index、meta、model、input_mode、input_path(来自文件时非空)等;skill 为本任务标题。
合规说明
输出为模型辅助信息,不构成正式诊疗决策;涉及真实患者数据须先脱敏并遵守院内流程。
安全使用建议
This skill is reasonable for its stated purpose, but install/use it only if you trust the publisher and the maas-api.hivoice.cn endpoint. Provide a dedicated appkey, avoid changing --api-url unless you know the destination is trusted, and de-identify any real patient information before sending questions to the model.
功能分析
Type: OpenClaw Skill
Name: unisound-med-synonym
Version: 1.0.0
The skill is a legitimate tool for medical terminology synonym matching using a Unisound medical LLM API (maas-api.hivoice.cn). The Python script (scripts/run.py) implements standard CLI functionality for processing local files or stdin and making authenticated HTTP requests to the specified endpoint. No indicators of malicious intent, data exfiltration, or prompt injection were found.
能力评估
Purpose & Capability
The stated purpose and code are coherent: the script reads a user-supplied question or selected input file record, calls a disclosed chat-completions API, and returns an answer. Because the content may be medical, users should treat inputs and outputs as sensitive.
Instruction Scope
Inputs are caller-selected via --question, --input, or stdin, and batch use is explicit. The script also allows overriding --api-url and --system-prompt, so callers should ensure these are set intentionally.
Install Mechanism
There is no install script or dependency installation. However, the registry metadata and bundled _meta.json have different owner/slug values, and the source is listed as unknown, so provenance should be verified before sensitive use.
Credentials
The skill requires an appkey at runtime and sends requests to an external/default provider endpoint. This is proportionate for an LLM integration, but the registry metadata does not declare a primary credential.
Persistence & Privilege
No background service, persistence mechanism, credential storage, or privileged local modification is shown. The only file write is the user-directed --output result file.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install unisound-med-synonym - 安装完成后,直接呼叫该 Skill 的名称或使用
/unisound-med-synonym触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of "med-eval-med-synonym" for medical terminology synonym matching.
- Supports flexible question input via command line, JSON/JSONL files, or stdin.
- Powered by the default "u1-insuremed" large medical model (API endpoint configurable).
- Provides clear parameter options for input, batching, model settings, and result output.
- Outputs structured JSON with matching results and relevant metadata.
- Designed for easy integration and independent deployment; script can be copied as a single file.
元数据
常见问题
unisound-med-synonym 是什么?
医学术语同义匹配。由调用方提供题目文本或含 `question` 字段的结构化输入,经内部医疗大模型按题干约束生成作答;仅含 `scripts/run.py`,可独立拷贝部署。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。
如何安装 unisound-med-synonym?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install unisound-med-synonym」即可一键安装,无需额外配置。
unisound-med-synonym 是免费的吗?
是的,unisound-med-synonym 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
unisound-med-synonym 支持哪些平台?
unisound-med-synonym 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 unisound-med-synonym?
由 Unisound-LLM(@unisound-llm)开发并维护,当前版本 v1.0.0。
推荐 Skills