anomaly-detector

Monitor business metric streams and alert on abnormal patterns.

1|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/huifer/Shopilot --skill anomaly-detector-huifer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anomaly-detector
Source: https://github.com/huifer/Shopilot/tree/main/skills/anomaly-detector
Command: npx skills add https://github.com/huifer/Shopilot --skill anomaly-detector-huifer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Anomaly detection and alerting for irregular patterns in key business metrics across sales, traffic, conversion, and inventory.

Core Features & Use Cases

  • Real-time monitoring of sales, traffic, and conversion indicators with automated alerts.
  • Root-cause analysis and structured anomaly reports to speed up remediation.
  • Use cases include sudden sales spikes, traffic drops, or conversion funnel irregularities.

Quick Start

Run the anomaly detector in real-time mode to begin monitoring key metrics and triggering alerts.

Frequently Asked Questions about anomaly-detector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect anomalies in real-time business metrics like sales and traffic?

Real-time anomaly detection monitors data streams for abnormal patterns in sales, traffic, conversion, and inventory metrics, triggering automated alerts when irregularities are identified. It applies statistical and machine learning methods to enable immediate notification of sudden spikes or drops.

What anomaly detection methods are available for monitoring e-commerce conversion funnels?

Anomaly detection methods for e-commerce conversion monitoring include statistical rules like 3σ, Z-score, and IQR, alongside machine learning models such as isolation forests, LSTM, and autoencoders. These configurable approaches identify sudden funnel irregularities and traffic drops.

Can I perform root-cause analysis on sudden traffic drops and sales spikes?

Yes, root-cause analysis is supported for sudden traffic drops and sales spikes through structured anomaly reports. These reports correlate abnormal patterns across monitored business metrics to speed up remediation by identifying underlying factors triggering the alert.

How do I set up automated alerting for abnormal inventory patterns?

Automated alerting for abnormal inventory patterns is configured by defining thresholds for monitored data streams. The alerting pipeline triggers notifications when inventory metrics deviate from historical baselines, enabling real-time monitoring of stock irregularities.

When should I use isolation forests versus Z-score for business metric anomaly detection?

Use Z-score, 3σ, or IQR for baseline statistical threshold monitoring of simple metric deviations. Apply isolation forests, LSTM, or autoencoders when detecting complex, non-linear abnormal patterns in high-dimensional business metrics like sales and traffic data.

Does anomaly detection support historical analysis of e-commerce metrics?

Yes, anomaly detection supports historical analysis of e-commerce metrics by evaluating past data streams alongside real-time monitoring. This historical context helps identify abnormal patterns in sales, traffic, and inventory over time and improves root-cause analysis accuracy.