← Back to Skills Marketplace
475
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install medical-record-generator
Description
专业的病历撰写助手,按照三步流程生成规范的入院记录。当用户说"写病历"、"生成病历"、"病历助手"、"入院记录"、"medical record"或"病历生成"时使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install medical-record-generator - After installation, invoke the skill by name or use
/medical-record-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Medical Record Generator?
专业的病历撰写助手,按照三步流程生成规范的入院记录。当用户说"写病历"、"生成病历"、"病历助手"、"入院记录"、"medical record"或"病历生成"时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 475 downloads so far.
How do I install Medical Record Generator?
Run "/install medical-record-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Medical Record Generator free?
Yes, Medical Record Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Medical Record Generator support?
Medical Record Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Medical Record Generator?
It is built and maintained by gshatw (@gshatw); the current version is v1.0.0.
More Skills