search-accommodations

star 1.3k

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.

benchflow-ai By benchflow-ai schedule Updated 1/14/2026

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)
Install via CLI
npx skills add https://github.com/benchflow-ai/skillsbench --skill search-accommodations
Repository Details
star Stars 1,333
call_split Forks 313
navigation Branch main
article Path SKILL.md
More from Creator
benchflow-ai
benchflow-ai Explore all skills →