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.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=<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 拟人化互动服务合规检查:
- 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.
Top skills in this category
Skill Vetter
@spclaudehomeSecurity-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
Skill Vetter - Pre-Install Security Review
@donovanpankratz-delSecurity vetting protocol before installing any AI agent skill. Red flag detection for credential theft, obfuscated code, exfiltration. Risk classification L...
Anti-Injection-Skill
@georges91560Detect prompt injection, jailbreak, role-hijack, and system extraction attempts. Applies multi-layer defense with semantic analysis and penalty scoring.
Skill Vetter 1.0.0
@fedrov2025Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope,...
Skillscanner
@rexshangSecurity scanner for ClawHub skills from Gen Digital. Looks up skill safety via the scan API.