Install
openclaw skills install @wwumit/gdpr-checkGDPR Compliance Check — General Data Protection Regulation (EU) 2016/679 (GDPR). Free to install; scoring runs on the CQDev cloud compliance engine. No Key? The skill auto-runs an anonymous trial (5 real cloud-scored runs, 7-day window) before asking you to register. Covers 12 core items.
openclaw skills install @wwumit/gdpr-checkGDPR 欧盟隐私合规检查 is a free 检查 based on 欧盟《通用数据保护条例》(GDPR, Regulation (EU) 2016/679). 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 | Material & Territorial Scope | Art. 3 |
| 2 | Lawful Basis for Processing | Art. 6 |
| 3 | Valid Consent | Art. 7 |
| 4 | Transparency & Privacy Notice | Art. 13-14 |
| 5 | Data Subject Rights | Art. 15-17 |
| 6 | Automated Decision-Making | Art. 22 |
| 7 | Data Protection Impact Assessment | Art. 35 |
| 8 | Breach Notification | Art. 33-34 |
| 9 | International Transfers | Art. 44-49 |
| 10 | Security of Processing | Art. 32 |
| 11 | Processor Agreements | Art. 28 |
| 12 | Data Protection Officer | Art. 37-39 |
python3 scripts/gdpr-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=gdpr-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/gdpr-check.key (mode 0600)
python3 scripts/gdpr-check.py --format html -o gdpr-check-report.html
When a user asks for a GDPR 欧盟隐私合规检查:
--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/gdpr-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.