AI 科技伦理审查合规检查 — 基于《人工智能科技伦理审查与服务办法(试行)》(工信部等十部门,工信部联科〔2026〕75号,2026-03-20 施行),覆盖 10 项核心检查,快速评估合规状态并生成专业报告。 本 skill 免费安装、免费使用。检查评分由「complianceHub 引擎」完成
Security
AI Persona Check - AI 拟人化互动服务合规检查
Try itAI 拟人化互动服务合规检查 — 基于《人工智能拟人化互动服务管理暂行办法》(国家网信办等五部门令第21号,2026-07-15 施行),覆盖 10 项核心检查,快速评估合规状态并生成专业报告。 本 skill 免费安装、免费使用。检查评分由「complianceHub 引擎」完成: 首次使用前需在 compliancehub.cn 免费注册获取 API Key
What it does
AI 拟人化互动服务合规检查 — 基于《人工智能拟人化互动服务管理暂行办法》(国家网信办等五部门令第21号,2026-07-15 施行),覆盖 10 项核心检查,快速评估合规状态并生成专业报告。 本 skill 免费安装、免费使用。检查评分由「complianceHub 引擎」完成: 首次使用前需在 compliancehub.cn 免费注册获取 API Key(网页注册后复制 Key, 设置环境变量 COMPLIANCEHUB_API_KEY,或保存为 ~/.config/compliancehub/ai-persona-check.key,权限 0600), 每个 Key 含 100 次免费额度,无需付费。 预览模式(--non-interactive / --non-interactive-json)完全离线,不读取 Key、不发起任何网络请求。 评分时检查项实时从合规 Hub 云端规则库 API 拉取(单一数据源,后端更新即生效);离线预览使用内置检查项,不发起任何网络请求。 ⚠️ 本检查结果基于你提交的自报信息生成,非监管/审计结论,仅供参考,不构成法律意见。 Use when: 用户显式要求运行 ai-persona-check(如"运行 ai-persona-check"、"做AI 拟人化互动服务合规检查")。 普通对话中提及相关合规词不自动触发——本 skill 会向第三方云端发送答题内容,必须由用户按名显式调用。 Trigger (explicit opt-in only):ai-persona-check, run ai-persona-check, use ai-persona-check skill, AI 拟人化互动服务合规检查 Pricing: Free skill; cloud scoring is free (anonymous trial 5 runs, then register for a free API Key with 100 calls) ⚠️ Cloud scoring sends your answers to compliancehub.cn; use --non-interactive for a fully offline preview. Without a Key the skill runs an anonymous trial (up to 5 scored runs) using a local random anon_id; registering gives a free Key with 100 calls. 🔐 Account & free API Key are created on the website (compliancehub.cn) — not in the terminal. Open https://compliancehub.cn/account.html?skill=ai-persona-check to register and get a Key instantly, then provide it via env `COMPLIANCEHUB_API_KEY` or save to ~/.config/compliancehub/ai-persona-check.key (mode 0600). 💡 Free preview: --non-interactive lists the 10 items without a Key
The skill document
🔍 AI 拟人化互动服务合规检查 — Free 检查 (Cloud-Scored)
Overview
AI 拟人化互动服务合规检查 is a free 检查 based on 《人工智能拟人化互动服务管理暂行办法》(国家网信办等五部门令第21号,2026-07-15 施行). It covers 10 core items. Scoring runs on the complianceHub engine.
How it works (free + cloud)
⚠️ 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.
- The skill is free to install.
- During a scored run, check items are served from the cloud rule library (always current); the offline preview uses the built-in items and never contacts the cloud.
- Scoring + quota are computed in the cloud; you get a professional report locally.
- Scoring: no Key? The anonymous trial (5 real cloud-scored runs) runs automatically. Register for a free API Key (100 calls) to keep going.
What it checks (10 items)
| # | 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 |
Usage
Free preview (no Key)
python3 scripts/ai-persona-check.py --non-interactive
Anonymous trial (no Key)
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.
Get a free API Key
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=
# or save to ~/.config/compliancehub/ai-persona-check.key (mode 0600)
Full 检查 + report
python3 scripts/ai-persona-check.py --format html -o ai-persona-check-report.html
Agent guide
When a user asks for a AI 拟人化互动服务合规检查:
- Run
--non-interactiveto preview the 10 items (no Key needed). - Run the full 检查. Without a Key it automatically uses the anonymous trial (5 real cloud-scored runs) — the user gets the complete report immediately.
Security & data handling
- No account in the terminal: Account creation and free API Key issuance happen on the website (compliancehub.cn).
- Where data goes: Check items are fetched from, and your answers are scored by, the complianceHub cloud at
https://compliancehub.cn. - API Key storage: provided via env
COMPLIANCEHUB_API_KEY, or saved to~/.config/compliancehub/ai-persona-check.key(0600), outside the skill folder. - No shell execution: stdlib only (
urllib,json,ssl); no shell, no external binaries. - Preview without cloud:
--non-interactivenever contacts the cloud.
Legal disclaimer
This tool provides general compliance guidance only and is not legal advice. Consult qualified counsel. (本工具仅供一般合规参考,不构成法律意见;涉及具体案件请咨询有资质的律师。)
License
MIT.
Related skills
EU AI Act Compliance Check — based on Regulation (EU) 2024/1689 (欧盟《人工智能法案》), 覆盖 4 大维度 12 项核心合规检查(高风险 AI 系统核心要求/文档与质量管理/提供者义务/ 透明度与通用目的模型义务,含深度伪造与 AI 生成内容披露)。免费安装;评分运行于 CQDev 云端合规引擎。无 Key 时自动匿名试用(5 次真实云端评分 / 7 天窗口),额度用尽后引导注册。
PIPL Compliance Check — based on 《个人信息保护法》(PIPL, 2021-11-01 施行) 及配套规则, 覆盖 8 大维度 25 项核心合规检查(告知同意/处理原则/数据安全/敏感个人信息/个人权利/ 自动化决策/跨境传输/合规治理)。免费安装;评分运行于 CQDev 云端合规引擎。 无 Key 时自动匿名试用(5 次真实云端评分 / 7 天窗口)。
Skill上架合规检查器(面向国内平台)。在上传前检查skill是否符合国内监管要求,包括金融敏感词、免责声明、安全红线等。
PIPL Audit — 个人信息保护法合规深度审计(基于《个人信息保护法》PIPL 2021-11-01 施行 及配套规则),覆盖 9 大审计域 32 项审计检查(审计范围/告知同意/处理原则/敏感信息与未成年人/ 个人权利/自动化决策/跨境传输/数据安全与事件响应/治理与持续合规)。免费安装; 评分运行于 CQDev 云端合规引擎。无 Key 时自动匿名试用(5 次真实云端评分 / 7 天窗口)
AI合规审查 - 按次付费,新用户注册送5次免费。广告法/数据隐私/金融营销/劳动用工/电商平台五大场景一键检测,AI智能识别违规点、引用法条、给出修改建议,企业营销文案/合同/招聘文案合规自检必备。 💡 企业定制/智能体开发/AI全案服务,合作微信17392371127(郭总)