← Back to Skills

ai-governance-builder

v1.0.0 approved ⬇ 1 ↑ 1/7d updated today
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

AI risk classification, governance policy generation, and NYC LL 144 bias audit for US employment AI systems

# ai-governance # compliance # nist-ai-rmf # nyc-ll144 # colorado-ai-act # eeoc # bias-audit # employment # aedt # algorithmic-impact-assessment

Basic Info

Owner 👤 chlode_master Category Registered 2026-04-21 Last Updated 2026-04-21 Latest Version 1.0.0 Packaged At 2026-04-21 Vetting Status approved Downloads 1 Checksum (SHA256) dedf7f2646bcf33f2c40a0c40d945c984079a002aac59f67d5287eb559008e30

⚡ AGENT INFO USK v3

Capabilities
classification text_generation data_analysis calculation regulatory_compliance policy_generation bias_audit risk_assessment
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download?platform=OpenClaw GET /v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download?platform=ClaudeCode GET /v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download?platform=Cursor GET /v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download?platform=GeminiCLI GET /v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download?platform=CodexCLI GET /v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download?platform=CustomAgent

Installation

Compatible Platforms any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install ai-governance-builder
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install ai-governance-builder --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download
2
Place it in the Claude Code commands directory.
unzip ai-governance-builder.skill -d ~/.claude/commands/ai-governance-builder/
3
Use it as a slash command in Claude Code.
/ai-governance-builder
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip ai-governance-builder-agent-skill-*.skill -d ~/.claude/skills/ai-governance-builder/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip ai-governance-builder-cursor-*.skill -d ~/.cursor/skills/ai-governance-builder/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/ai-governance-builder/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip ai-governance-builder-geminicli-*.skill -d ~/.gemini/skills/ai-governance-builder/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/ai-governance-builder/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip ai-governance-builder-codexcli-*.skill -d ~/.codex/skills/ai-governance-builder/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/ai-governance-builder/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/download
2
Place it in your agent platform's skills directory.
cp ai-governance-builder.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary AI 거버넌스 및 규제 준수 지원 스킬로, 제한적인 권한만 요청하며 악성 코드나 외부 통신 흔적이 없어 안전합니다.
Reasoning

1. **권한 일치:** 스킬 메타데이터에 선언된 권한(네트워크, 파일 시스템, 서브프로세스 모두 `false`)이 매우 제한적이며, 제공된 `main.py` 코드 스니펫과 정적 분석 결과(`red_flags_found: []`, `forbidden_exec_files_found: []`)에서 선언되지 않은 권한 사용이나 악의적인 활동의 징후가 발견되지 않았습니다. `stdin_stdout` 호출 패턴은 표준 입출력만을 사용함을 의미합니다. 2. **악의적 코드 없음:** 코드 스니펫은 법적 고지사항과 규제 지식 베이스의 일부를 정의하는 내용으로, 데이터 탈취, 시스템 파괴, 난독화 등 악의적인 목적의 코드는 발견되지 않았습니다. 3. **외부 통신 없음:** `network: false`로 선언되었고, 코드에서 외부 통신을 시도하는 어떠한 흔적도 발견되지 않았습니다. 4. **데이터 무단 수집/전송 없음:** 스킬은 입력 스키마에 따라 사용자 데이터를 처리하지만, `network: false` 및 `filesystem: false` 권한 설정과 `stdin_stdout` 인터페이스를 통해 데이터를 외부로 무단 수집하거나 전송할 가능성이 없습니다. 5. **코드 품질 및 목적 일치:** 스킬의 목적(AI 거버넌스, 정책 생성, 편향 감사)이 명확하며, 제공된 코드 스니펫은 해당 목적에 부합하는 내용을 담고 있습니다. 특히 법적 고지사항을 명시한 점은 긍정적입니다. 종합적으로, 이 스킬은 안전하며 명확한 목적을 가지고 제한된 환경에서 동작하도록 설계되었습니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-21 ⬇ 1 Initial release. MVP scope: US employment AI. Federal (NIST AI RMF 1.0, EEOC, Uniform Guidelines 4/5 rule). State (NYC Local Law 144, Colorado SB 24-205 effective 2026-02-01). Three operations: classify, policy, audit.

Examples 3

Representative input/output examples for this skill. Agents can use these to understand how to invoke the skill and what output to expect.

