NYC Property Report
A Claude Code skill that runs all 6 NYC property data lookups — landmarks, DOB permits, violations, ACRIS records, HPD, and BSA variances — and produces a comprehensive markdown report.
What it does
Provide an address, BBL, or BIN and get a comprehensive property report. The skill runs all 6 NYC property data lookups in sequence — landmarks, DOB permits, DOB violations, ACRIS records, HPD data, and BSA variances — then writes a structured markdown file with key findings summarized at the end. If any domain query fails, it notes the error and continues with the remaining domains.
Skills included
This skill orchestrates all 6 standalone NYC property skills. Each can also be run independently:
| Skill | What it covers |
|---|---|
/nyc-landmarks | LPC landmark & historic district check |
/nyc-dob-permits | DOB permit & filing history (Legacy BIS + DOB NOW) |
/nyc-dob-violations | DOB & ECB violations with open violation flags |
/nyc-acris | ACRIS property records (deeds, mortgages, liens) |
/nyc-hpd | HPD violations, complaints & registration (residential only) |
/nyc-bsa | BSA variances & special permits |
Report sections
- Property Identification — BBL, BIN, building class, zoning, year built, lot area, owner
- Landmark Status — landmarked, historic district, or not designated
- DOB Permits & Filings — grouped by job type (NB, A1, A2/A3, DM)
- DOB Violations — open violations flagged, ECB penalties totaled
- Property Records (ACRIS) — deeds, mortgages, other recorded documents
- HPD — registration, open violations by class, complaints (residential only)
- BSA — variances and special permits
Pair with /zoning-analysis-nyc for the complete property and zoning picture.
Sample output
Generated from: /nyc-property-report 120 Broadway, Manhattan
Property report written: property-120-broadway.md
Key findings:
- Landmark: Not designated (adjacent to Fulton–Nassau Historic District)
- DOB Permits: 23 found (5 DOB NOW, 18 legacy). 1 active filing.
- Open Violations: 1 (elevator safety — $10,000 ECB penalty pending)
- Owner: Silverstein Properties LLC (per ACRIS deed 2018-06-15, $815M)
- HPD: N/A (commercial building, Class O5)
- BSA: 1 approved variance (2007, parking)
Full report: property-120-broadway.md (7 sections, 120 data points)
Run /zoning-analysis-nyc for zoning data, or /nyc-due-diligence for the full package.