gov-disaster-intel — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited gov-disaster-intel (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Real-time disaster monitoring from FEMA, NOAA, and USGS.
mcporter add gov-disasters --url https://natural-disaster-intel-mcp.apify.actor/mcp --transport streamable-httpOr add to your OpenClaw MCP config (~/.openclaw/mcp.json):
{
"servers": {
"gov-disasters": {
"url": "https://natural-disaster-intel-mcp.apify.actor/mcp",
"transport": "streamable-http"
}
}
}disaster_search_fema_declarationsSearch FEMA disaster declarations by state, incident type, and date range. Returns official federal disaster records.
Show FEMA disaster declarations for California
Any hurricane declarations in Florida this year?Parameters: states (array, e.g. ["CA","NY"]), incidentTypes (array, e.g. ["Hurricane","Flood"]), dateStart, dateEnd, limit
disaster_get_weather_alertsGet active NOAA/NWS weather alerts by state, severity, and event type. Real-time warnings, watches, and advisories.
Show severe weather alerts for Texas
Any tornado warnings active right now?Parameters: states (array), severity (Minor/Moderate/Severe/Extreme), event, limit
disaster_search_earthquakesSearch USGS earthquake data by magnitude, date range, and alert level. Returns seismic events worldwide.
Show earthquakes above magnitude 5 in the last week
Any significant earthquakes near California?Parameters: minMagnitude (0-10), maxMagnitude, startDate, endDate, alertLevel (green/yellow/orange/red), limit
All data from free US government APIs. Zero cost. No API keys required.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.