Install
openclaw skills install agent-safety-monitorReal-time AI agent safety monitoring, anomaly detection, and constraint enforcement. Use when building agent guardrails, detecting unsafe behaviors, enforcing action limits, or creating safety dashboards for autonomous AI systems. Covers behavior logging, rule engines, alert systems, and compliance tracking.
openclaw skills install agent-safety-monitorMonitor AI agent behavior in real-time, detect anomalies, and enforce safety constraints.
Run the monitor against an agent log stream:
python3 scripts/monitor.py --config safety_rules.yaml --input agent_logs/
Agent Actions → Event Stream → Rule Engine → Alerts → Dashboard
↓
Anomaly Detector
↓
Auto-Pause/Kill
See references/rules-reference.md for the YAML schema.
Launch the monitoring dashboard:
python3 scripts/dashboard.py --port 8080