fuuz-ml-telemetry

Build machine learning pipelines for industrial telemetry analysis on FUUZ.

3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Fuuz-Industrial-Intelligence/fuuz-skills --skill fuuz-ml-telemetry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fuuz-ml-telemetry
Source: https://github.com/Fuuz-Industrial-Intelligence/fuuz-skills/tree/main/fuuz-ml-telemetry
Command: npx skills add https://github.com/Fuuz-Industrial-Intelligence/fuuz-skills --skill fuuz-ml-telemetry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides patterns and best practices for building machine learning pipelines to analyze industrial telemetry data, enabling anomaly detection, predictive maintenance, and trend analysis on the FUUZ platform.

Core Features & Use Cases

  • Real-time Anomaly Detection: Implement EWMA baselines and Z-score alerts for immediate issue identification.
  • Predictive Analytics: Build forecast projections and breach predictions to anticipate future states.
  • Cross-Asset Correlation: Discover relationships between different industrial assets using Pearson correlation.
  • Use Case: Detect when a critical machine's temperature is trending upwards and predict when it will breach its safety limit, allowing for proactive maintenance.

Quick Start

Use the fuuz-ml-telemetry skill to build a real-time flow for EWMA baseline updates and Z-score anomaly detection.

Frequently Asked Questions about fuuz-ml-telemetry

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

FAQPage Schema
How do I implement real-time anomaly detection for industrial telemetry data?

Industrial telemetry anomaly detection is implemented using EWMA baselines and Z-score alerts to identify immediate issues. This approach monitors machine sensors to flag operating condition deviations instantly on the FUUZ platform.

How do I predict when a critical machine will breach its safety limit using telemetry?

Predicting safety limit breaches is achieved by building forecast projections from telemetry trends. This anticipates future states and schedules proactive maintenance before industrial assets exceed critical thresholds.

Can I use this machine learning pipeline for cross-asset correlation analysis?

Yes, cross-asset correlation analysis is supported using Pearson correlation to discover relationships between different industrial assets. This identifies how operational changes in one machine affect connected equipment.

Does the fuuz-ml-telemetry pipeline work within JavaScript runtime limitations?

The machine learning pipeline adheres to strict JavaScript runtime limitations while leveraging specific FUUZ data models and settings. This ensures robust telemetry analysis implementation without requiring external computational environments.

What is the best way to set up EWMA baseline updates for industrial telemetry?

The best way to set up EWMA baseline updates is to build a real-time flow within the FUUZ platform. This continuously recalculates expected telemetry values and feeds them into Z-score calculations for immediate anomaly detection.