Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booking.com Skills for AI Agents

Agent skills for Booking.com data — search, availability, prices, cross-OTA price comparison and reviews, from any AI agent, over the StayingAPI REST API and hosted MCP server.

Works with OpenClaw (ClawdBot/Moltbot), Hermes Agent, Claude Code, Cursor, Cline, Codex, and any agent that supports the Agent Skills format. Free tier, no credit card, and a stay_test_ sandbox that returns fixtures at zero cost.

Install

Most users want booking-com-full — it covers search, availability, listing, price, cross-OTA comparison and reviews in one skill.

OpenClaw (ClawdBot/Moltbot), via ClawHub:

npx clawhub@latest install @stayingapi/booking-com-full

Hermes Agent:

hermes skills install skills-sh/stayingapi/booking-com-skills/skills/booking-com-full

Claude Code / Cursor / Cline / Codex:

npx skills add stayingapi/booking-com-skills --skill booking-com-full

All skills at once:

npx skills add stayingapi/booking-com-skills

Manual (git clone):

git clone https://github.com/stayingapi/booking-com-skills.git
cp -r booking-com-skills/skills/booking-com-full ~/.claude/skills/

The npx skills add stayingapi/booking-com-skills route reads this GitHub repo directly and works today. The ClawHub listings are published and pending directory review — that command works as soon as they are released. Hermes installs resolve once the skills are indexed there. ClawHub slugs are not globally unique, so always install ours owner-scoped (@stayingapi/…).

Skills in this repo

Skill Purpose
booking-com-search Booking.com Search
booking-com-availability Booking.com Availability
booking-com-reviews Booking.com Reviews
booking-com-prices Booking.com Prices & Cross-OTA Comparison
booking-com-full Booking.com, Complete Toolkit
booking-com-hotels Booking.com Hotels

Install booking-com-full for broad coverage; install a focused skill when you want a minimal tool surface.

Authentication

Set STAYINGAPI_KEY to your StayingAPI key. Free key (no card) at https://stayingapi.com/signup; a stay_test_ sandbox key returns deterministic fixtures at zero cost. See skills/booking-com-full/references/auth-setup.md.

Why StayingAPI

One integration covers every platform: Booking.com data comes back in the same unified schema as Airbnb, Booking.com, Vrbo and Google Hotels, and the price-compare tool returns a computed min and median across OTAs. Number-free on credits — failed/empty calls are never billed; costs are on the pricing page.

Source


Related repositories

Part of the StayingAPI open resource set — one unified accommodation-data API across Airbnb, Booking.com, Vrbo and Google Hotels, with a REST API, a native MCP server, and importable workflows.


Get your free key — no card → https://stayingapi.com/signup · Docs · Pricing · Status

Built with StayingAPI — trusted, ToS-clean, real-time accommodation data across Airbnb, Booking.com, Vrbo and Google Hotels, normalized to one schema. REST + a native MCP server.

StayingAPI is an independent service and is not affiliated with or endorsed by Booking.com. Booking.com is a trademark of its respective owner.

About

Booking.com agent skills (SKILL.md) — hotel search, availability, prices, cross-OTA comparison and reviews for any AI agent, via StayingAPI. OpenClaw, Hermes, Claude Code, Cursor. MIT-0.

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors