← 返回 Skills 市场
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install referral-letter-generator
功能描述
Generate medical referral letters with patient summary, reason for referral.
安全使用建议
This skill appears to do what it says: generate referral letters locally from JSON or Python objects. Before installing or running it: (1) review the full scripts/main.py (it is included) to confirm there are no unexpected network calls or logging of PHI; (2) run it in a restricted environment or sandbox if you are unsure; (3) install dependencies from trusted sources (pip official index) and pin versions if deploying; (4) treat any input/output files as protected health information — use encrypted storage/transmission and follow your organisation's HIPAA/data-handling policies; (5) if you will integrate the script with other systems (EHR, email), validate secure APIs and credentials separately. If you want, I can scan the rest of scripts/main.py (full file) for any network, subprocess, or file-path operations and call sites that could export data.
能力评估
Purpose & Capability
Name/description (medical referral letter generation) match the repository contents: templates, sample data, and a Python script that renders text/HTML/PDF/DOCX outputs. Declared dependencies (reportlab, python-docx) are appropriate for generating PDF and DOCX outputs.
Instruction Scope
SKILL.md confines runtime actions to running the packaged script and reviewing inputs/outputs. It does instruct handling patient-identifiable data (PHI) but does not add commands that read unrelated system files, environment variables, or network endpoints. Note: the skill processes PHI locally — SKILL.md and code do not enforce encryption, transmission safeguards, or logging/audit controls; treat outputs as sensitive and review for compliance before use.
Install Mechanism
No install spec; skill is instruction-only with a packaged Python script. Dependencies are listed in requirements.txt (standard PyPI packages). There are no downloads from arbitrary URLs or extract/install steps in the bundle.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a local document-generation tool. The requirements file lists only libraries needed for document generation.
Persistence & Privilege
always is false and the skill is user-invocable. The package does not request persistent system privileges or modify other skills' configurations. It runs as a local script and does not register persistent background services.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install referral-letter-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/referral-letter-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of referral-letter-generator.
- Generates structured medical referral letters with patient summary and reason for referral.
- Supports multiple output formats: PDF (default), DOCX, HTML, and TXT.
- Validates required fields and provides documented fallback for missing/incomplete inputs.
- Includes packaged script entry point (`scripts/main.py`), sample assets, and reference materials.
- Processes patient data locally with privacy and security guidelines in mind.
- Provides clear implementation details, workflow steps, and audit-ready commands.
元数据
常见问题
Referral Letter Generator 是什么?
Generate medical referral letters with patient summary, reason for referral. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 Referral Letter Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install referral-letter-generator」即可一键安装,无需额外配置。
Referral Letter Generator 是免费的吗?
是的,Referral Letter Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Referral Letter Generator 支持哪些平台?
Referral Letter Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Referral Letter Generator?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills