What problem does it solve?
Investigating odd device metrics, approving firmware canary rollouts, and triaging fleet-wide health alerts requires a fast, repeatable way to spot abnormal telemetry. This Skill runs Z-score anomaly detection on a device's recent telemetry and classifies what it finds.
Core Features & Use Cases
- Z-score anomaly detection: Runs statistical detection over a device's recent telemetry via the Cognitum IoT CLI.
- Anomaly classification: Identifies spike, flatline, drift, oscillation, pattern-break, and cluster-outlier anomaly types.
- Quarantine recommendation: Recommends quarantining a device when the anomaly score exceeds 0.9.
- Pattern learning: Stores detected anomaly patterns in persistent memory for future reference.
- Use Case: Before advancing a firmware canary, run detection on a target device to confirm its telemetry is clean, or triage a fleet health alert by classifying the anomaly type on the affected device.
Quick Start
Ask the assistant to run anomaly detection on device DEVICE_ID and report the detected anomaly types and scores.