Install
openclaw skills install @kgapol/accountable-aiImplements governance for AI teams by defining roles, decision authority, procedures, and delegation to ensure accountability and traceable actions.
openclaw skills install @kgapol/accountable-aiUse this skill to implement accountability structures, decision trails, and responsibility chains across your AI agent team.
Establishes a governance framework that makes every AI agent in your team accountable for:
This skill installs three files to your agent workspace:
GOVERNANCE.md — The accountability charter. Defines roles, decision authority, and responsibility chains. Each agent reads this on startup to know what they can do independently and what requires escalation.
PROCEDURES.md — Repeatable checklists for operations that must not be improvised. Config changes, agent onboarding, infrastructure tasks. When an agent encounters a known procedure type, it runs the checklist — not its own interpretation.
DELEGATION.md — The delegation protocol. How work moves between agents. Who owns what. How handoffs are documented. Prevents the "I thought someone else was handling it" failure mode.
chmod +x install.sh && ./install.sh
Or manually copy GOVERNANCE.md, PROCEDURES.md, and DELEGATION.md to your agent workspace.
Add to your AGENTS.md boot sequence:
3. Read GOVERNANCE.md — your decision authority and escalation rules
4. Read PROCEDURES.md — before any config change or infrastructure task
Accountable AI is the foundation layer of the Trust AI Suite:
→ Full suite: Trust AI Stack on ClawMart