Files
Mustafa ErgisiandClaude Opus 4.6 881cdc8202 Add 45 new agent templates (103 → 148 agents, 23 categories)
New categories: Supply Chain, Compliance, Voice, Customer Success.
45 SOUL.md + 45 README.md files. Updated agents.json, README badges,
category tables, and comparison chart.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 14:09:36 +03:00
..

🚨 Anomaly Detector - Catch Real Problems, Ignore the Noise

Monitors metrics streams and alerts on statistically significant anomalies with low false positive rates.

Overview

Anomaly Detector applies statistical methods to your time-series data to find genuine anomalies while filtering out normal variation. It accounts for seasonality, correlates across related metrics, and provides confidence levels with every alert. When it flags something, it tells you exactly why and where to investigate.

Quick Start

mkdir -p ~/.openclaw/agents/anomaly-detector/agent
cp SOUL.md ~/.openclaw/agents/anomaly-detector/agent/
openclaw agents add anomaly-detector --workspace ~/.openclaw/agents/anomaly-detector

Use Cases

Request Output
"Analyze our API latency for the past week" Detected anomalies with timestamps, deviation magnitude, and likely causes
"Set up conversion rate monitoring" Detection config with seasonality adjustments and alert thresholds
"Is this traffic spike normal or an attack?" Statistical comparison against historical patterns with confidence level

Author

Created by @openclaw