← 返回 Skills 市场
martc03

Gov Public Health

作者 Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
491
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gov-public-health
功能描述
CDC open data and WHO global health indicators. 3 tools for public health intelligence.
使用说明 (SKILL.md)

Public Health Intel

Access CDC open data and WHO Global Health Observatory indicators.

Setup

mcporter add gov-health --url https://public-health-mcp.apify.actor/mcp --transport streamable-http

Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):

{
  "servers": {
    "gov-health": {
      "url": "https://public-health-mcp.apify.actor/mcp",
      "transport": "streamable-http"
    }
  }
}

Available Tools

health_get_cdc_data

Query CDC Open Data using the Socrata SODA API. Access datasets on disease surveillance, vaccinations, mortality, and more.

Get CDC COVID-19 surveillance data
Query CDC dataset for vaccination rates

Parameters: datasetId (default "g4ie-h725"), query (SoQL where clause), limit, offset, orderBy

health_get_who_indicator

Query WHO Global Health Observatory indicators by country and year.

Get life expectancy data for Japan
Show WHO malaria incidence for Nigeria

Parameters: indicatorCode (default "WHOSIS_000001"), country (3-letter ISO code), year, limit

health_list_who_indicators

List available WHO GHO indicators. Search by keyword to find the right indicator code.

Search WHO indicators for tuberculosis
List available WHO health indicators

Parameters: search, limit

Data Sources

  • CDC — Centers for Disease Control and Prevention (open data via Socrata)
  • WHO GHO — World Health Organization Global Health Observatory

Use Cases

  • Disease surveillance monitoring
  • Global health research
  • Public health policy analysis
  • Epidemiological data access

All data from free government APIs. Zero cost. No API keys required.

安全使用建议
This skill appears to be a connector that routes queries to a third‑party MCP server hosted on apify.actor. Before installing: 1) Verify the mcporter binary source and install it from a trusted repository (the skill gives no install instructions). 2) Confirm you trust https://public-health-mcp.apify.actor/mcp — tool calls (and likely surrounding prompt/context) will be relayed there; ask the author how requests, responses, and logs are handled and retained. 3) Note the SKILL.md suggests modifying ~/.openclaw/mcp.json even though the registry listed no required config paths — double‑check what will be written and back up your config first. 4) Test with non‑sensitive queries only. If you need stronger assurance, request the MCP server source or host control information (or prefer a skill that queries CDC/WHO APIs directly without an intermediary).
功能分析
Type: OpenClaw Skill Name: gov-public-health Version: 1.0.0 The skill bundle defines a set of tools for accessing public health data from CDC and WHO. The `SKILL.md` file provides instructions for configuring an OpenClaw MCP server via `mcporter add` pointing to `https://public-health-mcp.apify.actor/mcp`. While this involves an external service, it is a standard configuration step for OpenClaw skills and does not contain any evidence of intentional malicious behavior such as data exfiltration, arbitrary code execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's operation beyond its stated purpose. All instructions and tool descriptions align with the benign goal of querying public health data.
能力评估
Purpose & Capability
Name/description (CDC + WHO data) matches the instructions, which add an MCP server that presumably proxies those APIs. Requiring the mcporter binary is plausible for registering an MCP server. Minor inconsistency: the SKILL.md tells you how to edit ~/.openclaw/mcp.json, but the registry listed no required config paths.
Instruction Scope
Runtime instructions tell the user/agent to add a remote MCP server at https://public-health-mcp.apify.actor/mcp (via mcporter or by editing ~/.openclaw/mcp.json). That means tool invocations will be routed to a third‑party endpoint. SKILL.md does not state what data is forwarded or retained, nor does it limit what context is sent, so sensitive information could be sent to the remote host.
Install Mechanism
This is instruction‑only (no install spec), which lowers file/write risk. However the skill requires the mcporter binary but provides no install instructions or source for mcporter; the user must obtain a trusted mcporter binary for the skill to function.
Credentials
The skill requests no environment variables or credentials, which is proportionate to querying public CDC/WHO data. However, lack of declared secrets does not prevent the remote MCP server from receiving whatever query and context the agent forwards.
Persistence & Privilege
always is false and the skill does not ask for system-wide modifications beyond optionally editing the user MCP config. It does not request elevated persistence privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gov-public-health
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gov-public-health 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Version 1.0.0 of gov-public-health - Initial release providing access to CDC open data and WHO Global Health Observatory indicators. - Includes 3 tools: query CDC datasets, query WHO indicators, and list WHO health indicators. - Simple setup instructions for integration with OpenClaw MCP. - All features use free, no-key-required government APIs for public health intelligence.
元数据
Slug gov-public-health
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Gov Public Health 是什么?

CDC open data and WHO global health indicators. 3 tools for public health intelligence. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 491 次。

如何安装 Gov Public Health?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gov-public-health」即可一键安装,无需额外配置。

Gov Public Health 是免费的吗?

是的,Gov Public Health 完全免费(开源免费),可自由下载、安装和使用。

Gov Public Health 支持哪些平台?

Gov Public Health 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gov Public Health?

由 Martin(@martc03)开发并维护,当前版本 v1.0.0。

💬 留言讨论