Detect Anomalies Aiops
Skill Verifiziert AktivImplement AI-powered anomaly detection for operational metrics using time series analysis (Isolation Forest, Prophet, LSTM), alert correlation, and root cause analysis. Reduce alert fatigue by intelligently identifying true anomalies in system metrics, logs, and traces. Use when operations teams are overwhelmed by alert volume, when detecting complex multi-metric anomalies beyond static thresholds, when seasonal patterns make thresholds ineffective, or when needing to predict issues proactively before they impact users.
To reduce alert fatigue and proactively identify system issues by intelligently detecting anomalies in operational metrics, logs, and traces.
Funktionen
- AI-powered anomaly detection using time series analysis (Isolation Forest, Prophet, LSTM)
- Alert correlation and root cause analysis
- Reduction of false positives and alert fatigue
- Proactive issue prediction
- Continuous monitoring service deployment
Anwendungsfälle
- When operations teams are overwhelmed by alert volume
- Detecting complex multi-metric anomalies beyond static thresholds
- When seasonal patterns make thresholds ineffective
- Needing to predict issues proactively before they impact users
Nicht-Ziele
- Replacing all manual monitoring
- Detecting anomalies in non-time-series data
- Providing a general-purpose ML platform
Documentation
- info:READMEA README.md exists and provides a high-level overview of the project, but the SKILL.md frontmatter already serves as the primary description for this specific skill.
Protocol
- info:Idempotent retry & timeoutsWhile the Python code includes basic error handling and logging, explicit mention or implementation of idempotent operations, per-call timeouts, or statelessness is not detailed in the SKILL.md.
- info:Idempotent retry & timeoutsThe provided code does not explicitly detail idempotent operations or per-call timeouts for any remote calls.
- info:Idempotent retry & timeoutsThe provided code does not explicitly detail idempotent operations or per-call timeouts for any remote interactions.
Code Execution
- info:ValidationThe Python code includes data loading and preprocessing steps, but explicit use of a schema validation library for all inputs and outputs is not evident in the provided snippets.
Installation
/plugin install agent-almanac@pjt222-agent-almanacQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
TimesFM Forecasting
100Zero-shot time series forecasting with Google's TimesFM foundation model. Use for any univariate time series (sales, sensors, energy, vitals, weather) without training a custom model. Supports CSV/DataFrame/array inputs with point forecasts and prediction intervals. Includes a preflight system checker script to verify RAM/GPU before first use.
Trader Signal
99Generate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction
Alterlab Aeon
98Part of the AlterLab Academic Skills suite. This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
Azure Ai Anomalydetector Java
95Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate/multivariate anomaly detection, time-series analysis, or AI-powered monitoring.
Monitor Data Integrity
100Design and operate a data integrity monitoring programme based on ALCOA+ principles. Covers detective controls, audit trail review schedules, anomaly detection patterns (off-hours activity, sequential modifications, bulk changes), metrics dashboards, investigation triggers, and escalation matrix definition. Use when establishing a data integrity monitoring programme for GxP systems, preparing for inspections where data integrity is a focus area, after a data integrity incident requiring enhanced monitoring, or when implementing MHRA, WHO, or PIC/S guidance.
SHAP Model Interpretability
100Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing models, or implementing explainable AI. Works with tree-based models (XGBoost, LightGBM, Random Forest), deep learning (TensorFlow, PyTorch), linear models, and any black-box model.