← 返回 Skills 市场
aipoch-ai

Medication Reconciliation

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install medication-reconciliation
功能描述
Compare patient pre-admission medication lists with inpatient orders to automatically identify omitted or duplicated medications and improve medication safety.
安全使用建议
This package appears coherent and low-risk for its stated purpose, but follow these precautions before installing or running it: - Only run with de-identified data or with explicit authorization (SKILL.md requires this). The script includes patient_id and patient_name in the report and prints counts to stdout. - Run the script in a controlled/sandboxed environment (not on a public machine) when testing to avoid accidental PHI leakage to logs or shared directories. - Review the full scripts/main.py before use (the included code uses only local file I/O and standard libraries; no network calls were found). If you will run it in production against real PHI, have your compliance/security team review and approve. - The requirements.txt lists standard modules; ensure your Python runtime is appropriate (Python version compatibility) and that you install only trusted dependencies if you adapt the skill. - If you need integration with an EHR or live pharmacy system, do not use this skill directly—its SKILL.md explicitly states it does not access live systems and it is not designed for automated EHR integration.
功能分析
Type: OpenClaw Skill Name: medication-reconciliation Version: 1.0.0 The medication-reconciliation skill is a legitimate tool designed to compare patient medication lists. The Python script (scripts/main.py) uses standard libraries like difflib for fuzzy matching and performs basic file I/O for reading and writing JSON reports. The SKILL.md instructions include proactive privacy measures, such as a mandatory PHI (Protected Health Information) de-identification check before processing data. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found.
能力评估
Purpose & Capability
Name and description match the included Python implementation: the script loads pre-admission and inpatient JSON medication lists, performs fuzzy/synonym matching, flags dose changes, duplicates, and critical drug-class warnings, and emits a structured report. No unrelated binaries, environment variables, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to prompt for PHI de-identification or authorization, validate inputs, run scripts/main.py, and produce a reconciliation report. The documented workflow and scope boundaries align with the code. Note: the script prints patient_id/name and includes them in the report—this is expected but means PHI can appear in outputs if not de-identified.
Install Mechanism
There is no install spec (instruction-only skill with bundled code). requirements.txt lists 'dataclasses' and 'difflib', both of which are standard-library/backport-related items for Python; no external downloads or installers are invoked. This is low-risk but slightly odd (listing standard modules) — nothing is fetched from network.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code accesses only local JSON files supplied as arguments and writes a local report. Requested privileges are proportional to the task. Users should still avoid supplying PHI unless authorized.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system settings. It runs as a standalone script and produces local files/STDOUT only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install medication-reconciliation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /medication-reconciliation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the medication-reconciliation skill. - Automates comparison of pre-admission medication lists with inpatient orders to identify omissions and duplications. - Flags dose changes and highlights key warnings for critical drug classes (e.g., anticoagulants). - Generates structured reconciliation reports with separate sections for continued, discontinued, new, duplicate, and dose-changed medications. - Strictly scoped to input validation and error handling; does not interpret clinical appropriateness or interact with live systems. - Includes safety notices, scope limitations, and detailed workflow guidance for clinical users.
元数据
Slug medication-reconciliation
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Medication Reconciliation 是什么?

Compare patient pre-admission medication lists with inpatient orders to automatically identify omitted or duplicated medications and improve medication safety. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 Medication Reconciliation?

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

Medication Reconciliation 是免费的吗?

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

Medication Reconciliation 支持哪些平台?

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

谁开发了 Medication Reconciliation?

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

💬 留言讨论