AI Persona Check - AI 拟人化互动服务合规检查

AI 拟人化互动服务合规检查 — 基于《人工智能拟人化互动服务管理暂行办法》(国家网信办等五部门令第21号,2026-07-15 施行),覆盖 10 项核心检查,快速评估合规状态并生成专业报告。 本 skill 免费安装、免费使用。检查评分由「complianceHub 引擎」完成: 首次使用前需在 compliancehub.cn 免费注册获取 API …

Wei Wu

@wwumit

Install

$ openclaw skills install @wwumit/ai-persona-check

🔍 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.cn for scoring. Run --non-interactive for 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)

#CheckAuthority
1上线安全评估办法§22
2算法备案办法§26
3七条红线拦截办法§8
4内容安全责任制度办法§9
5不向未成年人提供虚拟亲密关系办法§14
6未成年人监护人同意办法§14/§17
7未成年人模式办法§17
8AI 身份明示办法§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=<your-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 拟人化互动服务合规检查:

  1. Run --non-interactive to preview the 10 items (no Key needed).
  2. 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-interactive never contacts the cloud.

Legal disclaimer

This tool provides general compliance guidance only and is not legal advice. Consult qualified counsel. (本工具仅供一般合规参考,不构成法律意见;涉及具体案件请咨询有资质的律师。)

License

MIT.

Top skills in this category