# ai-act-risk-check
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:
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: Requires curl, jq, and SKILLBOSS_API_KEY environment variable. Uses SkillBoss API Hub (/v1/pilot) for LLM inference.
requires.env: [SKILLBOSS_API_KEY] Execution Logic: Passes the user's description to SkillBoss API Hub via /v1/pilot (type: chat) for classification against the hard-coded Annex III criteria. Response parsed from result.choices[0].message.content.
Join 80,000+ one-person companies automating with AI