signal-radar

Monitor fleet telemetry data and report operational anomalies to Cosmos DB.

Updated May 30, 2026
One-click install
npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill signal-radar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: signal-radar
Source: https://github.com/InnerScopeHearing/otchealth-claude-tools/tree/main/skills/signal-radar
Command: npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill signal-radar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill monitors existing fleet telemetry data to identify and alert on potential operational anomalies before they become critical issues.

Core Features & Use Cases

  • Detector-Based Monitoring: Uses multiple detectors to watch for anomalies in the fleet's existing data sources.
  • Signal Reporting: Identifies and reports signals to a Cosmos DB container and routes high-severity signals to relevant agent inboxes.
  • Use Case: It can detect things like unexpected spikes in error rates, grant expiry issues, and outdated secrets, alerting the appropriate team member to investigate and resolve the issue.

Quick Start

Run the signal-radar skill with the 'scan' command to perform a scan and alert on any detected anomalies.

Frequently Asked Questions about signal-radar

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

FAQPage Schema
How do I monitor fleet telemetry data for operational anomalies?

You can monitor fleet telemetry data for operational anomalies by running detector-based scans against existing data sources, which identifies issues like error spikes or outdated secrets and routes alerts to relevant teams.

What is anomaly detection in fleet operations and when do I need it?

Anomaly detection in fleet operations involves scanning telemetry data to identify unexpected patterns before they become critical. You need it to proactively catch issues like error rate spikes or expiring secrets.

Do I need access to Cosmos DB to alert on fleet operational anomalies?

Yes, alerting on fleet operational anomalies requires access to a Cosmos DB signals container to store identified signals, alongside access to existing telemetry data sources like Sentry or PostHog for detection.

How do I run a scan for telemetry anomalies using Python?

To run a scan for telemetry anomalies, execute the scan command, which utilizes Python libraries to process telemetry data from connected sources, detects anomalies using multiple detectors, and reports high-severity signals.

Can I use Sentry and PostHog data sources for detecting unexpected error spikes?

Yes, you can use Sentry and PostHog as data sources for detecting unexpected error spikes. The monitoring system applies multiple detectors to watch existing fleet telemetry data from these platforms.

What's the best way to route high-severity signals to infrastructure and security teams?

The best way to route high-severity signals is to use detector-based monitoring that identifies anomalies in telemetry data and automatically routes critical alerts to the relevant agent inboxes for investigation.