Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

hipaa-patient-commshipaa 患者通讯

Agent Skill

hipaa-patient-comms 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,599

周安装

147

GitHub Stars

公开资料未说明

下载量

1,164
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:hipaa-patient-comms(hipaa 患者通讯)
来源仓库:https://github.com/josh4hire/hipaa-patient-comms
安装命令:
openclaw skills install hipaa-patient-comms
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install hipaa-patient-comms

简介

起草面向患者的通信内容,避免违反 HIPAA 隐私规定。

  • 适用于预约提醒、账单通知等医疗相关消息生成。
  • 自动标记危险语言,确保信息脱敏且合规。hipaa-patient-comms 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 输出需经人工复核,尤其涉及具体健康数据时。
  • 建议集成到内部通讯系统中,限制访问权限以防泄露。

SKILL.md

name
hipaa-patient-comms
version
1.0.0
description
Draft patient-facing communications (appointment reminders, billing notices, follow-ups, recall messages) that avoid HIPAA violations. Flags risky language, strips PHI from drafts, and follows minimum necessary standard.
triggers
tools
metadata
openclaw
emoji
🏥
homepage
https://gaffneyits.com/openclaw
os
["darwin", "linux", "win32"]
autostart
false
tags

HIPAA Patient Comms

Draft patient-facing communications for medical, dental, and therapy practices that follow HIPAA safe-harbor guidelines. Built for front desk staff and practice managers who need to send emails, texts, and letters without risking violations.

When to Use This Skill

Use when the user asks to:

  • Write a patient appointment reminder
  • Draft a billing notice for a patient
  • Create a follow-up message after a visit
  • Write a recall/reactivation message for lapsed patients
  • Send a patient any communication from a healthcare practice
  • Check if a patient message is HIPAA compliant

HIPAA Rules This Skill Enforces

The Minimum Necessary Standard

Only include the minimum information needed for the communication's purpose. A reminder needs a date and time — not a diagnosis.

What NEVER Goes in Patient Communications (PHI)

These must NEVER appear in emails, texts, or unsecured messages:

ProhibitedWhy
Diagnosis or condition name"Your diabetes follow-up" reveals a condition
Treatment details"Your chemotherapy session" reveals treatment
Medication names"Your Metformin refill" reveals a condition
Test results"Your lab results are normal" — any results
Provider specialty (if revealing)"Your oncology appointment" implies cancer
Insurance claim detailsClaim numbers, denial reasons
Full date of birthCombined with name = identifier
SSN, MRN (medical record number)Direct identifiers
Photos or images of the patientBiometric identifiers

What IS Safe in General Communications

SafeExample
First name only"Hi Sarah"
Appointment date and time"Tuesday March 25 at 2:00 PM"
Practice name and address"Main Street Family Practice"
Generic purpose"your upcoming appointment" (not "your cardiology appointment")
Office phone numberFor the patient to call back
Patient portal link"Log in to your patient portal for details"
Generic follow-up"We'd love to see you for a visit" (not "time for your annual mammogram")

Communication Types

1. Appointment Reminder

Collect:

  • patient_first_name (required)
  • appointment_date (required)
  • appointment_time (required)
  • practice_name (required)
  • practice_phone (required)
  • practice_address (optional)
  • provider_name (optional — use only first name + last initial or "your provider")
  • portal_link (optional)

Rules:

  • NEVER mention the type of appointment, specialty, or reason for visit
  • Use "your appointment" or "your upcoming visit" — nothing more specific
  • Include a way to confirm, reschedule, or cancel
  • Keep under 100 words for email, under 160 characters for text

Template — Email:

Subject: Appointment Reminder — {{practice_name}}

Hi {{patient_first_name}},

This is a reminder that you have an appointment on {{appointment_date}} at {{appointment_time}} at {{practice_name}}.

Please arrive 15 minutes early. If you need to reschedule or cancel, call us at {{practice_phone}}.

See you soon!
{{practice_name}}

