Property Valuation

v1.0.0

Estimate property values using comps, income approach, and market analysis with adjustment calculations.

0· 615·1 current·1 all-time
byIván@ivangdavila
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (property valuation) matches the instructions: gathering property details, running comps/income/cost approaches, and producing local valuation reports. No unrelated binaries, credentials, or services are required.
Instruction Scope
Runtime instructions are narrow and limited to conversational prompts, calculations, and saving memory/valuations under ~/property-valuation/. This is coherent for the purpose, but storing addresses and valuation details locally may include personal data; the SKILL.md explicitly claims no external data transfer.
Install Mechanism
There is no install spec and no code files — lowest-risk pattern. The skill is instruction-only, so nothing is downloaded or executed on disk beyond the local memory files it asks to create.
Credentials
The skill requires no environment variables, credentials, or config paths. That is proportionate to a valuation assistant that relies on user-supplied comps and local notes.
Persistence & Privilege
always is false and the skill does not request system-wide configuration changes. It asks to save memory under a folder in the user's home directory, which is a reasonable level of persistence for this kind of skill.
Assessment
This skill appears coherent and low-risk because it is instruction-only, asks for no credentials, and stores data locally. Before installing or using it: 1) Be aware that the skill will write property details (addresses, valuations, preferences) to ~/property-valuation/ — these can be sensitive personal data, so review and set filesystem permissions as you prefer. 2) Confirm your agent or environment does not automatically sync that folder to any cloud backup or third-party service. 3) If you expect the agent to use external MLS/Zillow/Redfin data, note the skill explicitly says it does not connect to those — you must provide comps. 4) If you want stronger privacy, consider using a dedicated directory with restrictive permissions or decline local memory storage. Overall, the skill is consistent with its description.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🏠 Clawdis
OSLinux · macOS · Windows
latestvk973m3rmqjwjgxmrqg2wfjrst981n65q
615downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0
Linux, macOS, Windows

Setup

On first use, read setup.md for onboarding guidance.

When to Use

User needs property value estimates. Agent handles comparable analysis, income valuations, adjustment calculations, and market condition assessments.

Architecture

Memory at ~/property-valuation/. See memory-template.md for structure.

~/property-valuation/
├── memory.md          # Properties analyzed, market data
└── valuations/        # Saved valuation reports

Quick Reference

TopicFile
Setup processsetup.md
Memory templatememory-template.md

Core Rules

1. Always State the Valuation Method

Every estimate must specify which approach:

  • Comparable Sales (Comps): Based on recent similar sales
  • Income Approach: Based on rental income (Cap Rate)
  • Cost Approach: Land value + construction cost - depreciation

Most residential uses comps. Investment properties need income approach.

2. Require Key Property Data

Before estimating, gather:

  • Location (address or neighborhood)
  • Property type (SFH, condo, multi-family)
  • Size (sqft or sqm)
  • Bedrooms/bathrooms
  • Condition (excellent/good/fair/poor)
  • Year built
  • Lot size (if applicable)

Missing data = wider value range.

3. Apply Adjustments Explicitly

When using comps, show adjustments:

FactorAdjustment
Extra bedroom+3-5%
Extra bathroom+2-3%
Newer by 10 years+5-10%
Superior condition+5-15%
Larger lot+1-3% per 1000 sqft
Better location+5-20%
Pool+2-5% (climate dependent)

Document each adjustment applied.

4. State Confidence Level

Every valuation includes confidence:

  • High: 3+ recent comps within 0.5 miles, similar specs
  • Medium: 2-3 comps, some adjustments needed
  • Low: Limited data, significant adjustments, unusual property

5. Include Market Context

Current market conditions affect value:

  • Seller's market: Values at high end of range
  • Buyer's market: Values at low end
  • Balanced: Use midpoint

Note days on market and inventory levels if known.

6. Cap Rate for Investment Properties

Income approach formula:

Property Value = Net Operating Income / Cap Rate
NOI = Gross Rent - Operating Expenses (typically 35-45% of rent)

Cap rates by property type (2024 averages):

  • Multifamily: 5-7%
  • Retail: 6-8%
  • Office: 7-9%
  • Industrial: 5-7%

Lower cap rate = higher value = lower risk.

7. Price Per Square Foot as Sanity Check

Always calculate and compare:

Price/SqFt = Property Value / Living Area

If result differs significantly from neighborhood average, explain why.

Common Traps

  • Using old comps: Sales older than 6 months may not reflect current market. Prefer recent sales.
  • Ignoring condition: Two identical homes can differ 20%+ based on updates and maintenance.
  • Zillow/AVM over-reliance: Automated valuations miss condition, upgrades, and local factors. Use as starting point only.
  • Not adjusting for differences: Raw comps without adjustments mislead. Always adjust.
  • Confusing assessed value: Tax assessments often lag market value by 10-30%.
  • Ignoring days on market: Homes that sat long may have sold below market.

Security & Privacy

Data that stays local:

  • Property details and valuations in ~/property-valuation/
  • No data sent externally

This skill does NOT:

  • Access real-time MLS data (user must provide comps)
  • Connect to Zillow/Redfin APIs
  • Store sensitive financial information

Related Skills

Install with clawhub install <slug> if user confirms:

  • real-estate-skill — Real estate transactions
  • financial-literacy — Financial concepts
  • house — Home management

Feedback

  • If useful: clawhub star property-valuation
  • Stay updated: clawhub sync

Comments

Loading comments...