AI Ethics Check - AI 科技伦理审查合规检查

AI 科技伦理审查合规检查 — 基于《人工智能科技伦理审查与服务办法(试行)》(工信部等十部门,工信部联科〔2026〕75号,2026-03-20 施行),覆盖 10 项核心检查,快速评估合规状态并生成专业报告。 本 skill 免费安装、免费使用。检查评分由「complianceHub 引擎」完成

Wei Wu

@wwumit

Install

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

🔍 AI 科技伦理审查合规检查 — Free 检查 (Cloud-Scored)

Overview

AI 科技伦理审查合规检查 is a free 检查 based on 《人工智能科技伦理审查与服务办法(试行)》(工信部等十部门,工信部联科〔2026〕75号,2026-03-20 施行). 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设立科技伦理委员会办法§9
2委员会独立履职办法§9
3活动前申请伦理审查办法§12
4审查决定时限合规办法§16
5审查重点:公平公正办法§15
6审查重点:可控可信可解释办法§15
7人机融合系统专家复核办法§21-25+附件
8舆论动员算法专家复核办法附件
9高风险自动化决策专家复核办法附件
10登记与跟踪审查办法§19/§30

Usage

Free preview (no Key)

python3 scripts/ai-ethics-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-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)

Full 检查 + report

python3 scripts/ai-ethics-check.py --format html -o ai-ethics-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-ethics-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