From web-scraper-skills
Use when the user wants to interact with Booking.com — search for accommodations with full filter support (property type, stars, score, meal plan, facilities, district, etc.), extract a specific hotel's data (price, rooms, amenities, photos), extract reviews, or start a reservation up to (but not through) the payment step. Works on www.booking.com. A real browser is required (Booking is a JS-rendered SPA and serves bot challenges to plain fetches). Login is optional but improves prices and personalization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/web-scraper-skills:booking.comThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this index to choose the Booking.com action that matches the user request, then open the linked reference file for the complete navigation, requirements, code, and return shape.
Use this index to choose the Booking.com action that matches the user request, then open 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 | 3,903 / ~9.5s | 49,290 / ~82.5s | Skill clean; no-skill noisy/missing fields. |
| hotel-data | 2,969 / ~19.0s | 4,219 / ~35.6s | Skill complete; no-skill confirmed block but missed hotel/room details. |
| reviews | TBD | TBD | Planned. |
| book-room | 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.