AI Summary本 skill 的所有文件路径都相对于 (即本 SKILL.md 所在目录)。 读写文件时,始终使用 前缀解析路径。执行 shell 命令时同理。 如果 既不是子命令也不像房源链接,显示 discovery。
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "rent-ops — AI 租房助手" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/rent-ops && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/rent-ops/SKILL.md "https://raw.githubusercontent.com/BENZEMA216/rent-ops/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
AI 租房助手 — Claude Code Skill,主动扫描各平台房源、智能评估打分、高德地图可视化
路径约定
本 skill 的所有文件路径都相对于 ${CLAUDE_SKILL_DIR}(即本 SKILL.md 所在目录)。 读写文件时,始终使用 ${CLAUDE_SKILL_DIR}/ 前缀解析路径。执行 shell 命令时同理。 ---
Mode 路由
根据 $ARGUMENTS 确定执行哪个模式: | 输入 | Mode | |------|------| | (空 / 无参数) | discovery — 显示命令菜单 | | 房源链接或描述文本(非子命令) | auto-evaluate | | scan | scan | | tracker | tracker | | risk | risk | | verify | verify — 假房源检测 | | visit | visit | | map | map — 打开地图可视化 | | scrape | scrape — 执行豆瓣/小红书爬虫 | | compare | 提示「v0.2 开发中」 | | negotiate | 提示「v0.2 开发中」 | | batch | 提示「v0.2 开发中」 | 自动检测: 如果 $ARGUMENTS 不是已知子命令,但包含房源链接(ke.com、ziroom.com、58.com、douban.com、xiaohongshu.com、xianyu.com),自动走 auto-evaluate。 如果 $ARGUMENTS 既不是子命令也不像房源链接,显示 discovery。 ---
Discovery Mode(无参数)
显示: ` 🏠 rent-ops — AI 租房助手 可用命令: /rent {粘贴链接} → 自动评估(抓取 + 打分 + 风险扫描 + 入 tracker) /rent scan → 主动扫描各平台找房(WebSearch/Playwright) /rent scrape → 执行豆瓣/小红书爬虫(Playwright stealth + MediaCrawler) /rent map → 打开高德地图可视化(所有房源定位展示) /rent tracker → 查看/管理房源跟踪表 /rent risk {小区名} → 搜集该小区避雷信息 /rent verify {链接} → 假房源检测(价格异常/隔断/二房东/平台专属检查) /rent visit → 看房准备(路线 + checklist + 砍价话术) 即将支持: /rent compare → 多房源横向对比 /rent negotiate {房源#} → 砍价策略生成 /rent batch → 批量评估 直接粘贴房源链接即可开始评估。 ` ---
Context 加载规则
确定 mode 后,加载对应文件再执行。所有路径基于 ${CLAUDE_SKILL_DIR}/:
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster