Enrich property assessor with CAD detail data
This commit is contained in:
@@ -92,6 +92,8 @@ Current behavior:
|
||||
- requires an assessment purpose for decision-grade analysis
|
||||
- does not assume the assessment purpose from prior thread context unless the user explicitly says the purpose is unchanged
|
||||
- automatically runs public-record / appraisal-district lookup
|
||||
- keeps CAD-site selection address-driven and jurisdiction-specific; it does not hardcode one county's CAD as the global source
|
||||
- when a supported official CAD detail host is found, captures direct property facts such as property ID/account, owner, legal description, assessed value, exemptions, and the official property-detail URL
|
||||
- automatically tries to discover Zillow and HAR listing URLs from the address when no listing URL is provided
|
||||
- runs Zillow photo extraction first, then HAR as fallback when available
|
||||
- reuses the OpenClaw web-automation logic in-process instead of spawning nested helper commands
|
||||
@@ -156,6 +158,7 @@ Current behavior:
|
||||
- Texas Comptroller county directory page
|
||||
- appraisal district contact/site details
|
||||
- tax assessor/collector contact/site details
|
||||
- official CAD property-detail facts when a supported county adapter can retrieve them from the discovered CAD site
|
||||
|
||||
Important rules:
|
||||
|
||||
@@ -174,12 +177,14 @@ For Texas addresses, the helper resolves:
|
||||
- the official Texas Comptroller county directory page
|
||||
- the appraisal district website
|
||||
- the tax assessor/collector website
|
||||
- the official CAD property-detail page when a supported adapter can identify and retrieve the subject record
|
||||
|
||||
That output should be used by the skill to:
|
||||
|
||||
- identify the correct CAD
|
||||
- attempt address / parcel / account lookup on the CAD site
|
||||
- capture official assessed values and exemptions when a public detail page is available
|
||||
- attempt address / parcel / account lookup on the discovered CAD site for that county
|
||||
- capture official owner / legal / assessed-value evidence when a public detail page is available
|
||||
- treat county-specific CAD detail retrieval as an adapter layer on top of generic county/jurisdiction resolution
|
||||
|
||||
Recommended fields to capture from official records when accessible:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user