redfin
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRedfin Skill
Redfin Skill
Search homes and work with Redfin agents on the real estate platform.
在房地产平台上搜索房源并与Redfin agents合作。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/redfin/install.sh | bashOr manually:
bash
cp -r skills/redfin ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/redfin/install.sh | bash或手动安装:
bash
cp -r skills/redfin ~/.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 REDFIN_EMAIL "your_email"
canifi-env set REDFIN_PASSWORD "your_password"
undefinedcanifi-env set REDFIN_EMAIL "your_email"
canifi-env set REDFIN_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
功能
- Home Search: Search homes for sale with detailed filters
- Price History: View price history and comparable sales
- Tour Scheduling: Schedule home tours with Redfin agents
- Market Insights: Access local market data and trends
- Estimate: Get Redfin Estimate for home values
- 房源搜索:使用详细筛选条件搜索在售房源
- 价格历史:查看价格历史及类似房源交易记录
- 看房预约:与Redfin agents预约看房
- 市场洞察:获取本地市场数据与趋势
- 房产估值:获取房源的Redfin Estimate估值
Usage Examples
使用示例
Search Homes
搜索房源
User: "Find homes in Seattle with at least 4 bedrooms"
Assistant: Returns matching listings用户:“在西雅图找至少4间卧室的房源”
助手:返回匹配的房源列表Schedule Tour
预约看房
User: "Schedule a tour for this property"
Assistant: Initiates tour scheduling用户:“为这套房源预约看房”
助手:启动看房预约流程View Estimate
查看估值
User: "What's the Redfin Estimate for this address?"
Assistant: Returns property value estimate用户:“这个地址的Redfin Estimate是多少?”
助手:返回房产估值结果Check Market
查看市场情况
User: "How's the housing market in Portland?"
Assistant: Returns market data用户:“波特兰的房产市场情况如何?”
助手:返回市场数据Authentication Flow
认证流程
- Redfin uses account authentication
- No official public API
- Browser automation for access
- Session-based login
- Redfin采用账户认证
- 无官方公开API
- 通过浏览器自动化访问
- 基于会话的登录
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Check email/password |
| Property Not Found | Invalid address | Verify address |
| Session Expired | Timeout | Re-authenticate |
| Rate Limited | Too many requests | Slow down |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 登录失败 | 凭据无效 | 检查邮箱/密码 |
| 房源未找到 | 地址无效 | 验证地址 |
| 会话过期 | 超时 | 重新认证 |
| 请求受限 | 请求过于频繁 | 降低请求频率 |
Notes
说明
- Real estate brokerage
- Agent services included
- No official public API
- Competitive commission rates
- 3D walkthrough tours
- Mobile apps available
- 房地产经纪服务
- 包含Agent服务
- 无官方公开API
- 具有竞争力的佣金费率
- 支持3D虚拟看房
- 提供移动应用