← 返回 Skills 市场
martc03

Gov Environment

作者 Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
372
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gov-environment
功能描述
EPA air quality data and HUD foreclosure listings. 2 tools for environmental and housing intelligence.
使用说明 (SKILL.md)

Environmental & Housing Intel

Real-time EPA air quality data and HUD foreclosure listings.

Setup

mcporter add gov-env --url https://environmental-compliance-mcp.apify.actor/mcp --transport streamable-http

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

{
  "servers": {
    "gov-env": {
      "url": "https://environmental-compliance-mcp.apify.actor/mcp",
      "transport": "streamable-http"
    }
  }
}

Available Tools

env_get_air_quality

Get EPA AirNow air quality data by state, AQI range, and pollutant type.

Show air quality for California
Any unhealthy air quality readings right now?

Parameters: states (array), minAqi, maxAqi, categories (array), parameters (array), limit

env_search_hud_foreclosures

Search HUD foreclosure listings by state, zip code, price range, and bedrooms.

Show HUD foreclosures in Texas
Find foreclosures under $100,000 in Florida

Parameters: state, zipCode, minPrice, maxPrice, bedrooms, limit

Data Sources

  • EPA AirNow — Environmental Protection Agency (air quality index)
  • HUD — Department of Housing and Urban Development (foreclosure listings)

Use Cases

  • Air quality monitoring
  • Health and safety planning
  • Real estate investment research
  • Environmental compliance tracking

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

安全使用建议
This skill appears to provide the advertised EPA/HUD data, but it does so by instructing your agent to add a third-party MCP endpoint (environmental-compliance-mcp.apify.actor). Before installing, verify the external service: review the referenced GitHub repo and the apify actor, confirm you trust that endpoint, and understand what data will be sent there. If you prefer not to route queries through a proxy, consider implementing a skill that calls the official EPA/HUD APIs directly or run the mcporter command manually and inspect `~/.openclaw/mcp.json` before accepting the change. If you handle sensitive prompts or PII, avoid registering unknown external MCP servers or sandbox network access while you vet the service.
功能分析
Type: OpenClaw Skill Name: gov-environment Version: 1.0.0 The skill bundle consists of metadata and a markdown file describing two tools and their setup. It instructs the OpenClaw agent to connect to an external service hosted on `apify.actor` via `mcporter`. There is no executable code, no evidence of prompt injection in `SKILL.md`, and no indicators of data exfiltration, malicious execution, persistence, or obfuscation within the provided files. The reliance on an external service is central to the skill's stated purpose and does not, by itself, indicate malicious intent.
能力评估
Purpose & Capability
The name/description (EPA air quality + HUD foreclosures) matches the declared tools and parameters. Requesting the mcporter binary is coherent if the agent needs to register MCP servers. However the skill routes calls through a third-party MCP server (environmental-compliance-mcp.apify.actor) rather than calling government APIs directly; that proxying is not explained and is notable.
Instruction Scope
SKILL.md tells the agent to run `mcporter add ...` or to edit `~/.openclaw/mcp.json` to add the remote server. The instructions therefore modify a user config file and will direct queries to an external apify.actor endpoint. The skill does not instruct reading any unrelated local files or env vars, but the implicit change to the MCP config (a user-level config path) is not declared in the skill metadata and may persistently redirect agent traffic.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is written by the skill itself. That is the lowest-risk install model. The only runtime dependency declared is the mcporter binary, which is reasonable for registering MCP servers.
Credentials
No environment variables or credentials are requested, which is appropriate. However, the skill's runtime relies on a remote third-party MCP service (apify.actor) to fulfill queries; this means user queries and potentially query context will be sent to that external host — a privacy/consent consideration even though no secrets are requested.
Persistence & Privilege
The SKILL.md explicitly shows adding an entry to `~/.openclaw/mcp.json`, which will persistently register a remote server for future agent runs. The skill itself does not request always:true or system-level privileges, but it does instruct a persistent modification to the user's agent config. That persistent registration increases the blast radius if the remote endpoint is untrusted.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gov-environment
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gov-environment 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
gov-environment 1.0.0 - Initial release providing two tools: real-time EPA AirNow air quality data and HUD foreclosure listing search. - Query air quality by state, AQI, and pollutant; search HUD foreclosure listings by location, price, and bedrooms. - Simple setup via mcporter or OpenClaw MCP configuration. - Uses free US government data sources—no API keys required.
元数据
Slug gov-environment
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Gov Environment 是什么?

EPA air quality data and HUD foreclosure listings. 2 tools for environmental and housing intelligence. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 372 次。

如何安装 Gov Environment?

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

Gov Environment 是免费的吗?

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

Gov Environment 支持哪些平台?

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

谁开发了 Gov Environment?

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

💬 留言讨论