Agent skill
search-accommodations
Lookup accommodations by city from the bundled dataset. Use this skill when you need to recommend places to stay in a given city or filter lodging options before building an itinerary.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/search-accommodations
SKILL.md
Search Accommodations
Find the accommodations for a specific city. Notice all the
Installation
bash
pip install pandas
Quick Start
python
from search_accommodations import Accommodations
acc = Accommodations()
result = acc.run("Seattle")
print(result)
Didn't find tool you were looking for?