AgentStack
SKILL verified MIT Self-run

Browsing Airbnb

skill-browsing-skills-browsing-skills-airbnb-com · by browsing-skills

Use when the user wants to interact with Airbnb — search public stays, extract listing details, extract visible reviews, or read availability and price breakdowns. Works on airbnb.com public guest pages without login for most stays; a real browser is required because Airbnb is a JavaScript-rendered SPA.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-browsing-skills-browsing-skills-airbnb-com

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Browsing Airbnb? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Airbnb — Browsing Skill

Use this index to choose the Airbnb action that matches the user request, then open only the linked reference file for the complete navigation, requirements, code, and return shape.

Action Index

  • search — Search public Airbnb stays by destination, dates, guests, price, room type, and other URL filters, then extract visible result cards. Full spec: [references/search.md](references/search.md).
  • listing-data — Extract visible details from a specific Airbnb listing, including title, host, location, rating, capacity, amenities, photos, and description. Full spec: [references/listing-data.md](references/listing-data.md).
  • reviews — Extract visible reviews from a listing page, opening the reviews dialog when possible. Full spec: [references/reviews.md](references/reviews.md).
  • availability-price — Read the currently visible booking-card availability, nightly price, fees, taxes, and total for selected dates and guests. Full spec: [references/availability-price.md](references/availability-price.md).

Benchmarks

Benchmarks compare the maintained skill action against a no-skill browser agent that inspects the live page DOM and derives selectors at runtime. Full notes live in [BENCHMARKS.md](../../BENCHMARKS.md).

| Action | With Skill | Without Skill | Notes | |---|---:|---:|---| | search | TBD | TBD | Planned. | | listing-data | TBD | TBD | Planned. | | reviews | TBD | TBD | Planned. | | availability-price | TBD | TBD | Planned. |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.