From neighborhood
Use when a user asks about crime data, crime maps, neighborhood safety, crime reports, incident data, crime statistics, local crime, safety of an area, "is this zip code safe", "what crimes happened near me", crime trends, or safety assessments for any U.S. zip code. Queries live crime incidents, statistics, alerts, and interactive maps using the neighborhood MCP tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/neighborhood:crime-dataThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query, interpret, and present crime data for U.S. zip codes using the neighborhood MCP tools.
Query, interpret, and present crime data for U.S. zip codes using the neighborhood MCP tools.
These are MCP tools — call them directly by name. Do NOT write scripts or simulate calls.
| Tool | Purpose | Required Args | Optional Args |
|---|---|---|---|
get_incidents | Raw incident points as GeoJSON | zipCode | radius (mi, default 5), sources (arcgis/fbi/news), days (default 30) |
get_crime_stats | Aggregated counts, severity, trends | zipCode | days (default 30) |
get_alerts | Recent news and RSS crime alerts | zipCode | keywords |
get_map_html | Interactive Leaflet map rendered inline | zipCode | radius (mi, default 5), days (default 30) |
list_sources | Status of all data sources | none | none |
Three sources are available:
| Source | Best For | Notes |
|---|---|---|
| ArcGIS | Official city/county GIS crime data | Dynamic service discovery per location |
| FBI | Annual/historical crime statistics | Requires FBI_API_KEY env var; slow, historical only |
| News RSS | Breaking crime news and alerts | Google News + Patch.com feeds |
| User Wants | Tools to Call |
|---|---|
| Crime map | get_map_html — renders inline via MCP Apps |
| Recent incidents | get_incidents with days: 7-14 |
| Full safety report | get_map_html + get_crime_stats + get_alerts |
| Crime trends | get_crime_stats with days: 90 or 365 |
| Just the news | get_alerts |
| Compare two areas | Run get_crime_stats for each zip, compare side-by-side |
get_map_html is an MCP App tool. The interactive Leaflet map renders directly in the chat via a sandboxed iframe. You do NOT need to:
Just call get_map_html and the host renders it automatically. The tool also returns a text summary for the model.
get_incidentsEach feature has: id, type, description, date, address, source, severity, url. Summarize — don't dump raw JSON.
get_crime_statsReturns: countByType, severityBreakdown (high/medium/low), trend (increasing/decreasing/stable), totalIncidents.
Both get_incidents and get_crime_stats include sourceErrors. Always check it. If sources failed, tell the user which ones are missing.
| Severity | Crime Types |
|---|---|
| high | Homicide, assault, robbery, rape, shooting, carjacking, kidnapping |
| medium | Burglary, theft, auto theft, vandalism, arson, fraud |
| low | News items, alerts, unclassified reports |
radius: 5 miles (increase to 10 for rural areas with sparse data)days: 30sources: all available (restrict only when the use case calls for it)If fewer than 5 incidents returned, offer to expand radius or time window.
npx claudepluginhub rohenaz/claude-plugins --plugin neighborhoodAssesses travel safety risks and establishes personal safety protocols using US State Department STEP enrollment, OSAC reports, and systematic risk assessment. Useful for pre-trip planning and crisis response.
Queries public statistical data from Data Commons (demographics, economics, health, environment) via the Python API v2. Use for population, GDP, unemployment, disease prevalence, and geographic entity resolution.
Analyzes ransomware data leak sites (DLS) to track victim postings, extract threat intelligence on group tactics, and assess sector-specific risks for defense.