Install
openclaw skills install @wwumit/hipaa-checkHIPAA Compliance Check — Health Insurance Portability and Accountability Act (HIPAA), 45 C.F.R. Parts 160 & 164 (Privacy, Security, Breach Notification Rules). Free to install; scoring runs on the CQDev cloud compliance engine.
openclaw skills install @wwumit/hipaa-checkHIPAA 医疗隐私合规检查 is a free 检查 based on 美国《健康保险流通与责任法案》(HIPAA)及隐私规则/安全规则/违约通知规则(45 C.F.R. 160 & 164). It covers 12 core items. Scoring runs on the CQDev cloud compliance engine.
⚠️ Your answers leave this machine. When you run a scored 检查, your responses are transmitted to the CQDev cloud at
compliancehub.cnfor scoring. The free--non-interactivepreview fetches the latest check items from the cloud rule library but transmits NO answers; it falls back to the bundled item set if the network is unavailable.
| # | Check | Authority |
|---|---|---|
| 1 | Covered Entity / Business Associate | §160.102-.103 |
| 2 | Notice of Privacy Practices | Privacy Rule §164.520 |
| 3 | Valid Authorizations | §164.508 |
| 4 | Administrative Safeguards | Security Rule §164.308 |
| 5 | Physical Safeguards | §164.310 |
| 6 | Technical Safeguards | §164.312 |
| 7 | Breach Notification | Breach Rule §164.400+ |
| 8 | Minimum Necessary | §164.502(b) |
| 9 | Business Associate Agreements | §164.504(e) |
| 10 | Ongoing Risk Analysis | §164.308(a)(1)(ii)(A) |
| 11 | Workforce Training | §164.308(a)(5) |
| 12 | Individual Rights | §164.524/.526 |
python3 scripts/hipaa-check.py --non-interactive
Just run the full 检查 — without a Key the skill issues a local random anon_id and scores in the cloud (5 free runs / 7-day window). When the trial runs out it prints the one-click registration page, carrying your anon_id so the trial progress carries over after registering.
Open https://compliancehub.cn/account.html?skill=hipaa-check in your browser to register and get a free Key instantly. Then provide it to the skill via env or key file:
export COMPLIANCEHUB_API_KEY=<your-key>
# or save to ~/.config/compliancehub/hipaa-check.key (mode 0600)
python3 scripts/hipaa-check.py --format html -o hipaa-check-report.html
When a user asks for a HIPAA 医疗隐私合规检查:
--non-interactive to preview the 12 items (no Key needed).--non-interactive) it only reads the public rule library and
sends NO answers. Scored runs persist only a local random anon_id (~/.config/compliancehub/<slug>.anon_id,
0600, carries no personal data) used to continue the anonymous trial; your answers are never stored locally.https://compliancehub.cn (the operator's official endpoint). Scoring transmits only your item answers, plus
either the free API Key (as a Bearer token) when registered, or the local random anon_id during the anonymous trial.COMPLIANCEHUB_API_KEY, or saved to
~/.config/compliancehub/hipaa-check.key (0600), outside the skill folder.urllib, json, ssl); no shell, no external binaries.--non-interactive fetches the public check items from the cloud rule library but
sends NO answers; it falls back to the bundled item set if the network is unavailable.compliancehub.cn before running a scored check.This tool provides general compliance guidance only and is not legal advice. Consult qualified counsel.
MIT.