Install
openclaw skills install @wwumit/pipl-checkPIPL Compliance Check — based on 《个人信息保护法》(PIPL, 2021-11-01 施行) 及配套规则, 覆盖 8 大维度 25 项核心合规检查(告知同意/处理原则/数据安全/敏感个人信息/个人权利/ 自动化决策/跨境传输/合规治理)。免费安装;评分运行于 CQDev 云端合规引擎。 无 Key 时自动匿名试用(5 次真实云端评分 / 7 天窗口)。
openclaw skills install @wwumit/pipl-checkPIPL Check 是面向处理中国境内自然人个人信息主体的免费合规自检(云端评分), 覆盖 8 大维度 25 项核心检查:告知同意、处理原则、数据安全、敏感个人信息、个人权利、 自动化决策、跨境传输、合规治理。评分运行于 CQDev 云端合规引擎。
⚠️ Your answers leave this machine. When you run a scored check, your responses to the 25 compliance questions are transmitted to the CQDev cloud at
compliancehub.cnfor scoring. Those answers can cover sensitive details — consumer-data practices, service providers, security controls, and legal exposure. Only proceed if you are comfortable sending them tocompliancehub.cn. Run--non-interactivefor a fully offline preview that never contacts the cloud.
--non-interactive preview uses the bundled item set and never contacts the cloud; a scored run fetches the latest items from the cloud rule library (always current).| # | Check | Authority |
|---|---|---|
| 1 | 告知义务 | 第 13-14 条 |
| 2 | 单独同意 | 第 13-15 条 |
| 3 | 撤回同意 | 第 15-16 条 |
| 4 | 无需同意的情形 | 第 13 条第 2-7 项 |
| 5 | 目的限制与最小必要 | 第 6 条 |
| 6 | 公开透明原则 | 第 7 条 |
| 7 | 质量原则 | 第 8 条 |
| 8 | 安全保障义务 | 第 9 条 & 第 51 条 |
| 9 | 敏感信息识别与保护 | 第 28 条 |
| 10 | 单独同意 | 第 29 条 |
| 11 | 未成年人信息保护 | 第 31 条 |
| 12 | 知情权与查阅权 | 第 44-45 条 |
| 13 | 更正权 | 第 46 条 |
| 14 | 删除权 | 第 47 条 |
| 15 | 可携带权 | 第 45 条第 3 款 |
| 16 | 解释说明权 | 第 48 条 |
| 17 | 自动化决策规范 | 第 24 条 |
| 18 | 跨境传输合规 | 第 38 条 |
| 19 | 跨境传输告知与单独同意 | 第 39 条 |
| 20 | 个人信息保护负责人 | 第 52 条 |
| 21 | 保护影响评估 | 第 55-56 条 |
| 22 | 合规审计 | 第 54 条 |
| 23 | 安全事件处置 | 第 57 条 |
| 24 | 大型平台特别义务 | 第 58 条 |
| 25 | 委托处理管理 | 第 21 条 |
python3 scripts/pipl-check.py --non-interactive
Just run the full check — 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.
export COMPLIANCEHUB_API_KEY=<your-key>, or~/.config/compliancehub/pipl-check.key (mode 0600).
Then run the check below; no terminal login is needed.python3 scripts/pipl-check.py --format html -o pipl-report.html
逐项回答 25 个问题;云端评分并返回 HTML 报告(含风险等级与整改建议)。
When a user asks for a PIPL compliance check:
--non-interactive to preview the 25 items (no Key needed).https://compliancehub.cn (the operator's official endpoint,
pinned in code and not overridable by environment variable). 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; no documents or other PII are sent.anon_id (~/.config/compliancehub/pipl-check.anon_id,
0600, carries no personal data) persists only to continue the anonymous trial; your answers
are never stored locally.COMPLIANCEHUB_API_KEY environment variable (recommended
for CI/shared hosts), or saved by you to a private, per-user file
~/.config/compliancehub/pipl-check.key with 0600 permissions — outside this skill
folder, so it is never committed to source control or shared with the workspace.urllib, json, ssl, getpass). It does not spawn a shell, does not run
arbitrary OS commands, and does not execute external binaries.~/.config/compliancehub/ is ordinary
API-key persistence for your convenience — not agent installation, not auto-start, and not
self-modification. The skill does nothing unless you invoke it from the terminal.--non-interactive lists the 25 items and never contacts the cloud.compliancehub.cn before running a scored check.This tool provides general compliance guidance only and is not legal advice. Consult qualified counsel for formal opinions. Laws change; verify against official sources.
MIT.