Skip to content

scoutingapi/vrbo-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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 ScoutingAPI 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 scout_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 vrbo-full

Hermes Agent:

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

Claude Code / Cursor / Cline / Codex:

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

All skills at once:

npx skills add scoutingapi/vrbo-skills

Manual (git clone):

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

The npx skills add scoutingapi/vrbo-skills route reads this GitHub repo directly and works today. ClawHub / Hermes directory installs resolve once the skills are indexed in those directories.

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 SCOUTINGAPI_KEY to your ScoutingAPI key. Free key (no card) at https://scoutingapi.com/signup; a scout_test_ sandbox key returns deterministic fixtures at zero cost. See skills/vrbo-full/references/auth-setup.md.

Why ScoutingAPI

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 ScoutingAPI 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://scoutingapi.com/signup · Docs · Pricing · Status

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

ScoutingAPI 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 ScoutingAPI. OpenClaw, Hermes, Claude Code, Cursor. MIT-0.

Topics

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors