Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

city-rental-hunt城市租房狩猎

Agent Skill

city-rental-hunt 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,575

周安装

152

GitHub Stars

公开资料未说明

下载量

1,252
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:city-rental-hunt(城市租房狩猎)
来源仓库:https://github.com/dario-github/city-rental-hunt
安装命令:
openclaw skills install city-rental-hunt
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install city-rental-hunt

简介

城市租房狩猎从中国社交平台(如 TikHub、小红书)抓取出租房源信息。

  • 适用于 OpenClaw 中寻找公寓、筛选地理位置与价格区间。
  • 通过 clawhub 安装,可按城市、房型等条件分类检索。
  • 使用前需确认平台 API 访问权限与数据更新频率。
  • 建议人工实地看房确认房屋状况,避免线上信息偏差。city-rental-hunt 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
city-rental-hunt
description
Search and triage rental listings from Chinese social platforms, especially Xiaohongshu via TikHub and optionally Douyin, for apartment hunting. Use when a user wants to find currently listed rentals, compare neighborhoods, build area-specific search keywords, de-duplicate posts, shortlist viable options, or create a contact brief under constraints like budget, rooms, commute, pet policy, building age, elevator, and landlord-vs-agent preference.

City Rental Hunt

Turn fuzzy apartment-hunting requests into a repeatable workflow:

  1. normalize constraints
  2. generate zone-aware search keywords
  3. search social listings
  4. extract listing facts
  5. filter red flags
  6. produce a shortlist and contact brief

Quick start

When the user asks to hunt rentals in a Chinese city:

  1. Normalize requirements first

- city - target zones - budget range - room count - must-have constraints - one-vote vetoes

  1. Generate search keywords

- Run:

     python3 skills/city-rental-hunt/scripts/keyword_plan.py \
       --city 北京 \
       --zones "北苑,霍营,清河" \
       --budget "6000-9000" \
       --rooms "两居" \
       --must "整租,电梯,次新" \
       --optional "可养猫,房东直租,转租"

- This produces reusable search phrases for each zone.

  1. Search platforms in this order

- First: Xiaohongshu via TikHub - Second: Douyin via TikHub - Use the existing social-media skill/tooling instead of inventing new scraping flows.

  1. Collect only listing-relevant facts

- platform - post id / URL - title / short summary - price if present - neighborhood / subway / zone - freshness - landlord / agent / unclear - pet policy if present - likely keep / maybe / discard

  1. Output a shortlist, not a dump

- Keep the result decision-oriented. - Separate high-confidence leads from weak leads.

Workflow

Step 1 — Normalize the requirement brief

Use this compact schema:

city: 北京
zones: [北苑, 霍营, 清河]
budget: 6000-9000
rooms: 两居
must_have:
  - 整租
  - 电梯
  - 次新/不要老小区
soft_preferences:
  - 客厅大
  - 房东直租
  - 靠近地铁
  - 宠物友好
vetoes:
  - 老小区
  - 合租
  - 商住
  - 非民水民电

If the user gives vague input, infer only the search structure, not the final preference.

Step 2 — Build search buckets by zone

Do not search one giant keyword first. Split by zone.

For each zone, create 3 buckets:

  1. broad: 北苑 整租 两居
  2. quality: 北苑 次新 电梯 两居
  3. conversion: 北苑 房东直租 两居 / 北苑 转租 两居 / 北苑 可养猫

If a known neighborhood appears repeatedly, promote it into its own bucket.

Step 3 — Search Xiaohongshu first

Use TikHub endpoints exposed by the existing social-media skill. Typical flow:

  • check help
  • check list-endpoints xiaohongshu when needed
  • search notes with short, high-signal phrases

Prefer short Chinese queries over long natural-language queries. TikHub/XHS search often degrades on long keyword strings.

Step 4 — Search Douyin as a supplement

Use Douyin only after XHS has produced a first-pass pool.

Douyin is useful for:

  • video walk-throughs
  • “刚空出来” style posts
  • transfer/转租 leads

Do not let Douyin dominate the run unless XHS is thin in that city/zone.

Step 5 — Extract and classify leads

For every lead, classify:

  • keep: fresh, plausibly matches constraints, enough information to contact
  • maybe: missing price / pet policy / building age, but still promising
  • discard: clear red flag

Use the red-flag checklist in references/playbook.md.

Step 6 — Produce two outputs

Output A: analyst-facing search record

Include:

  • keywords used
  • leads found
  • keep/maybe/discard reasoning
  • repeated neighborhoods worth deeper follow-up

Output B: user-facing morning brief

Include only:

  • top leads
  • why they matter
  • what to contact first
  • key uncertainties to verify

Scoring heuristics

Use these dimensions:

  • freshness: today / yesterday / within 7 days / stale
  • constraint fit: rooms, budget, elevator, new-enough community
  • contactability: landlord direct > personal transfer > unclear > obvious agent spam
  • risk: old community, no elevator, price missing, ad tone, commercial apartment, shared rental smell
  • special upside: pet-friendly, unusually concrete price, exact move-in date, strong transit fit

A listing with incomplete price can still rank high if it is very fresh and structurally fits.

What to avoid

  • Do not treat every social post as a real listing.
  • Do not present stale posts as active inventory.
  • Do not bury the user in 30 weak links.
  • Do not confuse “cheap” with “good fit”.
  • Do not publish or embed private commute addresses or personal names when turning a private search workflow into a reusable skill.

Default report shape

Use this structure unless the user asks otherwise:

# Rental hunt brief

## Requirement snapshot

## Zones searched

## Top leads
- lead
- lead
- lead

## Backup leads

## Repeated neighborhoods worth deeper checking

## Risks / unknowns to verify
- price
- pet policy
- landlord vs agent
- building age / elevator

## Contact-first order
1. ...
2. ...
3. ...

When to read the reference

Read references/playbook.md when you need:

  • a fuller keyword-building pattern
  • a reusable evidence schema
  • a red-flag checklist
  • a morning-brief template

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.71%
按下载量换算1,010

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills