← 返回 Skills 市场
Pipeworx disease
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
119
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-disease
功能描述
COVID-19 statistics — global totals, per-country breakdowns, historical trends, and vaccination data from disease.sh
使用说明 (SKILL.md)
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"]
}
}
}
安全使用建议
This skill appears coherent for fetching COVID-19 data, but it relies on a third‑party gateway (gateway.pipeworx.io) and the MCP config references running `npx mcp-remote@latest` which would download and execute code from npm. Before installing, confirm you trust pipeworx.io and the gateway endpoint, and be aware that any data you send to those endpoints (including parameters and possibly parts of the conversation, depending on invocation) will go to that external service. If you want to avoid running remote npm code, do not execute the MCP npx command and prefer direct HTTP calls (curl) to a trusted API endpoint.
功能分析
Type: OpenClaw Skill
Name: pipeworx-disease
Version: 1.0.0
The skill bundle provides COVID-19 statistics by interfacing with a remote MCP gateway (gateway.pipeworx.io) that aggregates data from disease.sh. It uses standard tools like curl and the mcp-remote utility to fetch global and country-specific pandemic data, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the actions: the SKILL.md instructs the agent to query a remote disease data service (disease.sh via a pipeworx gateway) and exposes country/global/historical/vaccine tools. The single required binary (curl) is reasonable for calling the remote endpoint.
Instruction Scope
Instructions stay within the purpose (fetch COVID statistics). They show example JSON-RPC calls to https://gateway.pipeworx.io/disease/mcp and provide an MCP config. They do not ask the agent to read local files or unrelated environment variables. However, the MCP config suggests using `npx -y mcp-remote@latest`, which would download and run code from npm if used — this is not declared as a required binary and expands runtime behavior beyond plain HTTP calls.
Install Mechanism
No install spec and no code files — lowest-risk deployment model. The only runtime network activity shown is HTTP POSTs to a named gateway and an optional npx invocation in the MCP config. There are no archive downloads or custom install URLs in the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a read-only stats-fetching integration.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill configuration. It does not ask to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-disease - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-disease触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx disease 是什么?
COVID-19 statistics — global totals, per-country breakdowns, historical trends, and vaccination data from disease.sh. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。
如何安装 Pipeworx disease?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-disease」即可一键安装,无需额外配置。
Pipeworx disease 是免费的吗?
是的,Pipeworx disease 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx disease 支持哪些平台?
Pipeworx disease 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx disease?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills