← 返回 Skills 市场
suidge

Airbnb Agent

作者 Neo Shi · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
34
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install airbnb-agent
功能描述
Search Airbnb listings, filter short-term rentals, and analyze detail pages for parking, basement, and renovation signals.
使用说明 (SKILL.md)

Airbnb Agent

Search Airbnb via pyairbnb API, filter listings, and inspect detail pages without login or browser automation.

When to Use

Use for Airbnb rental searches, shortlist comparison, coordinate-based filtering, and listing detail analysis when login-only data is not required.

Setup

bash scripts/setup.sh

Creates .venv/ with pyairbnb + curl-cffi.

Quick Reference

Topic File
Usage, parameters, and limitations references/api-fields.md
API fields and common coordinates references/api-fields.md

Core Rules

  1. Run setup first if .venv/ is missing.
  2. Search by coordinate box; ask for or derive center coordinates before running.
  3. Treat detail keyword matches as signals, not verified facts.
  4. Pass the same dates and guest count to both search and detail analysis.
  5. Save JSON outputs and cite listing URLs when summarizing recommendations.

Workflow

.venv/bin/python3 scripts/search.py "Brighton" \
  --check-in 2026-08-27 --check-out 2026-09-04 --guests 3 \
  --bedrooms 2 --max-price 20000 --min-rating 4.8 \
  --center-lat 50.8225 --center-lng -0.1373 --max-distance-km 2.5

.venv/bin/python3 scripts/details.py /tmp/airbnb_candidates.json \
  --top 15 --check-in 2026-08-27 --check-out 2026-09-04 --guests 3

Outputs:

  • /tmp/airbnb_candidates.json from search
  • /tmp/airbnb_results.json from detail analysis
安全使用建议
This looks suitable for public Airbnb listing research. Before installing, be aware that setup downloads third-party Python packages, and searches send your dates, guest count, location area, and listing requests to Airbnb-related services. Do not add Airbnb cookies, payment details, or login credentials unless the skill is updated and reviewed for that purpose.
功能分析
Type: OpenClaw Skill Name: airbnb-agent Version: 1.0.2 The airbnb-agent skill is a legitimate tool for searching and analyzing Airbnb listings using the pyairbnb library and curl-cffi for scraping. The code in search.py and details.py performs coordinate-based searches, filters results by user criteria (price, rating, bedrooms), and extracts listing details (parking, basement, renovation) from HTML. The behavior is consistent with the stated purpose, and there are no signs of malicious intent, data exfiltration, or unauthorized access.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The visible artifacts are coherent with a search-and-analysis skill and do not implement booking, payment, login, or cookie use. The provided capability signal 'can-make-purchases' appears broader than the reviewed code, so users should treat this as a research tool rather than a purchasing agent.
Instruction Scope
Instructions are bounded to setup, coordinate-based search, detail analysis, JSON output, and verifying keyword matches; there are no prompt overrides, hidden role changes, or instructions to bypass user intent.
Install Mechanism
There is no formal install spec, but the skill includes a user-directed setup script that creates a local virtual environment and installs unpinned dependencies from the Python package ecosystem.
Credentials
Network access to Airbnb/pyairbnb and writing JSON outputs under /tmp are proportionate to the stated purpose, but search dates, guest counts, and listing IDs are sent to third-party services.
Persistence & Privilege
The skill creates a persistent local .venv directory, but there is no evidence of background daemons, privilege escalation, credential storage, browser cookie use, or account mutation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install airbnb-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /airbnb-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Improve skill-builder compliance, docs, guest handling, and bedroom parsing
v1.0.1
Rename skill folder and SKILL.md to match slug airbnb-agent, update title
v1.0.0
Initial release: search Airbnb listings by location, date, guests; filter by price/rating/bedrooms/distance; analyze details for parking/basement/renovation keywords.
元数据
Slug airbnb-agent
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Airbnb Agent 是什么?

Search Airbnb listings, filter short-term rentals, and analyze detail pages for parking, basement, and renovation signals. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 34 次。

如何安装 Airbnb Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install airbnb-agent」即可一键安装,无需额外配置。

Airbnb Agent 是免费的吗?

是的,Airbnb Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Airbnb Agent 支持哪些平台?

Airbnb Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Airbnb Agent?

由 Neo Shi(@suidge)开发并维护,当前版本 v1.0.2。

💬 留言讨论