virus-monitor
Virus-Monitoring für Wien (Abwasser + Sentinel)
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/pasogott/virus-monitorvirus-monitor
Kombiniert mehrere österreichische Datenquellen für Virus-Monitoring:
Datenquellen
-
Nationales Abwassermonitoring (abwassermonitoring.at)
- SARS-CoV-2 Genkopien pro Einwohner/Tag
- Bundesländer-Daten inkl. Wien
-
MedUni Wien Sentinel System (viro.meduniwien.ac.at)
- Positivitätsraten für respiratorische Viren
- DINÖ (Diagnostisches Influenza Netzwerk Österreich)
- Wöchentliche Berichte
-
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ätmoderat- Erhöhte Aktivität, Aufmerksamkeit empfohlenerhöht- Deutlich erhöhte Aktivitäthoch- Starke Virus-Zirkulation
Dependencies
curl- HTTP requestsjq- 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-pasogott-virus-monitor": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
agent-health-diagnostics
Diagnose and fix the 4 most common OpenClaw agent failures — heartbeat spam, API rate limit cascades, channel death loops, and memory/embedding errors. Battle-tested across a 6-agent multi-host deployment.
kami-package-detection
A free skill by Kami SmartHome. Get notified the moment a package arrives at your door. Detects packages, parcels, and bags from RTSP camera streams using AI vision.
clinicaltrials-gov-parser
Monitor and summarize competitor clinical trial status changes from ClinicalTrials.gov. Trigger: When user asks to track clinical trials, monitor trial status changes, get updates on specific trials, or analyze competitor trial activities. Use cases: Pharma competitive intelligence, trial monitoring, status tracking, recruitment updates, completion alerts.
afrexai-observability-engine
Complete observability & reliability engineering system. Use when designing monitoring, implementing structured logging, setting up distributed tracing, building alerting systems, creating SLO/SLI frameworks, running incident response, conducting post-mortems, or auditing system reliability. Covers all three pillars (logs/metrics/traces), alert design, dashboard architecture, on-call operations, chaos engineering, and cost optimization.