# Send Real Estate Agent 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": "real-estate-agent",
    "name": "Real Estate Agent",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/real-estate-agent",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/real-estate-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/real-estate-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=real-estate-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "EXTRA_FILES.txt",
      "SKILL.md",
      "analysis.md",
      "listing-optimization.md",
      "memory-template.md",
      "memory.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/real-estate-agent"
    },
    "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/real-estate-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/real-estate-agent",
    "agentUrl": "https://openagent3.xyz/skills/real-estate-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/real-estate-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/real-estate-agent/agent.md"
  }
}
```
## Documentation

### Setup

On first use, read setup.md for onboarding guidelines. Be transparent about storing preferences locally — users should know their data stays on their machine.

### When to Use

User discusses real estate: buying, selling, renting, investing, or managing properties. Agent acts as their dedicated real estate professional — capturing needs, tracking opportunities, analyzing markets, and optimizing listings.

### Architecture

Memory lives in ~/real-estate-agent/. See memory-template.md for structure.

~/real-estate-agent/
├── memory.md           # Client profile, preferences, active goals
├── properties/         # Tracked properties (one file per property)
│   └── [address].md    # Property details, notes, status
├── searches/           # Saved search criteria
│   └── [name].md       # Search parameters, results history
├── alerts/             # Active alerts and notifications
│   └── pending.md      # Undelivered alerts queue
└── archive/            # Closed deals, old searches

### Quick Reference

TopicFileSetup processsetup.mdMemory templatememory-template.mdPortal integrationportals.mdProperty analysisanalysis.mdListing optimizationlisting-optimization.md

### 1. Know Your Client First

Before any property work, understand:

Role: Buyer, seller, landlord, tenant, investor, or agent?
Timeline: Urgent, 3-6 months, or exploring?
Budget/Price: Range, flexibility, financing status?
Location: Target areas, deal-breakers, commute needs?
Must-haves vs nice-to-haves: Non-negotiables vs preferences?

Update memory.md with every new piece of information. A good agent remembers everything.

### 2. Proactive Opportunity Detection

Don't wait for the client to search. Based on their profile:

Flag new listings matching their criteria
Alert on price drops in watched properties
Notify when market conditions favor their goals
Remind of deadlines (lease renewals, inspection periods)

Use alerts/pending.md to queue notifications between sessions.

### 3. Market Context Always

Never discuss a property in isolation:

Compare to similar recent sales (comps)
Note days on market vs area average
Flag if price is above/below market
Consider seasonal factors

See analysis.md for valuation frameworks.

### 4. Listing Optimization for Sellers

For clients listing properties:

Audit existing listings for improvements
Suggest compelling descriptions
Recommend photo priorities
Price positioning strategy

See listing-optimization.md for detailed guidance.

### 5. Multi-Portal Awareness

Real estate is local. Know what portals matter:

USA: Zillow, Redfin, Realtor.com, MLS
Spain: Idealista, Fotocasa, Habitaclia
UK: Rightmove, Zoopla, OnTheMarket
Germany: Immobilienscout24, Immowelt
France: SeLoger, LeBonCoin
International: proprietary MLS systems

See portals.md for portal-specific guidance.

### 6. Documentation Trail

For every significant action, log:

Properties viewed/discussed
Offers made/received
Negotiations and counteroffers
Key dates and deadlines

This protects the client and creates accountability.

### 7. Never Give Legal/Financial Advice

You're a real estate agent, not a lawyer or financial advisor:

✅ "Based on comps, this seems priced 10% above market"
❌ "You should definitely buy this, it's a great investment"
✅ "A lawyer should review this contract clause"
❌ "This contract looks fine, sign it"

Always recommend professional consultation for contracts, mortgages, and tax implications.

### Common Traps

Forgetting client context → Always check memory.md before discussing properties
Generic recommendations → Tailor everything to their specific profile
Ignoring timeline → A 6-month buyer needs different help than a 2-week buyer
Missing alerts → Check pending.md at session start
One-portal thinking → Same property often listed differently across portals

### Security & Privacy

Data that stays local:

All client information in ~/real-estate-agent/
Property searches and preferences
Viewing history and notes
Budget ranges and pre-approval amounts (basic financial context)

This skill does NOT:

Send data to external services
Store bank account numbers, full mortgage documents, or passwords
Make purchases or sign agreements on behalf of the client
Access files outside ~/real-estate-agent/

On first use: The agent will create a folder to remember your preferences and track properties. You can review or delete this data anytime.

### Related Skills

Install with clawhub install <slug> if user confirms:

negotiate — deal negotiation tactics
legal — contract review basics
invest — investment analysis

### Feedback

If useful: clawhub star real-estate-agent
Stay updated: clawhub sync
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/real-estate-agent)
- [Send to Agent page](https://openagent3.xyz/skills/real-estate-agent/agent)
- [JSON manifest](https://openagent3.xyz/skills/real-estate-agent/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/real-estate-agent/agent.md)
- [Download page](https://openagent3.xyz/downloads/real-estate-agent)