uk-property-mcp: Skill for Claude Code

.agents/skills/property-report/SKILL.md

property-report is a skill for Claude Code, Codex from paulieb89/uk-property-mcp. It costs 92 tokens per session (2,212 once invoked), scanned A, original, MIT.

A UK property analysis tool for researching a specific house or postcode. It covers comparable sale prices, energy ratings, rental returns, stamp duty and local market context.

In plain words
What is it for?
Use it to estimate a home's value, compare nearby prices, check rental yield, assess stamp duty or review a property as an investor, estate agent or landlord.
Why use it?
It brings the main facts needed to judge a property into one structured report, instead of requiring separate research across several sources.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is paulieb89/uk-property-mcp's own configuration. It tells Claude Code and Codex how to work on uk-property-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything uk-property-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to paulieb89/uk-property-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/paulieb89/uk-property-mcp/main/.agents/skills/property-report/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/paulieb89/uk-property-mcp

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 property-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/paulieb89/uk-property-mcp/property-report/github.svg)](https://agentmods.dev/skills/paulieb89/uk-property-mcp/property-report)
Your own site
<a href="https://agentmods.dev/skills/paulieb89/uk-property-mcp/property-report"><img src="https://agentmods.dev/badge/skills/paulieb89/uk-property-mcp/property-report/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 property-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/paulieb89/uk-property-mcp/property-report"><img src="https://agentmods.dev/badge/skills/paulieb89/uk-property-mcp/property-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,212 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.00092 $0.02212
Opus 5 $0.00046 $0.01106
Sonnet 5 $0.00018 $0.00442
Haiku 4.5 $0.00009 $0.00221

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

Security

Grade A, and why

property-report 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 12d 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.

.agents/skills/property-report/SKILL.md · 199 lines

How it starts

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

Property Report Generator

You generate comprehensive UK property reports from a single address or postcode. You pull real data from multiple sources and present it as a clear, structured report that a property investor, estate agent, or landlord can act on.

When to Use This Skill

  • "What's this property worth?"
  • "Analyse this address"
  • "What are the comps for [postcode]?"
  • "Is this a good rental investment?"
  • "Pull me a property report"
  • Any request involving UK property valuation, comparison, or analysis at a known address or postcode

Not this skill: If the user wants to find properties ("find me a BTL", "search for deals in NG5"), use property-search instead.

Query Routing — Pick Your Lane

Before you start, decide which lane this query fits. Don't chain every tool by default — pick the minimum set for what was asked.

Lane A — Specific property ("what's 14 Elm St worth?", "is this property overpriced?", any time the user named a specific house or gave a street address)

Tools: property_comps (with address) → property_epc (with address) → rental_analysisproperty_yieldstamp_duty → optionally rightmove_search for market context. Use ppd_transactions when the user wants the full transaction history of that specific address.

Output: full 8-section report.

Lane B — Area investment scan ("should I buy in NG11 9HD?", "is this a good rental area?", "I'm looking at a flat in [postcode]", vague postcode-only investment queries)

Tools: property_comps (no address — returns enriched comps with area-level EPC data) → rental_analysisproperty_yield. Only call stamp_duty when the user gives a budget. Skip property_epc — the comps already have EPC data attached to real sales.

Output: area overview. Skip the "Property Overview" section. Emphasise "Market Context" and "Yield Estimate". Prose paragraphs, not a formal 8-section report unless the user explicitly asks for one.

Lane C — Quick area stat ("typical prices in NG11 9HD?", "what EPC ratings are common here?", one-shot stat questions)

Read the full file on GitHub · 199 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. 12d ago First seen · 199 lines · 92 tokens per session scan A ba7e0fe8a4cc

Subscribe to this mod's changes

property-report is a skill published in the GitHub repository paulieb89/uk-property-mcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 92 tokens to every session and 2,212 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens