Install
openclaw skills install @wwumit/ai-persona-checkAI 拟人化互动服务合规检查 — 基于《人工智能拟人化互动服务管理暂行办法》(国家网信办等五部门令第21号,2026-07-15 施行),覆盖 10 项核心检查,快速评估合规状态并生成专业报告。 本 skill 免费安装、免费使用。检查评分由「complianceHub 引擎」完成: 首次使用前需在 compliancehub.cn 免费注册获取 API Key
openclaw skills install @wwumit/ai-persona-checkAI 拟人化互动服务合规检查 is a free 检查 based on 《人工智能拟人化互动服务管理暂行办法》(国家网信办等五部门令第21号,2026-07-15 施行). It covers 10 core items. Scoring runs on the complianceHub engine.
⚠️ Your answers leave this machine. When you run a scored 检查, your responses are transmitted to the complianceHub cloud at
compliancehub.cnfor scoring. Run--non-interactivefor a fully offline preview that never contacts the cloud.
| # | Check | Authority |
|---|---|---|
| 1 | 上线安全评估 | 办法§22 |
| 2 | 算法备案 | 办法§26 |
| 3 | 七条红线拦截 | 办法§8 |
| 4 | 内容安全责任制度 | 办法§9 |
| 5 | 不向未成年人提供虚拟亲密关系 | 办法§14 |
| 6 | 未成年人监护人同意 | 办法§14/§17 |
| 7 | 未成年人模式 | 办法§17 |
| 8 | AI 身份明示 | 办法§10/§12 |
| 9 | 防沉迷与便捷退出 | 办法§18/§19 |
| 10 | 数据安全与日志留存 | 办法§10/§11/§16 |
python3 scripts/ai-persona-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=ai-persona-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/ai-persona-check.key (mode 0600)
python3 scripts/ai-persona-check.py --format html -o ai-persona-check-report.html
When a user asks for a AI 拟人化互动服务合规检查:
--non-interactive to preview the 10 items (no Key needed).https://compliancehub.cn.COMPLIANCEHUB_API_KEY, or saved to ~/.config/compliancehub/ai-persona-check.key (0600), outside the skill folder.urllib, json, ssl); no shell, no external binaries.--non-interactive never contacts the cloud.This tool provides general compliance guidance only and is not legal advice. Consult qualified counsel. (本工具仅供一般合规参考,不构成法律意见;涉及具体案件请咨询有资质的律师。)
MIT.