Use when the user mentions flood zone, flood risk, FEMA, SFHA, floodplain, property due diligence, natural hazard disclosure, flood insurance, base flood elevation, or asks whether a property is in a flood zone.
Scanned 5/27/2026
Install via CLI
openskills install FDU-INS/Insurance-Skills---
name: flood-zone-lookup
description: Use when the user mentions flood zone, flood risk, FEMA, SFHA, floodplain, property due diligence, natural hazard disclosure, flood insurance, base flood elevation, or asks whether a property is in a flood zone.
version: 1.0.0
---
# Flood Zone Lookup
Query FEMA's National Flood Hazard Layer to determine the flood zone designation for any US street address.
## When to Use
- User asks about flood risk for a property
- User is doing property due diligence and needs hazard info
- User mentions FEMA, SFHA, flood insurance, or floodplain
- User wants to know if a property needs flood insurance
## How to Use
1. Get the street address from the user (ask if not provided)
2. Call the `query_flood_zone` tool with the full address (include city, state, zip)
3. Interpret results using the guide below
## Interpreting Results
| Field | Meaning |
|-------|---------|
| `zone` | FEMA flood zone code (e.g. AE, X, VE) |
| `zoneName` | Plain English description of the zone |
| `sfha` | `true` = Special Flood Hazard Area (federally regulated) |
| `riskLevel` | `high`, `moderate`, or `minimal` |
| `bfe` | Base Flood Elevation in feet (only for zones with BFE data) |
### Risk Level Guidance
- **High (SFHA zones: A, AE, AH, AO, AR, A99, V, VE):** Mandatory flood insurance if federally-backed mortgage. Located in the 100-year floodplain (1% annual chance of flooding). Coastal V/VE zones have additional wave action hazard.
- **Moderate (X Shaded, B, D):** 500-year floodplain or undetermined. Insurance not required but recommended. Preferred Risk policies are typically cheaper.
- **Minimal (X, C):** Outside mapped flood areas. Lowest risk. Insurance optional but available.
### Key Talking Points
- SFHA = mandatory flood insurance for federally-backed mortgages (FHA, VA, conventional with Fannie/Freddie)
- Zone AE is the most common high-risk zone — it means FEMA has mapped the base flood elevation
- Zone X is the most common minimal-risk zone
- FEMA maps are updated periodically — check the map effective date for currency
- Even minimal-risk zones can flood (25% of flood claims come from low-risk areas)
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Run a single Terminal-Bench problem through Paperclip in a bounded, human-in-the-loop improvement cycle until the smoke passes, the board rejects the next fix, the iteration budget is exhausted, or a real blocker is named. Each iteration runs a bounded smoke against an isolated Paperclip App worktree, captures artifacts, diagnoses the exact stop point with `/diagnose-why-work-stopped`, requests board confirmation before any product fix, then reruns against the same worktree. Use whenever an i...