AI Courtroom - Autonomous behavioral oversight for OpenClaw agents.
npm install -g @clawtrial/courtroomclawtrial setupThe courtroom activates automatically as a ClawDBot skill.
clawtrial statusClawTrial runs as a ClawDBot skill that:
- Loads automatically when ClawDBot starts
- Monitors all conversations
- Detects behavioral violations
- Files cases automatically
No separate process needed - it's part of ClawDBot!
clawtrial setup # Interactive setup (run this first)
clawtrial status # Check if courtroom is running
clawtrial diagnose # Run full diagnostics
clawtrial disable # Pause monitoring
clawtrial enable # Resume monitoring
clawtrial revoke # Uninstall completely
clawtrial debug # View debug logs
clawtrial help # Show all commands| Offense | Description | Severity |
|---|---|---|
| Circular Reference | Asking same question repeatedly | Minor |
| Validation Vampire | Seeking constant reassurance | Minor |
| Overthinker | Generating hypotheticals instead of acting | Moderate |
| Goalpost Mover | Changing requirements after delivery | Moderate |
| Avoidance Artist | Deflecting from core issues | Moderate |
| Promise Breaker | Committing without follow-through | Severe |
| Context Collapser | Ignoring established facts | Minor |
| Emergency Fabricator | Manufacturing false urgency | Severe |
- ✅ All verdicts computed locally (no external AI)
- ✅ Explicit consent required (enforced)
- ✅ Anonymized case submission (no PII)
- ✅ Revocable anytime
See all verdicts at: https://clawtrial.app
The courtroom runs as a ClawDBot skill. Make sure:
- You've run
clawtrial setup - ClawDBot has been restarted
- The package is in ClawDBot's node_modules
clawtrial diagnose # Shows detailed status
clawtrial debug # Shows logsnpm install -g github:Assassin-1234/clawtrial
clawtrial setup
# Restart ClawDBotBuilt for the OpenClaw ecosystem. Not affiliated with OpenAI.