Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vrbo Skills for AI Agents

Agent skills for Vrbo 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 vrbo-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/vrbo-full

Hermes Agent:

hermes skills install skills-sh/stayingapi/vrbo-skills/skills/vrbo-full

Claude Code / Cursor / Cline / Codex:

npx skills add stayingapi/vrbo-skills --skill vrbo-full

All skills at once:

npx skills add stayingapi/vrbo-skills

Manual (git clone):

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

The npx skills add stayingapi/vrbo-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
vrbo-search Vrbo Search
vrbo-availability Vrbo Availability
vrbo-reviews Vrbo Reviews
vrbo-prices Vrbo Prices & Cross-OTA Comparison
vrbo-full Vrbo — Complete Toolkit
vrbo-rentals Vrbo Vacation Rentals

Install vrbo-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/vrbo-full/references/auth-setup.md.

Why StayingAPI

One integration covers every platform: Vrbo 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 Vrbo. Vrbo is a trademark of its respective owner.

About

Vrbo agent skills (SKILL.md) — vacation-rental search, availability, prices 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