← Back to Skills Marketplace
aipoch-ai

Medical Email Polisher

by AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
135
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install medical-email-polisher
Description
Transforms rough email drafts into polished, professional medical correspondence.
Usage Guidance
This package appears coherent and self-contained: it runs a small local Python script that transforms an input draft into a polished email and prints JSON. Before installing or using it with real patient data: (1) inspect scripts/main.py yourself (it is short and readable) to confirm there are no hidden behaviors; (2) do not supply real PHI until you have confirmed appropriate safeguards — the script does not perform redaction, encryption, or logging controls despite claiming 'HIPAA-aware' in the docs; (3) run the tool in a sandboxed environment or a workspace without internet egress if you want to prevent accidental data exfiltration; (4) if you need true HIPAA compliance, add explicit redaction/audit and access controls or route drafts through an approved, compliant processor; (5) consider pinning dependencies and adding input-path validation if you plan to call the script on files rather than passing text arguments.
Capability Analysis
Type: OpenClaw Skill Name: medical-email-polisher Version: 1.0.0 The skill bundle is a straightforward utility for refining medical correspondence. The primary logic in `scripts/main.py` is limited to safe string manipulation and template application with no use of risky functions like eval, exec, or network libraries. The instructions in `SKILL.md` are consistent with the stated purpose, and the included audit metadata (`medical-email-polisher_audit_result_v1.json`) indicates a previous successful security review.
Capability Assessment
Purpose & Capability
Name/description align with the included code and instructions. The packaged script (scripts/main.py) implements templates, clarity fixes, and subject suggestions consistent with 'medical email polisher' functionality. No unrelated binaries, cloud credentials, or unrelated services are requested.
Instruction Scope
SKILL.md instructs running the local Python script and contains reasonable workflow/checklist items. However, the documentation and features list assert 'HIPAA-aware patient communication' and various security checklist items (prompt-injection protections, path validation, sandboxing), but the included script does not implement any explicit HIPAA safeguards (no redaction, audit logging, access controls, or network restrictions). This mismatch is worth noting before processing protected health information (PHI).
Install Mechanism
There is no install spec; the skill is instruction-only with a small included Python script. No external downloads or package installs are requested. Risk from installation is low.
Credentials
The skill declares no required environment variables, credentials, or config paths and the script does not access external secrets or network endpoints. Environment/credential requests are proportional to the stated task.
Persistence & Privilege
always is false and the skill does not request permanent system presence or modify other skills or system settings. It only runs a local script and prints JSON output, so privilege/persistence impact is minimal.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install medical-email-polisher
  3. After installation, invoke the skill by name or use /medical-email-polisher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of medical-email-polisher. - Transforms rough drafts into polished, professional medical correspondence. - Supports multiple contexts (mentor, editor, colleague, patient) and tone adjustments. - Adds features for grammar, clarity, structure optimization, and HIPAA-aware patient messaging. - Provides structured JSON output with polished email, subject line, change log, and tone assessment. - Includes validation, error handling, security checklist, and reproducible workflow guidelines.
Metadata
Slug medical-email-polisher
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Medical Email Polisher?

Transforms rough email drafts into polished, professional medical correspondence. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.

How do I install Medical Email Polisher?

Run "/install medical-email-polisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Medical Email Polisher free?

Yes, Medical Email Polisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Medical Email Polisher support?

Medical Email Polisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Medical Email Polisher?

It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.

💬 Comments