# Property Research

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-realtyapi-realtyapi-skills-property-research`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [realtyapi](https://agentstack.voostack.com/s/realtyapi)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [realtyapi](https://github.com/realtyapi)
- **Source:** https://github.com/realtyapi/realtyapi-skills/tree/main/skills/property-research

## Install

```sh
agentstack add skill-realtyapi-realtyapi-skills-property-research
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Property Research

## Overview

Produce a single, well-sourced brief on **one property**: what it is, its history,
what it's likely worth, how it compares to nearby homes, and the neighborhood
context — so the user can judge it quickly.

Use the [`realtyapi-api`](../realtyapi-api/SKILL.md) skill as the data layer: it
explains auth, endpoint discovery via `llms.txt`, and per-provider `openapi.json`.

## When to Use

- "Tell me everything about 123 Main St."
- "Here's a Zillow/Redfin/Rightmove link — is it a good buy?"
- "What's this property worth and how does it compare to others nearby?"
- Pre-offer or pre-showing due diligence on a specific home.

## Workflow

1. **Pick the portal** from the address's country/market (see the catalog in
   `realtyapi-api`). If the user pasted a listing URL, use that portal and its
   URL-based endpoint.
2. **Resolve & fetch core details** — call the property-details endpoint by address
   or URL (`…byaddress` / `…byurl` / `detailsbyaddress`). Use `autocomplete` first
   if the endpoint needs an internal id.
3. **History** — pull price history and tax history (`pricehistory`, `taxinfo*`,
   `sold-prices`) if available.
4. **Valuation** — pull the estimate/valuation (`zestimate*`, `estimates`).
5. **Comparables** — pull comps/similar/nearby homes for context.
6. **Neighborhood** (optional, if relevant) — schools, climate, walk/transit/bike.
7. **Synthesize** into the brief below. Flag any field a portal didn't return rather
   than inventing it.

## Output Format

```markdown
# Property Brief: {address}

**Source:** {portal} — {listing URL}  ·  Status: {for sale / sold / off-market}

## Snapshot
- Price / last list: {} · Beds/Baths: {} · Size: {} · Lot: {} · Year built: {} · Type: {}

## Estimated Value
- Estimate: {value or range} ({source})
- vs. list price: {over / under / in line}

## History
| Date | Event | Price |
|------|-------|------:|

## Comparables
| Address | Price | Beds/Baths | Size | $/sqft | Distance |
|---------|------:|-----------|-----:|-------:|---------:|

## Neighborhood (if pulled)
- Schools: {} · Walk/Transit: {} · Climate/risk: {}

## Assessment
- Priced {fairly/high/low} vs. estimate and comps because …
- Watch-outs: …
- Missing data: {fields no portal returned}
```

## Common Pitfalls

- Don't present an estimate as an appraisal — it's a model output; show the range.
- Don't compare a US address against a non-US portal; match portal to market.
- Keep comps truly comparable (similar size/type/recency); note when they aren't.
- Warn before endpoints that cost more than 1 credit, and don't silently loop comps.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [realtyapi](https://github.com/realtyapi)
- **Source:** [realtyapi/realtyapi-skills](https://github.com/realtyapi/realtyapi-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-realtyapi-realtyapi-skills-property-research
- Seller: https://agentstack.voostack.com/s/realtyapi
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
