/install india-location-normalizer
India Location Normalizer
Resolve messy India locality aliases into canonical location fields without side effects.
Quick Triggers
- Normalize Mumbai/Pune location aliases from extracted leads.
- Map PCMC and Hinjewadi variants to canonical localities.
- Resolve Mumbai shorthand like
Scruz,Khar,Andheri W,Turner Road,Carter Road. - Standardize locality names before scoring or storage.
Recommended Chain
message-parser -> lead-extractor -> india-location-normalizer -> sentiment-priority-scorer
Target KPI for production tuning: improve canonical Mumbai/Pune locality resolution versus extractor-only baseline.
Execute Workflow
- Accept lead-location payload from Supervisor.
- Validate input against
references/location-normalizer-input.schema.json. - Use
references/india-location-aliases-v1.jsonas the authoritative lookup map. - Match in this order:
- exact alias match (case-insensitive)
- token-normalized alias match (trim punctuation, collapse spaces)
- conservative fuzzy match only when clearly unambiguous
- Return one normalized location record per input lead with:
citylocality_canonicalmicro_marketmatched_aliasconfidenceunresolved_flag
- Validate output against
references/location-normalizer-output.schema.json.
Enforce Boundaries
- Never parse raw chat exports.
- Never extract non-location entities.
- Never write to Google Sheets, databases, or files.
- Never send messages or trigger external channels.
- Never auto-resolve low-confidence ambiguous aliases.
Handle Ambiguity
- If multiple localities match equally, set
unresolved_flag: true. - If no confident match exists, preserve input in
matched_aliasand mark unresolved. - Prefer false-negative over false-positive for city/locality assignment.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install india-location-normalizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/india-location-normalizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
India Location Normalizer RE-India 是什么?
Normalize Indian real-estate location text into canonical city and locality fields (Mumbai and Pune v1) with confidence and unresolved flags. Use when leads... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 504 次。
如何安装 India Location Normalizer RE-India?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install india-location-normalizer」即可一键安装,无需额外配置。
India Location Normalizer RE-India 是免费的吗?
是的,India Location Normalizer RE-India 完全免费(开源免费),可自由下载、安装和使用。
India Location Normalizer RE-India 支持哪些平台?
India Location Normalizer RE-India 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 India Location Normalizer RE-India?
由 Vishal(@vishalgojha)开发并维护,当前版本 v1.0.1。