TopRank Skills

Home / Claw Skills / Others / Ai Act Risk Check
Official OpenClaw rules 15%

Ai Act Risk Check

SKILL.md AI Act Risk Check

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Ai Act Risk Check 技能。 若已安装,则直接安装 Ai Act Risk Check 技能。

Overview

Skill Key
bluesbell/ai-act-risk-check
Author
bluesbell
Source Repo
openclaw/skills
Version
-
Source Path
skills/bluesbell/ai-act-risk-check
Latest Commit SHA
9d7c860c9861d73a95d768884aec4d9f51434907

Extracted Content

SKILL.md excerpt

# SKILL.md - AI Act Risk Check

## `ai-act-risk-check`

**Description:** Quickly assesses a preliminary risk classification for an AI system based on the high-risk categories listed in Annex III of the EU AI Act (focusing on biometrics, critical infrastructure, education, employment, essential services, law enforcement, and justice).

**Usage:**
\`\`\`bash
ai-act-risk-check "Our system is an AI algorithm that screens job applications based on predicted performance metrics."
\`\`\`

**Output:** A determination of HIGH-RISK or LOW-RISK, along with the relevant Annex III category (if high-risk).

**Dependencies:** None (uses pure shell and `oracle` via `exec` for inference).

**Execution Logic:** Passes the user's description to an LLM for classification against the hard-coded Annex III criteria.

Related Claw Skills