OpenClaw Constitutional Governance Skill

The first published reference implementation of constitutional AI governance for an open-source agentic platform โ€” demonstrating that the AOS framework is vendor-agnostic and integrates with real-world agent infrastructure.

Published: February 1, 2026 ยท Repository: aos-openclaw-constitutional ยท Commits: 15


Feb 1
Published Date
2026
15
Git Commits
Publicly verifiable
40
Prohibited Categories
Enforced by policy
โˆž
Vendor Agnostic
Any LLM, any platform

Why This Matters

A governance framework only matters if it works with real-world AI infrastructure โ€” not just in theory. The OpenClaw Constitutional Governance Skill proves three things:

โœ“
Vendor Agnostic

AOS governance is not locked to a single AI provider. The skill works with OpenClaw, which can be paired with any language model โ€” OpenAI, Anthropic, Google, DeepSeek, or open-source models. The governance layer sits above the model layer.

โœ“
Real Integration, Not Theory

This is not a whitepaper or concept document. It is working code โ€” a constitution spec, cryptographic signing tools, deterministic classifiers, and policy evaluators โ€” published in a public GitHub repository with 15 verifiable commits.

โœ“
Published Before the Acquisition

The AOS Constitutional Governance Skill was published on February 1, 2026 โ€” before OpenClaw's creator announced joining OpenAI on February 15, 2026. This timeline is independently verifiable through Git commit timestamps.


What the Skill Contains

The repository provides a complete Phase 1 reference implementation:

Constitution Specification

  • constitution.yaml โ€” Human-readable constitutional policy with the 10 AOS bedrock amendments
  • constitution.c14n.json โ€” Deterministically canonicalized JSON for cryptographic signing
  • constitution.attestation.json โ€” GitTruth attestation contract example

Cryptographic Tooling

  • c14n.py โ€” Canonicalization script (YAML โ†’ deterministic JSON)
  • sign.py โ€” Ed25519 digital signature generation
  • verify.py โ€” Ed25519 signature verification
  • verify_gittruth_stub.py โ€” GitTruth attestation validation

Deterministic Policy Engine

  • risk.py โ€” Deterministic risk classification for agent actions
  • classify.py โ€” Deterministic tag classification against constitutional rules
  • evaluate.py โ€” Full policy evaluation engine (DENY / CONFIRM / ALLOW)

Important Note

This is Phase 1: artifacts, specification, verification, and reference algorithms. The README explicitly states: "Real immutability requires Gateway/tool-router enforcement (Phase 2). A Skill alone cannot prevent an agent from attempting prohibited tool calls." This honest limitation is part of the evidence record.


How to Verify

Every claim on this page is independently verifiable:

1. Verify the Repository Exists

git clone https://github.com/genesalvatore/aos-openclaw-constitutional.git

2. Verify the Publication Date

git log --format="%H %ai %s" --reverse

The first commit (6e9c639) is timestamped February 1, 2026.

3. Verify the Constitution Hash

python scripts/c14n.py constitution.yaml | sha256sum

Compare against the signed attestation to verify integrity.

4. Run the Policy Engine

python scripts/evaluate.py --constitution constitution.yaml --tool message.send --args '{\"message\":\"test\"}' --intent '{\"user_requested\": true}'

See the deterministic DENY/CONFIRM/ALLOW engine working.


Commit Timeline

All 15 commits occurred on February 1โ€“2, 2026. Key milestones:

Feb 1, 20266e9c639

Initial Release

AOS Constitutional Governance for OpenClaw โ€” built via AI-to-AI collaboration

Feb 1, 2026b3025f6

Phase 1 Complete

Added classify.py and evaluate.py โ€” full deterministic policy evaluation

Feb 1, 2026a88c5e5

Humanitarian Protections

40 prohibited categories: military, weapons, surveillance, violence, child exploitation, trafficking

Feb 1, 2026c6296a1

AOS Humanitarian License

Replaced MIT with irrevocable humanitarian license โ€” military use prohibited permanently

Feb 1, 2026e1ed21e

Family Consensus

All Family fixes applied: Oracle (legal), Arnold (patent), Scout (risk), Proto (technical)

Feb 1, 2026c125f28

v1.0.1 Clarity Release

Family-approved clarity improvements, 3.5 hours post-launch


What This Proves

๐Ÿ”— Framework Independence

AOS governance is not an "AOS-only" technology. It integrates with third-party agentic platforms, demonstrating that constitutional governance is a layer โ€” not a replacement.

๐Ÿค– Model Agnostic

OpenClaw works with any language model. The AOS governance skill governs the actions, not the model โ€” proving the architecture works regardless of the underlying AI.

๐Ÿ“… Priority Timestamp

Published February 1, 2026 โ€” two weeks before the OpenClaw acquisition announcement. Git timestamps are immutable and independently verifiable.

๐Ÿ”“ Open Source Commitment

The entire reference implementation is publicly available under the AOS Humanitarian License. The code, the constitution, the signing tools โ€” all open for inspection.


Related Evidence