Build with AI
Agent Skills
Install the accommodation search skill for AI coding agents.
Install the accommodation search skill to give your AI coding agent access to live travel inventory from Booking.com, Vrbo, Expedia, and Hotels.com.
Install
One command to add the skill to your project:
mkdir -p .claude/skills/accommodation-search && curl -sL https://api.stay22.com/.well-known/agent-skills/accommodation-search/SKILL.md -o .claude/skills/accommodation-search/SKILL.mdmkdir -p .agents/skills/accommodation-search && curl -sL https://api.stay22.com/.well-known/agent-skills/accommodation-search/SKILL.md -o .agents/skills/accommodation-search/SKILL.mdmkdir -p ~/.agents/skills/accommodation-search && curl -sL https://api.stay22.com/.well-known/agent-skills/accommodation-search/SKILL.md -o ~/.agents/skills/accommodation-search/SKILL.mdAfter installing, your agent will automatically use this skill when tasks involve finding hotels, comparing lodging, or checking availability.
accommodation-search
Search live travel inventory for hotels and vacation rentals with real-time availability and pricing. Connects to the Direct Travel API via MCP or REST.
Related
- MCP Integration — connect your AI assistant directly via MCP
- Authentication — get an API key for higher rate limits
- Code Examples — REST API usage examples