Template — SMS:

Hi {{patient_first_name}}, reminder: you have an appointment on {{appointment_date}} at {{appointment_time}}. To reschedule, call {{practice_phone}}. — {{practice_name}}

2. Billing Notice

Collect:

  • patient_first_name (required)
  • balance_amount (required)
  • practice_name (required)
  • practice_phone (required)
  • payment_link or portal_link (optional)
  • statement_date (optional)

Rules:

  • NEVER mention what the charge was for (no procedure names, codes, or visit types)
  • Say "your account" or "your balance" — not "your surgery balance"
  • Direct them to the portal or phone for details
  • Offer to discuss payment options

Template — Email:

Subject: Account Balance Notice — {{practice_name}}

Hi {{patient_first_name}},

Our records show a balance of {{balance_amount}} on your account with {{practice_name}}.

For details or to make a payment, please log in to your patient portal or call us at {{practice_phone}}.

If you have questions about your balance or need to discuss payment options, we're happy to help.

Thank you,
{{practice_name}}

3. Post-Visit Follow-Up

Collect:

  • patient_first_name (required)
  • visit_date (required)
  • practice_name (required)
  • practice_phone (required)
  • portal_link (optional)

Rules:

  • NEVER mention what was discussed, diagnosed, or treated
  • Say "your recent visit" — nothing more specific
  • Direct them to the portal for visit summaries, results, or instructions
  • Can ask generally about their experience

Template — Email:

Subject: Thank You for Your Visit — {{practice_name}}

Hi {{patient_first_name}},

Thank you for visiting {{practice_name}} on {{visit_date}}. We hope your experience was positive.

If you have any questions or concerns following your visit, please don't hesitate to call us at {{practice_phone}} or log in to your patient portal.

Take care,
{{practice_name}}

4. Recall / Reactivation

Collect:

  • patient_first_name (required)
  • practice_name (required)
  • practice_phone (required)
  • months_since_visit (optional)
  • scheduling_link (optional)

Rules:

  • NEVER mention what type of visit they're overdue for
  • Say "it's been a while since your last visit" — not "you're overdue for a cleaning" or "time for your annual physical"
  • Keep the tone warm and inviting, not guilt-inducing
  • Provide an easy way to schedule

Template — Email:

Subject: We Miss You! — {{practice_name}}

Hi {{patient_first_name}},

It's been a while since your last visit to {{practice_name}}, and we'd love to see you again.

If you'd like to schedule an appointment, give us a call at {{practice_phone}} or book online.

We look forward to hearing from you!
{{practice_name}}

HIPAA Compliance Check Mode

If the user asks to "check" or "review" an existing message, analyze it using this process:

  1. Scan for PHI violations. Look for any of the prohibited items listed above.
  2. Flag each violation with:

- The exact problematic text - Why it's a risk - A safe replacement

  1. Output format:
**HIPAA Compliance Review**

🔴 **VIOLATION:** "[problematic text]"
   Risk: [explanation]
   Fix: [safe replacement]

🟡 **WARNING:** "[borderline text]"
   Risk: [explanation]
   Suggestion: [safer alternative]

✅ **CLEAR** — No additional issues found.

**Corrected Version:**
[full corrected message]

Stop Conditions

  • Do NOT generate if the user wants to include diagnosis, treatment, or condition information in an unsecured communication. Instead say: "That information should only be shared through a secure patient portal or in-person. I can help you write a message that directs the patient to their portal."
  • Do NOT provide legal advice about HIPAA. Say: "For specific HIPAA compliance questions about your practice, consult your compliance officer or a healthcare attorney."
  • Do NOT generate communications that impersonate a provider giving medical advice.
  • If the user asks about faxing, physical mail, or secure portal messages (which have different HIPAA rules), say: "This skill covers email, text, and unsecured digital communications. Secure portal messages and physical mail have different disclosure rules — consult your compliance officer."

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.19%
按下载量换算945

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills