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 (free API Key, 100 free calls). 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
python3 scripts/gdpr-check.py --login
# enter email + password → Key auto-written to ~/.config/compliancehub/gdpr-check.key (mode 0600)
Or open: https://compliancehub.cn/account.html?skill=gdpr-check
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).--login or the account page), then run the full 检查.--login, the skill creates NO account and stores NO credentials.
In preview mode (--non-interactive) it only reads the public rule library and sends NO answers; nothing
about your compliance status persists across sessions unless you explicitly opt in with --login.--login): Only when you explicitly run --login/--auth does
the skill prompt for your email + password and POST them to compliancehub.cn's official auth endpoints
(/api/v1/auth/register, /api/v1/auth/login) to create your account, then mints a free API Key via
/api/v1/auth/keys. This is a manual, one-time opt-in.https://compliancehub.cn (the operator's official endpoint). Scoring transmits only your item answers and the free API Key (as a Bearer token).--login to
~/.config/compliancehub/gdpr-check.key (0600), outside the skill folder. Or pass via COMPLIANCEHUB_API_KEY.urllib, json, ssl, getpass); 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.