Back to Registry
View Author Profile
Official Verified
pipeworx-disease
COVID-19 statistics — global totals, per-country breakdowns, historical trends, and vaccination data from disease.sh
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-diseaseOr
COVID-19 Statistics
Real-time and historical COVID-19 data from disease.sh. Pull global totals, per-country stats, time-series trends, and vaccination numbers. Data is aggregated from Johns Hopkins, Worldometers, and government sources.
Tools
| Tool | Description |
|---|---|
get_global_stats | Current global totals: cases, deaths, recovered, active, tests |
get_country_stats | Stats for a specific country by name or ISO code (e.g., "USA", "germany", "gb") |
get_historical | Time-series data for cases, deaths, and recovered over N days |
get_vaccine_stats | Vaccination totals — global or per country |
Use cases
- Answering questions about COVID-19 statistics for a specific country
- Charting pandemic trends over time
- Comparing vaccination rates across countries
- Historical research on pandemic impact
Example: Germany's COVID stats
curl -s -X POST https://gateway.pipeworx.io/disease/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_country_stats","arguments":{"country":"germany"}}}'
MCP config
{
"mcpServers": {
"pipeworx-disease": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/disease/mcp"]
}
}
}
Metadata
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-brucegutman-pipeworx-disease": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
brucegutman 4190
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
brucegutman 4190
Pipeworx Qrcode
Skill by brucegutman
brucegutman 4190
Pipeworx Rickmorty
Skill by brucegutman
brucegutman 4190
Pipeworx Sunrisesunset
Skill by brucegutman
brucegutman 4190