opendoor
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseOpendoor Skill
Opendoor Skill
Buy and sell homes with Opendoor's iBuyer platform.
通过Opendoor的iBuyer平台买卖房屋。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/opendoor/install.sh | bashOr manually:
bash
cp -r skills/opendoor ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/opendoor/install.sh | bash或手动安装:
bash
cp -r skills/opendoor ~/.canifi/skills/Setup
设置
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set OPENDOOR_EMAIL "your_email"
canifi-env set OPENDOOR_PASSWORD "your_password"
undefinedcanifi-env set OPENDOOR_EMAIL "your_email"
canifi-env set OPENDOOR_PASSWORD "your_password"
undefinedPrivacy & Authentication
隐私与认证
Your credentials, your choice. Canifi LifeOS respects your privacy.
您的凭证,由您掌控。 Canifi LifeOS 尊重您的隐私。
Option 1: Manual Browser Login (Recommended)
选项1:手动浏览器登录(推荐)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
如果您不想与Claude Code共享凭证:
- 使用CDP模式完成浏览器自动化设置
- 在Playwright控制的Chrome窗口中手动登录服务
- Claude将使用您的已认证会话,全程不会获取您的密码
Option 2: Environment Variables
选项2:环境变量
If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果您愿意共享凭证,可将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"注意:存储在canifi-env中的凭证仅可在您的本地设备访问,绝不会被传输。
Capabilities
功能
- Get Offer: Get instant cash offer for your home
- Browse Homes: Browse Opendoor-owned homes for sale
- Tour Homes: Schedule self-guided home tours
- Track Offer: Track your home sale progress
- Mortgage: Get pre-approved for mortgage
- 获取报价:为您的房屋获取即时现金报价
- 浏览房源:浏览Opendoor旗下待售房屋
- 预约看房:预约自助看房
- 追踪出售进度:追踪房屋出售流程
- 抵押贷款:获取抵押贷款预批准
Usage Examples
使用示例
Get Offer
获取报价
User: "Get an instant offer for my home at 123 Oak St"
Assistant: Initiates offer request用户:"为我位于橡树街123号的房屋获取即时报价"
助手:启动报价请求Browse Homes
浏览房源
User: "Show me Opendoor homes in Phoenix"
Assistant: Returns available listings用户:"展示凤凰城的Opendoor房源"
助手:返回可用房源列表Schedule Tour
预约看房
User: "Schedule a tour for tomorrow at 2pm"
Assistant: Books self-guided tour用户:"预约明天下午2点的看房"
助手:完成自助看房预约Track Sale
追踪出售进度
User: "What's the status of my home sale?"
Assistant: Returns sale progress用户:"我的房屋出售进度如何?"
助手:返回出售进度状态Authentication Flow
认证流程
- Uses account authentication
- No official API
- Browser-based access
- Session management
- 使用账户认证
- 无官方API
- 基于浏览器的访问方式
- 会话管理
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Check account |
| Address Invalid | Not in service area | Check coverage |
| Tour Unavailable | Time slot taken | Choose another |
| Offer Expired | Timeout | Request new offer |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 登录失败 | 凭证无效 | 检查账户信息 |
| 地址无效 | 不在服务覆盖区域 | 检查服务覆盖范围 |
| 看房不可预约 | 时段已被占用 | 选择其他时段 |
| 报价过期 | 超时 | 重新请求报价 |
Notes
注意事项
- iBuyer model
- Instant cash offers
- Limited markets
- Self-tour access
- No public API
- Mobile apps available
- iBuyer模式
- 即时现金报价
- 市场覆盖有限
- 自助看房权限
- 无公开API
- 支持移动应用