An agent skill that teaches AI assistants to fetch live hotel, vacation-rental, and restaurant data through StayAPI: Booking.com, Airbnb, Google Hotels, Google Travel, Google Reviews, TripAdvisor, Agoda, Trip.com, Accor (ALL), Radisson, WeHotel (Jin Jiang), and OpenTable.
With the skill installed, prompts like these just work:
"Find the top hotels in Lisbon for Sep 11–13 with prices" "Get the 20 most recent guest reviews for this Booking.com hotel" "What do Google reviews say about the Bellagio?" "Which OpenTable restaurants near the Eiffel Tower have a table for 4 tonight?"
The skill guides the assistant to the right StayAPI capability — over the MCP server when connected, or the plain REST API otherwise — and encodes the gotchas that trip up agents (signed destination IDs, stay-total vs nightly prices, per-platform sort parameters, URL-vs-ID resolution costs).
A StayAPI API key — sign up at stayapi.com and copy it from the dashboard. The skill never asks you to paste the key into files or chats; it reads the STAYAPI_API_KEY environment variable or uses your already-configured MCP connector.
/plugin marketplace add stayapi/agent-skill
/plugin install stayapi@stayapi
Copy skills/stayapi/ into your skills directory, e.g.:
git clone https://github.com/stayapi/agent-skill.git
cp -R agent-skill/skills/stayapi ~/.claude/skills/stayapiDownload stayapi.skill from the latest release and upload it under Settings → Capabilities → Skills.
skills/stayapi/
├── SKILL.md # triggers, auth rules, transport selection, core workflow guide
└── references/
├── workflows.md # worked examples: destination lookup, search, details, reviews,
│ # Google Hotels, Airbnb — MCP sequences + copy-paste REST curl
└── tools.md # full catalog: 55 MCP tools ↔ REST endpoints across 14 platforms
The skill contains documentation only — all data comes from your StayAPI account, billed one quota unit per successful call, same as the REST API.
Releases are tagged (v0.1.0, …) with a packaged .skill file attached. The skill is developed and validated alongside the StayAPI codebase; this repository is its public distribution home.
- Documentation: https://stayapi.com/docs
- MCP setup guide: https://stayapi.com/docs/mcp
- Support: info@stayapi.com
Licensed under MIT.