Install
openclaw skills install @wwumit/coppa-checkCOPPA Compliance Check — Children's Online Privacy Protection Act (COPPA), 15 U.S.C. §6501 et seq. and the COPPA Rule (16 C.F.R. Part 312). 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/coppa-checkCOPPA 儿童隐私合规检查 is a free 检查 based on 美国《儿童在线隐私保护法》(COPPA)及 COPPA Rule(16 C.F.R. Part 312),FTC 执法. 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. Run--non-interactivefor a fully offline preview that never contacts the cloud.
| # | Check | Authority |
|---|---|---|
| 1 | Child-Directed / Actual Knowledge | COPPA Rule §312.2 |
| 2 | Verifiable Parental Consent | §312.4 |
| 3 | Direct Notice to Parents | §312.4(a) |
| 4 | Collection Limitation | §312.3 |
| 5 | Parental Review & Deletion | §312.4(d) |
| 6 | Reasonable Data Security | §312.8 |
| 7 | Retention & Deletion | §312.10 |
| 8 | Third-Party Disclosure | §312.4(a)(2) |
| 9 | FTC Safe Harbor (if applicable) | §312.11 |
| 10 | Age Screening / Age-Gating | §312.2 |
| 11 | Notice of Material Change | §312.4(a)(4) |
| 12 | Internal Compliance Program | §312.9 |
python3 scripts/coppa-check.py --non-interactive
python3 scripts/coppa-check.py --login
# enter email + password → Key auto-written to ~/.config/compliancehub/coppa-check.key (mode 0600)
Or open: https://compliancehub.cn/account.html?skill=coppa-check
python3 scripts/coppa-check.py --format html -o coppa-check-report.html
When a user asks for a COPPA 儿童隐私合规检查:
--non-interactive to preview the 12 items (no Key needed).--login or the account page), then run the full 检查.--login): When you run --login/--auth, the skill prompts for your email + password and POSTs them ONLY to compliancehub.cn's official auth endpoints (/api/v1/auth/register, /api/v1/auth/login) to create your account and issue the free API Key.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/coppa-check.key (0600), outside the skill folder. Or pass via COMPLIANCEHUB_API_KEY.urllib, json, ssl, getpass); no shell, no external binaries.--non-interactive 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.
MIT.