.github/skills/fleet-intelligence/SKILL.md
Monitor robot fleet telemetry via Azure IoT Operations, drift detection, Grafana dashboards, and Fabric analytics
npx skillsauth add microsoft/physical-ai-toolchain fleet-intelligenceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Monitor and analyze deployed robot fleet telemetry — IoT Operations data collection, Grafana dashboards, drift detection, and Fabric Real-Time Intelligence analytics.
| Requirement | Purpose |
|-------------|---------|
| Azure IoT Operations | Edge telemetry collection |
| Azure Event Hubs | Cloud telemetry ingestion |
| Grafana | Fleet dashboards and alerting |
| Microsoft Fabric | Real-Time Intelligence KQL analytics |
| az CLI | Azure authentication |
| kubectl | Cluster access for IoT Operations |
Deploy fleet intelligence components in order:
fleet-intelligence/setup/deploy-iot-operations.sh
fleet-intelligence/setup/deploy-telemetry-pipeline.sh
fleet-intelligence/setup/deploy-dashboards.sh
fleet-intelligence/setup/deploy-fabric-rti.sh
| Schema | Path | Description |
|--------|------|-------------|
| Policy Execution | telemetry/schemas/policy-execution.schema.json | Inference metrics and action outputs |
| Robot Health | telemetry/schemas/robot-health.schema.json | Hardware status and connectivity |
Drift detection monitors deployed policies for performance degradation. When drift exceeds configured thresholds, retraining triggers initiate automated training pipelines.
| Component | Path | Description |
|-----------|------|-------------|
| Detection | drift/detection/ | Statistical tests against training baselines |
| Alerting | drift/alerting/ | Threshold evaluation and notification routing |
| Triggers | drift/triggers/ | Automated retraining pipeline launching |
| File | Description |
|------|-------------|
| fleet-intelligence/README.md | Domain overview |
| fleet-intelligence/telemetry/routing/edge-to-eventhub.yaml | Edge-to-cloud routing config |
| fleet-intelligence/dashboards/grafana/fleet-overview.json | Grafana dashboard definition |
| fleet-intelligence/dashboards/fabric/fleet-kql-queries.kql | Fabric KQL analytics queries |
devops
Generate synthetic training data using NVIDIA Cosmos world foundation models for SDG pipelines
tools
Submit, monitor, analyze, and evaluate LeRobot imitation learning training jobs on OSMO with Azure ML MLflow integration and inference evaluation - Brought to you by microsoft/physical-ai-toolchain
tools
Deploy and manage Azure infrastructure for the Physical AI Toolchain including Terraform IaC, Kubernetes setup, GPU configuration, and network topology
tools
Deploy trained robot policies to edge fleets via FluxCD GitOps, image automation, and deployment gating