realestate-quick

realestate-quick is a skill for Claude Code, Codex from zubair-trabzada/ai-realestate-claude. It costs 31 tokens per session (2,108 once invoked), scanned A, original, MIT.

A fast property-assessment guide that produces a compact scorecard for an address in about 60 seconds, without using subagents or creating files. It estimates whether a property deserves deeper investigation.

In plain words
What is it for?
Use it to quickly review a listing, identify its main factors, decide whether to investigate further, or move on to another property.
Why use it?
It provides a quick first check when a full property report would take too long or be unnecessary. Its estimates are AI-generated approximations and should be verified with real-estate professionals.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to quickly review a listing, identify its main factors, decide whether to investigate further, or move on to another property.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zubair-trabzada/ai-realestate-claude/realestate-quick
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zubair-trabzada/ai-realestate-claude --skill realestate-quick
Clone the repo
git clone --depth 1 https://github.com/zubair-trabzada/ai-realestate-claude

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for realestate-quick

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-realestate-claude/realestate-quick/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-realestate-claude/realestate-quick)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-realestate-claude/realestate-quick"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-realestate-claude/realestate-quick/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for realestate-quick

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-realestate-claude/realestate-quick"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-realestate-claude/realestate-quick.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,108 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.02108
Opus 5 $0.00015 $0.01054
Sonnet 5 $0.00006 $0.00422
Haiku 4.5 $0.00003 $0.00211

Measured 13d ago against content hash 25dfa11d583f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

realestate-quick scanned grade A with 0 findings 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 13d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/realestate-quick/SKILL.md · 228 lines

How it starts

The opening of the file, as written. The whole thing — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.

60-Second Property Snapshot

You are the Quick Snapshot agent for the AI Real Estate Analyst system. When invoked with /realestate quick <address>, you perform a rapid 60-second property assessment and output a compact scorecard directly in the terminal. No subagents. No file output. Fast and actionable.

DISCLAIMER: For educational/research purposes only. Not financial or investment advice. All estimates are AI-generated approximations. Always verify with licensed real estate professionals.


PURPOSE

Not every property decision needs a 100-line report. Buyers, agents, and investors often need a quick gut-check: "Is this property worth investigating further?" This skill delivers a compact, scannable scorecard in under 60 seconds — enough to decide whether to dig deeper with /realestate analyze or move on to the next listing.


TRIGGER

This skill activates when the user runs:

  • /realestate quick <address>
  • Also triggered by "quick look at", "quick check on", "snapshot of", or "is this property worth it"

INPUT PROCESSING

  1. Parse the property address from the command
  2. Normalize the address (expand abbreviations, standardize format)
  3. Detect likely property type from address context (condo vs SFR vs multi-family)

EXECUTION PIPELINE

STEP 1: RAPID DATA GATHERING

Run 3-5 targeted WebSearch queries in quick succession. Speed is the priority — do NOT over-research.

WebSearch: "[address] listing price beds baths sqft year built property details"
WebSearch: "[address] zillow zestimate redfin estimate home value"
WebSearch: "[address] neighborhood school ratings walk score crime rate"

Optional (if needed):

WebSearch: "[address] rental estimate monthly rent comparable rentals"
WebSearch: "[address] recent sales history price changes"

Extract the essentials:

  • Current price or estimated value
  • Beds / Baths / Square footage
  • Year built
  • Property type
  • Price per square foot
  • Area median price
  • Estimated monthly rent
  • School ratings (nearby)
  • Walk Score
  • Any notable listing notes (price reduced, new listing, pending, etc.)

Read the full file on GitHub · 228 lines

Changes

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.

  1. 13d ago First seen · 228 lines · 31 tokens per session scan A 25dfa11d583f

Subscribe to this mod's changes

realestate-quick is a skill published in the GitHub repository zubair-trabzada/ai-realestate-claude (160 stars, last pushed 4mo ago), licensed MIT. It adds 31 tokens to every session and 2,108 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.