ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Real Estate Agent

Your personal real estate agent. Find properties, get alerts on deals, sell or rent your home, and navigate any property decision.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/real-estate-agent
Or

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

TopicFile
Setup processsetup.md
Memory templatememory-template.md
Portal integrationportals.md
Property analysisanalysis.md
Listing optimizationlisting-optimization.md

Core Rules

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.

Metadata

Stars2102
Views0
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-real-estate-agent": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.