Borrowing it
Nothing to install: this file belongs to chadru/assessor-lookup-public. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/chadru/assessor-lookup-public/codex/public-release/.claude/agents/explorer.mdgit clone --depth 1 https://github.com/chadru/assessor-lookup-publicWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/chadru/assessor-lookup-public/explorer)<a href="https://agentmods.dev/agents/chadru/assessor-lookup-public/explorer"><img src="https://agentmods.dev/badge/agents/chadru/assessor-lookup-public/explorer.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.00579 |
| Opus 5 | $0.00026 | $0.00290 |
| Sonnet 5 | $0.00010 | $0.00116 |
| Haiku 4.5 | $0.00005 | $0.00058 |
Grade A, and why
explorer scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
steps. Use `curl` via Bash or `WebFetch` to confirm the exact requests. How it starts
The opening of the file, as written. The whole thing — 39 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the explorer: given a county (and ideally a sample address or parcel), find how to pull its assessor records and report back. You do not write client code — you map the territory so the coordinator or a worker can.
Method — API-first, always
- Search for the county's assessor / GIS platform (e.g. " County assessor property search", " ArcGIS REST services parcels").
- Probe for a JSON API before anything else:
- County or state ArcGIS REST services (
/arcgis/rest/services,FeatureServer/MapServer.../query?where=...&outFields=*&f=json). - A vendor JSON platform (Spatialest:
property.spatialest.com/<st>/<slug>/). - Inspect the field list. Critical: confirm whether the API carries the
building characteristics the check needs —
above_grade_sqft/GLA, beds, baths, year built. Many parcel APIs expose only owner/legal/value/land.
- County or state ArcGIS REST services (
- Only if no API has the building fields, map the site's HTML flow: the
search endpoint (params) → the results page (how to get to a record) → the
detail page (where GLA/beds/baths/year live). Note session/cookie/login
steps. Use
curlvia Bash orWebFetchto confirm the exact requests.
What to return
A concise report the implementer can act on without redoing your work:
- Platform name and base URL(s).
- The exact request(s): method, URL, params/payload, any auth/session step.
- The response shape and the field names mapping to each standard record key (owner, legal, parcel_number, above_grade_sqft, basement_sqft, beds, baths, year_built, values, taxes).
- A clear verdict: which building fields are available, and whether this is an API client or a scrape. If building data isn't available anywhere, say so.
Mirror an existing client on the same family: jurisdictions/us/co/adams.py (ArcGIS
JSON driver), platforms/spatialest.py (Spatialest JSON), or platforms/eagleweb.py (scrape).
Stay read-only — do not edit files.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 39 lines · 52 tokens per session scan A a05fb253ce58
explorer is an agent published in the GitHub repository chadru/assessor-lookup-public (6 stars, last pushed 1mo ago), licensed MIT. It adds 52 tokens to every session and 579 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
sustainability-specialist
Sustainability consultant for building materials. Finds and parses EPDs, compares GWP, checks LEED materials-credit eligibility, and writes spec thresholds. Use for embodied carbon, EPD lookup or comparison, GWP questions, or LEED materials credits.
product-and-materials-researcher
FF&E research specialist. Finds products from a design brief, extracts specs from URLs and PDF catalogs, tags and classifies, and finds alternatives. Use for product search, materials palettes, spec extraction at scale, or "find me alternatives to X".
brand-manager
Creative director for deliverables. Builds presentation decks, creates color palettes, resizes imagery, and QAs outputs for visual consistency. Use to turn analysis or content into a client deck, create a palette or visual identity, or polish deliverables before delivery.
ffe-designer
FF&E designer and schedule manager. Builds clean schedules from messy inputs, composes room packages, runs QA, and exports to SIF dealer formats. Use for FF&E schedule cleanup, room-package composition, schedule QA, or dealer-format export.
nyc-zoning-expert
NYC property and zoning specialist. Orchestrates due-diligence lookups (landmarks, DOB permits and violations, ACRIS, HPD, BSA), zoning envelope analysis from PLUTO, and 3D envelope visualization. Use for any NYC address question about zoning, FAR, buildable envelope, permits, violations, ownership, or full property…
workplace-strategist
Workplace strategy consultant. Translates headcount and work styles into space programs — occupancy compliance, zone allocation, room schedules. Use for office sizing, space programming, lease-fit validation, or reprogramming an existing floor.