Agent Skill
2/7/2026search-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.
B
benchflow
305GitHub Stars
1Views
npx skills add benchflow-ai/skillsbench
SKILL.md
| Name | search-accommodations |
| Description | 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. |
name: search-accommodations description: 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.
Search Accommodations
Find the accommodations for a specific city. Notice all the
Installation
pip install pandas
Quick Start
from search_accommodations import Accommodations
acc = Accommodations()
result = acc.run("Seattle")
print(result)
Skills Info
Original Name:search-accommodationsAuthor:benchflow
Download