From web-scraper-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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/web-scraper-skills:airbnb.comThe summary Claude sees in its skill listing — used to decide when to auto-load this 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.
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.
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.
| Action | With Skill | Without Skill | Notes |
|---|---|---|---|
| search | TBD | TBD | Planned. |
| listing-data | TBD | TBD | Planned. |
| reviews | TBD | TBD | Planned. |
| availability-price | TBD | TBD | Planned. |
npx claudepluginhub omixec/web-scraper-skills --plugin web-scraper-skillsProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.