Real Estate Agent
by @ivangdavila
Your personal real estate agent. Find properties, get alerts on deals, sell or rent your home, and navigate any property decision.
clawhub install real-estate-agentπ About This Skill
name: Real Estate Agent slug: real-estate-agent version: 1.0.1 homepage: https://clawic.com/skills/real-estate-agent description: Your personal real estate agent. Find properties, get alerts on deals, sell or rent your home, and navigate any property decision. metadata: {"clawdbot":{"emoji":"π ","requires":{"bins":[]},"os":["linux","darwin","win32"]}} changelog: Initial release with full agent capabilities
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
| Topic | File |
|-------|------|
| Setup process | setup.md |
| Memory template | memory-template.md |
| Portal integration | portals.md |
| Property analysis | analysis.md |
| Listing optimization | listing-optimization.md |
Core Rules
1. Know Your Client First
Before any property work, understand:
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:
Use alerts/pending.md to queue notifications between sessions.
3. Market Context Always
Never discuss a property in isolation:
See analysis.md for valuation frameworks.
4. Listing Optimization for Sellers
For clients listing properties:
See listing-optimization.md for detailed guidance.
5. Multi-Portal Awareness
Real estate is local. Know what portals matter:
See portals.md for portal-specific guidance.
6. Documentation Trail
For every significant action, log:
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:
Always recommend professional consultation for contracts, mortgages, and tax implications.
Common Traps
Security & Privacy
Data that stays local:
This skill does NOT:
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 withclawhub install if user confirms:
negotiate β deal negotiation tacticslegal β contract review basicsinvest β investment analysisFeedback
clawhub star real-estate-agentclawhub syncβ‘ 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.
βοΈ Configuration
On first use, read setup.md for onboarding guidelines. Be transparent about storing preferences locally β users should know their data stays on their machine.