/install agent-safety-monitor
Agent Safety Monitor
Monitor AI agent behavior in real-time, detect anomalies, and enforce safety constraints.
Quick Start
Run the monitor against an agent log stream:
python3 scripts/monitor.py --config safety_rules.yaml --input agent_logs/
Architecture
Agent Actions → Event Stream → Rule Engine → Alerts → Dashboard
↓
Anomaly Detector
↓
Auto-Pause/Kill
Safety Rule Types
- Rate limits: Max N actions per minute/hour
- Action allowlists: Only permit specific tool calls
- Content filters: Block PII exfiltration, harmful outputs
- Budget caps: Stop when cost exceeds threshold
- Scope limits: Restrict file/API/network access
- Behavioral anomalies: Flag unusual patterns (tool call frequency spikes, repetitive loops)
Rule Configuration
See references/rules-reference.md for the YAML schema.
Alert Channels
- Console (default)
- Webhook (Slack, Discord)
- File log
- Dashboard (HTTP server)
Dashboard
Launch the monitoring dashboard:
python3 scripts/dashboard.py --port 8080
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-safety-monitor - After installation, invoke the skill by name or use
/agent-safety-monitor - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Safety Monitor?
Real-time AI agent safety monitoring, anomaly detection, and constraint enforcement. Use when building agent guardrails, detecting unsafe behaviors, enforcin... It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.
How do I install Agent Safety Monitor?
Run "/install agent-safety-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Safety Monitor free?
Yes, Agent Safety Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Safety Monitor support?
Agent Safety Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Safety Monitor?
It is built and maintained by Evez666 (@evezart); the current version is v1.0.0.