← 返回 Skills 市场
gshatw

Medical Record Generator

作者 gshatw · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
475
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install medical-record-generator
功能描述
专业的病历撰写助手,按照三步流程生成规范的入院记录。当用户说"写病历"、"生成病历"、"病历助手"、"入院记录"、"medical record"或"病历生成"时使用此技能。
安全使用建议
This skill appears internally consistent and contains only local JS that formats and saves admission records. Before installing: 1) Remember it will collect and process sensitive patient data (PHI) — avoid using real patient identifiers unless you trust the runtime environment and storage policies. 2) The script writes Markdown files to the agent's current working directory; confirm that location is secure and backed up or cleaned as needed. 3) If you plan to execute the script, ensure Node.js is available in the runtime (the skill did not declare Node as a required binary). 4) Review the code yourself (it's short and readable) and run it in an isolated environment if you have privacy concerns. 5) Note the skill explicitly says it does not provide diagnostic advice; do not rely on it for clinical decision-making.
功能分析
Type: OpenClaw Skill Name: medical-record-generator Version: 1.0.0 The skill is a legitimate medical record generation tool that follows a structured three-step workflow to collect patient data and generate formatted reports. Analysis of the core logic in `scripts/generate_record.js` shows it only performs string formatting and local file writing (`fs.writeFileSync`) to save the generated records, with no evidence of network activity, data exfiltration, or malicious execution. The instructions in `SKILL.md` are strictly aligned with the stated purpose and do not contain any prompt-injection attempts or unauthorized commands.
能力评估
Purpose & Capability
Name/description match included files and behavior: the repository contains a generate_record.js that formats admission records and a SKILL.md that instructs collecting patient fields and running that script. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md directs the agent to collect sensitive patient information (PHI) and to read/execute scripts/generate_record.js. The script only formats text and writes files to the current working directory (process.cwd()), so the scope is consistent but handles sensitive data and will create files where the agent runs — consider where that runtime's filesystem is and how PHI is stored.
Install Mechanism
There is no install spec (instruction-only skill), and no external downloads. However, the included code is JavaScript (CommonJS) intended to be executed with Node.js; the skill does not declare Node as a required binary. Ensure the runtime can safely execute Node code before invoking the script.
Credentials
The skill requests no environment variables, credentials, or config paths. The code uses only built-in fs/path modules and does not perform network access or read unrelated system files.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It only writes generated records to files it creates in the working directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install medical-record-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /medical-record-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
medical-record-generator 1.0.0 - Initial release of a professional medical record drafting assistant. - Guides users through a three-step process to generate standardized admission records. - Collects key patient information, confirms details, then generates a compliant record using a professional template. - Fields not specified are filled with "normal" or standard clinical defaults. - Designed to activate on keywords like "写病历", "生成病历", and "medical record". - Strictly produces records without diagnostic recommendations, ensuring professionalism and accuracy.
元数据
Slug medical-record-generator
版本 1.0.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Medical Record Generator 是什么?

专业的病历撰写助手,按照三步流程生成规范的入院记录。当用户说"写病历"、"生成病历"、"病历助手"、"入院记录"、"medical record"或"病历生成"时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 475 次。

如何安装 Medical Record Generator?

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

Medical Record Generator 是免费的吗?

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

Medical Record Generator 支持哪些平台?

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

谁开发了 Medical Record Generator?

由 gshatw(@gshatw)开发并维护,当前版本 v1.0.0。

💬 留言讨论