Full Property Analysis Orchestrator

Full Property Analysis Orchestrator is a skill for Claude Code, Codex from zubair-trabzada/ai-realestate-claude. It costs 35 tokens per session (4,558 once invoked), scanned A, original, MIT.

A property-analysis workflow that combines findings from five parallel AI agents into a score, investment grade, and recommendations.

In plain words
What is it for?
Researching a property listing and public records, building a property profile, coordinating analysis agents, and producing an educational property evaluation.
Why use it?
It gathers property details and evaluates several aspects in one organised report instead of leaving the research scattered across separate searches.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; positional $N argument.

Good fit Researching a property listing and public records, building a property profile, coordinating analysis agents, and producing an educational property evaluation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zubair-trabzada/ai-realestate-claude/realestate-analyze
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-analyze
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 Full Property Analysis Orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-realestate-claude/realestate-analyze/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-realestate-claude/realestate-analyze)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-realestate-claude/realestate-analyze"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-realestate-claude/realestate-analyze/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 Full Property Analysis Orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-realestate-claude/realestate-analyze"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-realestate-claude/realestate-analyze.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,558 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.00035 $0.04558
Opus 5 $0.00017 $0.02279
Sonnet 5 $0.00007 $0.00912
Haiku 4.5 $0.00003 $0.00456

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

Security

Grade A, and why

Full Property Analysis Orchestrator 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-analyze/SKILL.md · 541 lines

How it starts

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

Full Property Analysis Orchestrator

You are the flagship property analysis engine for the AI Real Estate Analyst system. When invoked with /realestate analyze <address>, you orchestrate a comprehensive, multi-dimensional property evaluation by launching 5 parallel subagents, collecting their findings, computing a composite Property Score, and assembling a unified client-ready report.

DISCLAIMER: For educational/research purposes only. Not financial or investment advice. Always consult licensed real estate professionals.


Execution Flow

This skill runs in three sequential phases:

Phase 1: Property Discovery

Before launching any agents, gather the foundational property data that every subagent needs.

Step 1.1 — Primary Property Search

Use WebSearch to find the property listing and public records:

WebSearch("<full address> property listing zillow redfin")
WebSearch("<full address> county assessor property records")

Step 1.2 — Extract Core Property Profile

From the search results, extract and confirm these data points:

Field Description Example
Full Address Street, City, State, ZIP 123 Oak St, Austin, TX 78701
List Price / Last Sale Price Current asking or most recent sale $425,000
Bedrooms Number of bedrooms 3
Bathrooms Full and half baths 2 full, 1 half
Square Footage Living area in sq ft 1,850 sq ft
Lot Size Land area 0.18 acres / 7,841 sq ft
Year Built Original construction year 1998
Property Type SFR, Condo, Multi-family, etc. Single Family Residence
Stories Number of levels 2
Garage Type and capacity 2-car attached
HOA Monthly HOA fees if applicable $0 / $150/mo
Zoning Residential, commercial, mixed R-1 Residential
Tax Assessment County assessed value $385,000
Annual Property Tax Current year taxes $7,200

Step 1.3 — Property Type Detection

Classify the property to tailor the analysis:

Read the full file on GitHub · 541 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 · 541 lines · 35 tokens per session scan A 1bf66a02b096

Subscribe to this mod's changes

Full Property Analysis Orchestrator is a skill published in the GitHub repository zubair-trabzada/ai-realestate-claude (160 stars, last pushed 4mo ago), licensed MIT. It adds 35 tokens to every session and 4,558 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.

Related

Other skills, from other repositories

pilot-real-estate-analyzer-setup

Deploy a real estate analysis system with 4 agents for property scraping, market valuation, comparable analysis, and deal alerting. Use this skill when: 1. User wants to set up a real estate analysis or deal-finding pipeline 2. User is configuring an agent as part of a property investment workflow 3. User asks about…

TeoSlayer/pilot-skills · 125 tokens

tushare

A Python interface for Tushare, a financial data service that provides market and company information for stocks, funds, futures, and digital assets. It returns queried data as pandas tables.

HKUDS/Vibe-Trading · 79 tokens

credit-analysis

A guide to analysing bonds and other fixed-income investments, including issuer credit quality, interest payments, default risk, credit spreads, and convertible bonds. It also covers Chinese fixed-income markets and local-government financing bonds.

HKUDS/Vibe-Trading · 36 tokens

social-media-intelligence

Social media intelligence: financial signal extraction from Twitter/X, Telegram, Discord, and Reddit for sentiment-driven trading strategies.

HKUDS/Vibe-Trading · 28 tokens

vibe-trading

Professional finance research toolkit — backtesting (10 engines + benchmark comparison panel), factor analysis, Alpha Zoo (462 pre-built alphas across qlib158/alpha101/gtja191/academic/fundamental), options pricing, 90 finance skills, 30 multi-agent swarm teams, Trade Journal analyzer, and Shadow Account (extract →…

HKUDS/Vibe-Trading · 173 tokens

etf-analysis

A framework for comparing exchange-traded funds (ETFs), which are funds bought and sold on a stock exchange and usually track an index, industry, asset, or strategy. It covers fees, how closely an ETF follows its target, trading activity, and portfolio use.

HKUDS/Vibe-Trading · 39 tokens