virus-monitor

Virus-Monitoring für Wien (Abwasser + Sentinel)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "virus-monitor" with this command: npx skills add pasogott/virus-monitor

virus-monitor

Kombiniert mehrere österreichische Datenquellen für Virus-Monitoring:

Datenquellen

  1. Nationales Abwassermonitoring (abwassermonitoring.at)

    • SARS-CoV-2 Genkopien pro Einwohner/Tag
    • Bundesländer-Daten inkl. Wien
  2. MedUni Wien Sentinel System (viro.meduniwien.ac.at)

    • Positivitätsraten für respiratorische Viren
    • DINÖ (Diagnostisches Influenza Netzwerk Österreich)
    • Wöchentliche Berichte
  3. AGES Abwasser Dashboard (abwasser.ages.at)

    • SARS-CoV-2, Influenza, RSV
    • Österreichweit

Usage

# Alle Daten als JSON
virus-monitor

# Nur bestimmte Quelle
virus-monitor --source abwasser
virus-monitor --source sentinel
virus-monitor --source ages

Output

{
  "timestamp": "2026-01-09T00:37:00Z",
  "status": "erhöht",
  "sources": {
    "abwasser": { ... },
    "sentinel": { ... },
    "ages": { ... }
  },
  "summary": {
    "wien": {
      "sars_cov_2": "...",
      "influenza": "...",
      "rsv": "..."
    }
  }
}

Status-Levels

  • niedrig - Normale saisonale Aktivität
  • moderat - Erhöhte Aktivität, Aufmerksamkeit empfohlen
  • erhöht - Deutlich erhöhte Aktivität
  • hoch - Starke Virus-Zirkulation

Dependencies

  • curl - HTTP requests
  • jq - JSON processing
  • Standard Unix tools (awk, grep, sed)

Notes

  • Abwasserdaten haben ~1-2 Wochen Verzögerung
  • Sentinel-Daten werden wöchentlich aktualisiert (Freitags)
  • AGES Dashboard ist eine Shiny-App (dynamisch)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Pi Health

Raspberry Pi health monitor. Check CPU temperature, throttling status, voltage levels, memory/disk usage, fan RPM, overclock detection, and power issues. Use when monitoring Pi health, diagnosing thermal throttling, checking for under-voltage, or verifying system stability on any Raspberry Pi (Pi 3/4/5, arm64/armhf).

Registry SourceRecently Updated
1K0Profile unavailable
General

API Health Checker

Tests API endpoints by sending requests, validating responses, measuring performance, handling authentication, and generating detailed health reports.

Registry SourceRecently Updated
4280Profile unavailable
Automation

OpenClaw Health Guardian

Monitors OpenClaw Gateway on macOS, auto-restarts on failure with 180s cooldown and max 5 restarts/hour to prevent restart loops.

Registry SourceRecently Updated
160Profile unavailable
Coding

Server Health Agent

Monitor VPS and server health metrics including real-time CPU usage, RAM utilization, disk usage, and Docker container status. Useful for DevOps monitoring,...

Registry SourceRecently Updated
6270Profile unavailable