ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

virus-monitor

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/pasogott/virus-monitor
Or

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)

Metadata

Author@pasogott
Stars1217
Views0
Updated2026-02-20
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-pasogott-virus-monitor": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#health#vienna#monitoring#covid#influenza#rsv
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills