skills$openclaw/virus-monitor
pasogott1.2k

by pasogott

virus-monitor – OpenClaw Skill

virus-monitor is an OpenClaw Skills integration for data analytics workflows. Virus-Monitoring für Wien (Abwasser + Sentinel)

1.2k stars1.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namevirus-monitor
descriptionVirus-Monitoring für Wien (Abwasser + Sentinel) OpenClaw Skills integration.
ownerpasogott
repositorypasogott/virus-monitor
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @pasogott/virus-monitor
last updatedFeb 7, 2026

Maintainer

pasogott

pasogott

Maintains virus-monitor in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
280 B
SKILL.md
1.6 KB
SKILL.md

name: virus-monitor version: 0.1.0 description: Virus-Monitoring für Wien (Abwasser + Sentinel) author: ClaudeBot tags: [health, vienna, monitoring, covid, influenza, rsv]

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)
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

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

FAQ

How do I install virus-monitor?

Run openclaw add @pasogott/virus-monitor in your terminal. This installs virus-monitor into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/pasogott/virus-monitor. Review commits and README documentation before installing.