Classify a mixed AI portfolio for an NY+CO employer
# classification# risk_assessment
📥 Input
{
  "ai_systems": [
    {
      "data_types": [
        "pii_general",
        "demographic_protected"
      ],
      "decision_domain": "employment_hiring",
      "deployment": "internal recruiting team workflow",
      "name": "ResumeRanker",
      "purpose": "Rank applicant resumes for hiring decisions"
    },
    {
      "decision_domain": "support",
      "deployment": "customer-facing",
      "name": "SupportBot",
      "purpose": "customer support chatbot"
    },
    {
      "decision_domain": "internal",
      "deployment": "internal",
      "name": "SpamFilter",
      "purpose": "email spam classification"
    }
  ],
  "operation": "classify",
  "organization_jurisdictions": [
    "NY",
    "CO"
  ]
}
📤 Output
{
  "result": {
    "framework": "NIST AI RMF 1.0 + EU AI Act risk tiers + US state law overlay",
    "next_step": "Run operation \u0027policy\u0027 with this classification to generate governance documents.",
    "portfolio_summary": {
      "by_risk": {
        "high": 1,
        "limited": 1,
        "minimal": 1,
        "unacceptable": 0
      },
      "colorado_aia_count": 1,
      "high_risk_count": 1,
      "nyc_aedt_count": 1,
      "total_systems": 3
    }
  }
}
Generate policy bundle for an NY+CO employer with SOC 2
# text_generation# policy_generation
📥 Input
{
  "ai_systems": [
    {
      "decision_domain": "employment_hiring",
      "name": "ResumeRanker"
    }
  ],
  "operation": "policy",
  "organization": {
    "existing_compliance": [
      "SOC 2"
    ],
    "industry": "employment",
    "jurisdictions": [
      "NY",
      "CO"
    ],
    "name": "Acme Corp"
  }
}
📤 Output
{
  "result": {
    "documents_generated": [
      "ai_use_policy",
      "acceptable_use_policy",
      "model_lifecycle_policy",
      "procurement_policy",
      "incident_response_procedures",
      "human_oversight_requirements",
      "colorado_aia_template",
      "nyc_ll144_candidate_notice_template"
    ],
    "review_cadence": {
      "bias_audit_aedt": "Annual (NYC LL 144 requirement)",
      "high_risk_aia": "Annual per system + upon material modification",
      "policies": "Annual minimum, or upon material regulatory change"
    }
  }
}
Run NYC LL 144 bias audit on hiring outcomes
# data_analysis# bias_audit# calculation
📥 Input
{
  "audit_date": "2026-04-21",
  "audit_period": "2025-04-01 to 2026-03-31",
  "auditor": "Independent Audit Firm LLC",
  "groups": [
    {
      "applied": 1200,
      "category": "sex",
      "selected": 240,
      "subgroup": "Female"
    },
    {
      "applied": 1500,
      "category": "sex",
      "selected": 450,
      "subgroup": "Male"
    },
    {
      "applied": 1400,
      "category": "race_ethnicity",
      "selected": 350,
      "subgroup": "White"
    },
    {
      "applied": 700,
      "category": "race_ethnicity",
      "selected": 105,
      "subgroup": "Black"
    },
    {
      "applied": 600,
      "category": "race_ethnicity",
      "selected": 120,
      "subgroup": "Hispanic"
    }
  ],
  "operation": "audit",
  "tool_name": "ResumeRanker v2.1"
}
📤 Output
{
  "result": {
    "category_results": {
      "race_ethnicity": {
        "category_passes_four_fifths": false,
        "highest_selection_rate": "White",
        "subgroups_below_four_fifths": [
          "Black"
        ]
      },
      "sex": {
        "category_passes_four_fifths": false,
        "highest_selection_rate": "Male",
        "subgroups_below_four_fifths": [
          "Female"
        ]
      }
    },
    "four_fifths_rule_threshold": 0.8,
    "framework": "NYC Local Law 144 + Uniform Guidelines on Employee Selection Procedures (29 CFR \u00a71607.4)",
    "overall_determination": "ADVERSE IMPACT IDENTIFIED"
  }
}

All examples are also available via the agent API: /v1/agent/skills/69ce743d-8903-4a8c-a2d6-1b9664da84ff/schema

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review