nyc-landmarks

仓库创建 2026年3月2日最近提交 19 小时前SkillHot 收录 4 小时前
▸ 精选理由

快速判定地标与历史区影响,便于设计与审批前评估。

这个 Skill 做什么

检查建筑是否列为地标或位于历史保护区,判定LPC审查适用性。

查询纽约市建筑是否被列为个体地标或位于历史保护区,判断是否需要 LPC 审查。输入地址、BBL 或 BIN 即可,用在想确认改建、招投标或申请许可前的合规检查。只针对 NYC 的官方数据库,所以查别的城市要另找渠道。

▸ 展开 SKILL.md 英文原文

Check whether a NYC building is landmarked or in a historic district using LPC data. Use when the user asks "is this building landmarked", whether a site sits in a historic district, or whether LPC review applies. NYC only.

垂直行业地标保护历史区通用
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/nyc-landmarks/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/nyc-landmarks/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /as:nyc-landmarks — LPC Landmark & Historic District Check

Check if a NYC building is individually landmarked or within a historic district using the LPC Individual Landmark & Historic District Building Database. No API key required.

## Usage

```
/as:nyc-landmarks 120 Broadway, Manhattan
/as:nyc-landmarks 1000770001          (BBL)
/as:nyc-landmarks 1001389             (BIN)
```

## Steps 1–2: Parse Input & Resolve BBL

Read `../nyc-property-report/pluto-resolution.md` (shared by all 7 NYC due-diligence skills) and follow it: parse the input (address, BBL, or BIN) and resolve via PLUTO.

**This skill's extra:** also store `histdist` from PLUTO — used in Step 3.

## Step 3: Query LPC Data
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有