Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StayAPI Agent Skill

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).

Requirements

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.

Install

Claude Code (plugin marketplace)

/plugin marketplace add stayapi/agent-skill
/plugin install stayapi@stayapi

Claude Code / any skills-aware agent (manual)

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/stayapi

Claude.ai / Claude Desktop

Download stayapi.skill from the latest release and upload it under Settings → Capabilities → Skills.

What's inside

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.

Versioning

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.

Links & support

Licensed under MIT.

About

Official StayAPI agent skill — live hotel, vacation-rental, and restaurant data for AI assistants (Booking.com, Airbnb, Google Hotels, TripAdvisor, and more)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors