airbnb-agent

Search Airbnb listings, filter short-term rentals, and analyze detail pages for parking, basement, and renovation signals.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "airbnb-agent" with this command: npx skills add suidge/airbnb-agent

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

TopicFile
Usage, parameters, and limitationsreferences/api-fields.md
API fields and common coordinatesreferences/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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

x402 Private Search

Make paid API requests using the x402 HTTP payment protocol (USDC on Base Sepolia). Use when you need to access x402-protected services, pay for API calls wi...

Registry SourceRecently Updated
7380Profile unavailable
Automation

Travel Information and News

Search and aggregate travel news, information, and reviews from multiple sources. Designed for travel planning professionals, travel agents, tour operators,...

Registry SourceRecently Updated
3190Profile unavailable
Automation

TokenKiller

Reduces token usage across multi-skill agent workflows (search, coding, debugging, testing, docs) using budgets, gating, progressive disclosure, and deduped...

Registry SourceRecently Updated
3681Profile unavailable
General

MoodTrip Hotel Search

Search, compare, evaluate, and hand off hotel bookings using the MoodTrip.ai MCP server (api.moodtrip.ai). Use this skill whenever the user mentions hotels,...

Registry SourceRecently Updated
3250Profile unavailable