← 返回 Skills 市场
aipoch-ai

Shift Handover Summarizer

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shift-handover-summarizer
功能描述
Generate structured shift handover summaries from EHR records, highlighting critical events, vital sign changes, and pending tasks for incoming clinical staff.
安全使用建议
This package appears to be a self-contained local Python tool for summarizing EHR records. Before installing or running it: 1) Review the full scripts/main.py (you already have it) to confirm there are no hidden network calls or subprocess executions (the visible imports are local-only). 2) Run the script in a controlled environment (air-gapped or on de-identified/test data) to confirm behavior and avoid exposing real patient data. 3) Ensure compliance with your local data-protection policies (HIPAA/GDPR) — do not feed identifiable PHI to third-party systems. 4) Validate outputs on synthetic records to confirm thresholds/keywords match your clinical needs and adjust configuration if needed. If you want extra assurance, paste the remaining truncated portion of scripts/main.py for a full line-by-line review to confirm there are no late imports or hidden network behavior.
功能分析
Type: OpenClaw Skill Name: shift-handover-summarizer Version: 1.0.0 The shift-handover-summarizer skill is a well-structured tool designed to process clinical EHR records and generate structured summaries for medical staff. The Python script (scripts/main.py) implements clear logic for analyzing vital signs, clinical events, and medications without any suspicious network activity, data exfiltration, or unauthorized execution. The SKILL.md instructions are focused on the stated clinical purpose and include appropriate safety disclaimers and scope boundaries.
能力评估
Purpose & Capability
The name/description (generate structured handover summaries from EHR records) matches the included SKILL.md and the bundled Python script: it reads a JSON records file, analyzes events/vitals, and emits a summary. There are no requested external credentials, binaries, or config paths that would be disproportionate for this purpose.
Instruction Scope
SKILL.md instructs running the included script against a provided records file and specifies required parameters (records file, shift start/end). It explicitly states scope boundaries (does not access live hospital systems) and includes safety/error-handling rules. The instructions do not direct the agent to read unrelated system files, search shell history, or contact external endpoints.
Install Mechanism
No install spec and no external downloads are used; the skill is instruction + bundled Python script. requirements.txt lists only 'dataclasses' and 'enum' (both are standard-library or only needed for older Python versions), so nothing suspicious is pulled from external package hosts.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md and visible code do not reference environment secrets or external service tokens. This is proportionate for a tool that processes local EHR JSON files.
Persistence & Privilege
The skill is not always-included and does not request elevated or persistent privileges. There is no evidence it modifies other skills or system-wide settings. Autonomous model invocation is allowed by default but not combined with other concerning behaviors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shift-handover-summarizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shift-handover-summarizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of shift-handover-summarizer. - Generates structured shift handover summaries from EHR records for clinical staff. - Highlights critical events, vital sign changes, and pending tasks. - Accepts shift time range, patient record input, and optional department filter. - Provides explicit error handling, input validation, and detailed output structure. - Includes clear clinical disclaimers and scope boundaries.
元数据
Slug shift-handover-summarizer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Shift Handover Summarizer 是什么?

Generate structured shift handover summaries from EHR records, highlighting critical events, vital sign changes, and pending tasks for incoming clinical staff. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 Shift Handover Summarizer?

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

Shift Handover Summarizer 是免费的吗?

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

Shift Handover Summarizer 支持哪些平台?

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

谁开发了 Shift Handover Summarizer?

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

💬 留言讨论