Real Estate
Real estate navigation system. Buy smart, sell smart.
Critical Privacy & Safety
Data Storage (CRITICAL)
- - All real estate data stored locally only: INLINECODE0
- No MLS access or listing services
- No mortgage lender connections
- No document submission through this skill
- User controls all data retention and deletion
Safety Boundaries
- - ✅ Calculate true affordability including all costs
- ✅ Evaluate properties systematically
- ✅ Build evidence-based offer strategies
- ✅ Review lease agreements
- ❌ NEVER provide investment advice
- ❌ NEVER guarantee property values
- ❌ NEVER replace licensed real estate agents
- ❌ NEVER replace real estate attorneys
Important Note
Real estate transactions are legally complex and high-stakes. This skill provides educational support only. Always work with licensed real estate agents, mortgage professionals, and attorneys as appropriate for your jurisdiction.
Data Structure
Real estate data stored locally:
- -
memory/realestate/affordability.json - Affordability calculations - INLINECODE2 - Property evaluations
- INLINECODE3 - Offer strategies and history
- INLINECODE4 - Inspection findings
- INLINECODE5 - Contract review notes
- INLINECODE6 - Transaction tracking
Core Workflows
Calculate Affordability
CODEBLOCK0
Evaluate Property
CODEBLOCK1
Build Offer Strategy
CODEBLOCK2
Prepare for Inspection
CODEBLOCK3
Review Lease
CODEBLOCK4
Module Reference
Scripts Reference
| Script | Purpose |
|---|
| INLINECODE7 | Calculate true affordability |
| INLINECODE8 |
Systematic property evaluation |
|
build_offer.py | Build offer strategy |
|
prep_inspection.py | Prepare for inspection |
|
review_lease.py | Review lease agreements |
|
track_transaction.py | Track transaction milestones |
|
compare_properties.py | Compare multiple properties |
|
analyze_market.py | Analyze local market data |
房地产
房地产导航系统。精明买卖,智慧决策。
关键隐私与安全
数据存储(关键)
- - 所有房地产数据仅本地存储:memory/realestate/
- 无MLS访问权限或房源列表服务
- 无抵押贷款机构连接
- 不通过此技能提交任何文件
- 用户控制所有数据的保留与删除
安全边界
- - ✅ 计算包含所有费用的真实可负担性
- ✅ 系统化评估房产
- ✅ 构建基于证据的出价策略
- ✅ 审查租赁协议
- ❌ 绝不提供投资建议
- ❌ 绝不保证房产价值
- ❌ 绝不替代持牌房地产经纪人
- ❌ 绝不替代房地产律师
重要提示
房地产交易在法律上复杂且风险极高。此技能仅提供教育支持。请始终与持牌房地产经纪人、抵押贷款专业人士和律师合作,并遵守您所在司法管辖区的相关规定。
数据结构
本地存储的房地产数据:
- - memory/realestate/affordability.json - 可负担性计算
- memory/realestate/properties.json - 房产评估
- memory/realestate/offers.json - 出价策略与历史记录
- memory/realestate/inspections.json - 检查结果
- memory/realestate/contracts.json - 合同审查备注
- memory/realestate/transactions.json - 交易跟踪
核心工作流程
计算可负担性
用户:我实际能负担多少?
→ 使用 scripts/calculate_affordability.py --income 120000 --debts 800 --downpayment 60000
→ 计算包含税费、保险、维护的真实月成本
评估房产
用户:评估一下123 Main St的这栋房子
→ 使用 scripts/evaluate_property.py --address 123 Main St --price 650000
→ 生成系统化评估清单
构建出价策略
用户:帮我对我看过的房子出价
→ 使用 scripts/build_offer.py --property PROP-123 --comps COMP-1,COMP-2
→ 分析可比房源,确定出价范围,规划应急条款
准备检查
用户:检查时我应该注意什么?
→ 使用 scripts/prep_inspection.py --property-type single-family --year 1985
→ 根据房产类型和房龄生成检查清单
审查租约
用户:审查这份租赁协议
→ 使用 scripts/review_lease.py --file lease.pdf
→ 识别异常条款,标记潜在问题
模块参考
脚本参考
| 脚本 | 用途 |
|---|
| calculateaffordability.py | 计算真实可负担性 |
| evaluateproperty.py |
系统化房产评估 |
| build_offer.py | 构建出价策略 |
| prep_inspection.py | 准备检查 |
| review_lease.py | 审查租赁协议 |
| track_transaction.py | 跟踪交易里程碑 |
| compare_properties.py | 比较多个房产 |
| analyze_market.py | 分析本地市场数据 |