← 返回 Skills 市场
aipoch-ai

Medical Unit Converter

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install medical-unit-converter
功能描述
Convert medical laboratory values between units (mg/dL to mmol/L, etc.) with formula transparency and clinical reference ranges. Supports glucose, cholestero...
安全使用建议
This skill appears to be a straightforward, local medical-unit converter and does not access the network or secrets — that part is benign. However, there are important mismatches between the documented contract (SKILL.md) and the included script: the script supports more analytes than the documentation lists, and the JSON output field names differ (script uses output_value/input_value, SKILL.md expects converted_value/formula). Before installing or integrating: 1) ask the author to update SKILL.md to match the script (supported analytes, exact output schema, and whether a formula field is present); 2) run the provided quick-check (python -m py_compile scripts/main.py and a few sample conversions) to confirm output shape and reference ranges; 3) if you will call the script programmatically, adapt your code to the script's actual JSON keys or request the script be changed to the documented schema; 4) because this is a medical utility, do not use it for clinical decision-making without independent verification of reference ranges and factors; 5) prefer a published source/homepage or signed maintainer if you will rely on it in production. These fixes will address the coherence issues; there is no sign of network exfiltration or secret access in the code.
功能分析
Type: OpenClaw Skill Name: medical-unit-converter Version: 1.0.0 The skill is a legitimate medical unit converter that performs deterministic calculations using the Python standard library. The code in scripts/main.py contains no network calls, file system access, or shell execution, and the SKILL.md instructions include safety guardrails to prevent the agent from attempting medical diagnoses. An included audit report (medical-unit-converter_audit_result_v4.json) further validates the security and functional suitability of the tool.
能力评估
Purpose & Capability
Name/description match the script's behavior: a local converter for laboratory analytes. However SKILL.md documents 4 analytes/8 pairs while the script implements 9 analytes/16 conversion pairs (additional analytes: triglycerides, urea, calcium, sodium, potassium). This is a coherence/documentation mismatch but not evidence of malicious intent.
Instruction Scope
SKILL.md and the script stay within the stated purpose (parse CLI args, perform arithmetic, return JSON). No file reads beyond the script, no network calls, no env/credential access. Notable divergence: SKILL.md expects output field names like converted_value and a 'formula' field, but scripts/main.py returns output_value, input_value, input_unit, output_unit and does not include a formula field. That mismatch could break callers or automated agents following the SKILL.md contract.
Install Mechanism
No install spec and no external packages beyond Python standard library. Script is small and self-contained, so install risk is low.
Credentials
The skill requests no environment variables, credentials, or config paths and the code does not access any secrets or external services.
Persistence & Privilege
Skill does not request always:true, does not modify agent/system configuration, and has no persistent presence requirements.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install medical-unit-converter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /medical-unit-converter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
medical-unit-converter 1.0.0 – Initial Release - Converts common medical laboratory values (glucose, cholesterol, creatinine, hemoglobin) between major clinical measurement units. - Presents formula transparency and includes clinical reference ranges with each conversion. - Supports batch conversion and validation use cases for mg/dL, mmol/L, μmol/L, g/dL, and g/L. - Includes robust, transparent input validation and error reporting based on clear workflow and fallback templates. - Reference ranges and conversion factors are strictly as documented; no fabrication or assumptions outside scope.
元数据
Slug medical-unit-converter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Medical Unit Converter 是什么?

Convert medical laboratory values between units (mg/dL to mmol/L, etc.) with formula transparency and clinical reference ranges. Supports glucose, cholestero... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 Medical Unit Converter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install medical-unit-converter」即可一键安装,无需额外配置。

Medical Unit Converter 是免费的吗?

是的,Medical Unit Converter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Medical Unit Converter 支持哪些平台?

Medical Unit Converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Medical Unit Converter?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论