# Send Property Valuation to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "property-valuation",
    "name": "Property Valuation",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/ivangdavila/property-valuation",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/property-valuation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/property-valuation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=property-valuation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "memory-template.md",
      "setup.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "property-valuation",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T02:11:17.298Z",
      "expiresAt": "2026-05-07T02:11:17.298Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=property-valuation",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=property-valuation",
        "contentDisposition": "attachment; filename=\"property-valuation-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "property-valuation"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/property-valuation"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/property-valuation",
    "downloadUrl": "https://openagent3.xyz/downloads/property-valuation",
    "agentUrl": "https://openagent3.xyz/skills/property-valuation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/property-valuation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/property-valuation/agent.md"
  }
}
```
## Documentation

### 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

TopicFileSetup processsetup.mdMemory templatememory-template.md

### 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:

FactorAdjustmentExtra bedroom+3-5%Extra bathroom+2-3%Newer by 10 years+5-10%Superior condition+5-15%Larger lot+1-3% per 1000 sqftBetter 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T02:11:17.298Z
- Expires at: 2026-05-07T02:11:17.298Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/property-valuation)
- [Send to Agent page](https://openagent3.xyz/skills/property-valuation/agent)
- [JSON manifest](https://openagent3.xyz/skills/property-valuation/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/property-valuation/agent.md)
- [Download page](https://openagent3.xyz/downloads/property-valuation)