A powerful integration for monitoring US air quality indices and searching government foreclosure listings without requiring API keys.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gov-environment
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gov-environment using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Environmental & Housing Intel is a dedicated data retrieval skill that connects AI agents to live US government databases. By leveraging this tool within your Openclaw Skills library, you can programmatically access Environmental Protection Agency (EPA) AirNow data and Department of Housing and Urban Development (HUD) property listings.
This skill is built for developers, researchers, and real estate professionals who require reliable public sector intelligence. It simplifies the process of gathering environmental health metrics and housing market data by providing a clean interface for complex government APIs, all while maintaining a zero-cost, keyless architecture.
You can quickly add this to your environment using mcporter:
mcporter add gov-env --url https://environmental-compliance-mcp.apify.actor/mcp --transport streamable-http
Alternatively, manually update your Openclaw Skills configuration in ~/.openclaw/mcp.json with the following block:
{
"servers": {
"gov-env": {
"url": "https://environmental-compliance-mcp.apify.actor/mcp",
"transport": "streamable-http"
}
}
}
The skill returns structured JSON data from two primary government sources:
| Source | Data Attributes | Primary Filters |
|---|---|---|
| EPA AirNow | AQI, Pollutant type, Category level, State | states, minAqi, maxAqi, parameters |
| HUD | Listing price, Zip code, Bedroom count, State | state, zipCode, minPrice, maxPrice |
Loading
A real-time monitoring suite providing direct access to official FEMA, NOAA, and USGS disaster data for AI agents.

A specialized MCP server providing real-time, multi-source vulnerability intelligence from NIST, CISA, and MITRE without requiring API keys.

A specialized tool for searching US federal court opinions, dockets, and judicial records directly within your AI workflow.

A comprehensive toolset for searching SAM.gov contract opportunities, federal spending awards, and registered government entities.

A specialized integration providing programmatic access to official US government financial, labor, and agricultural data.

A powerful tool to search and filter federal funding opportunities from Grants.gov directly within your AI agent environment.








































