← Back to Skills Marketplace
111
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install referral-letter-generator
Description
Generate medical referral letters with patient summary, reason for referral.
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install referral-letter-generator - After installation, invoke the skill by name or use
/referral-letter-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Referral Letter Generator?
Generate medical referral letters with patient summary, reason for referral. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install Referral Letter Generator?
Run "/install referral-letter-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Referral Letter Generator free?
Yes, Referral Letter Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Referral Letter Generator support?
Referral Letter Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Referral Letter Generator?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills