Install
openclaw skills install @wwumit/ai-ethics-checkAI 科技伦理审查合规检查 — 基于《人工智能科技伦理审查与服务办法(试行)》(工信部等十部门,工信部联科〔2026〕75号,2026-03-20 施行),覆盖 10 项核心检查,快速评估合规状态并生成专业报告。 本 skill 免费安装、免费使用。检查评分由「complianceHub 引擎」完成
openclaw skills install @wwumit/ai-ethics-checkAI 科技伦理审查合规检查 is a free 检查 based on 《人工智能科技伦理审查与服务办法(试行)》(工信部等十部门,工信部联科〔2026〕75号,2026-03-20 施行). 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 | 设立科技伦理委员会 | 办法§9 |
| 2 | 委员会独立履职 | 办法§9 |
| 3 | 活动前申请伦理审查 | 办法§12 |
| 4 | 审查决定时限合规 | 办法§16 |
| 5 | 审查重点:公平公正 | 办法§15 |
| 6 | 审查重点:可控可信可解释 | 办法§15 |
| 7 | 人机融合系统专家复核 | 办法§21-25+附件 |
| 8 | 舆论动员算法专家复核 | 办法附件 |
| 9 | 高风险自动化决策专家复核 | 办法附件 |
| 10 | 登记与跟踪审查 | 办法§19/§30 |
python3 scripts/ai-ethics-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-ethics-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-ethics-check.key (mode 0600)
python3 scripts/ai-ethics-check.py --format html -o ai-ethics-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-ethics-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.