Install
openclaw skills install @wwumit/gdpr-auditGDPR Compliance Audit — General Data Protection Regulation (EU) 2016/679 (GDPR). Free to install; scoring runs on the CQDev cloud compliance engine (free API Key, 100 free calls). Covers 25 core items.
openclaw skills install @wwumit/gdpr-auditGDPR 合规深度审计 is a free 审计 based on 欧盟《通用数据保护条例》(GDPR, Regulation (EU) 2016/679). It covers 25 core items. Scoring runs on the CQDev cloud compliance engine.
⚠️ Your answers leave this machine — but only when scored. When you run a scored 审计, your responses are transmitted to the CQDev cloud at
compliancehub.cnfor scoring. In--non-interactivepreview mode your answers are NOT sent; the preview attempts to fetch the latest rule set from the cloud rule library and falls back to a built-in snapshot if it cannot reach the cloud.
| # | Check | Authority |
|---|---|---|
| 1 | 适用范围 | Art. 3 |
| 2 | 处理原则 | Art. 5 |
| 3 | 合法依据 | Art. 6 |
| 4 | 同意 | Art. 7 |
| 5 | 特殊类别数据 | Art. 9 |
| 6 | 透明告知 | Art. 12 |
| 7 | 收集时信息 | Art. 13-14 |
| 8 | 访问权 | Art. 15 |
| 9 | 更正权 | Art. 16 |
| 10 | 删除权 | Art. 17 |
| 11 | 限制处理权 | Art. 18 |
| 12 | 可携权 | Art. 20 |
| 13 | 反对权 | Art. 21 |
| 14 | 自动决策 | Art. 22 |
| 15 | 问责 | Art. 24 |
| 16 | 设计与默认保护 | Art. 25 |
| 17 | 处理者管理 | Art. 28 |
| 18 | 处理活动记录 | Art. 30 |
| 19 | 处理安全 | Art. 32 |
| 20 | 向监管通报违约 | Art. 33 |
| 21 | 向数据主体通报 | Art. 34 |
| 22 | 数据保护影响评估 | Art. 35 |
| 23 | 事前协商 | Art. 36 |
| 24 | 数据保护官 | Art. 37-39 |
| 25 | 国际传输 | Art. 44-49 |
💡 交互提示:逐项作答时可直接输入中文(是 / 否 / 不适用),输入
?可查看该项的合规建议; 作答进度自动存为草稿,中断后重新运行会提示「继续 / 重新开始」。
python3 scripts/gdpr-audit.py --non-interactive
# 1) Open the account center, register, and copy your free Key:
open https://compliancehub.cn/account.html?skill=gdpr-audit
# 2) Hand the Key to this skill (pick one):
export COMPLIANCEHUB_API_KEY=<网页显示的 Key>
# or persist it to a key file (mode 0600, outside the skill folder):
mkdir -p ~/.config/compliancehub && echo '<网页显示的 Key>' > ~/.config/compliancehub/gdpr-audit.key
python3 scripts/gdpr-audit.py --format html -o gdpr-audit-report.html
When a user asks for a GDPR 合规深度审计:
--non-interactive to preview the 25 items (no Key needed).https://compliancehub.cn (the operator's official endpoint). Scoring transmits only your item answers and the free API Key (as a Bearer token).~/.config/compliancehub/gdpr-audit.key (0600), outside the skill folder, or pass it via COMPLIANCEHUB_API_KEY. This skill never writes credentials on its own.urllib, json, ssl); no shell, no external binaries.--non-interactive does not send your answers. It attempts to fetch the latest rule set from the cloud rule library and falls back to a built-in snapshot when offline.compliancehub.cn before running a scored check.This tool provides general compliance guidance only and is not legal advice. Consult qualified counsel.
MIT.