Agent Skills: 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.

UncategorizedID: benchflow-ai/skillsbench/search-accommodations

Install this agent skill to your local

pnpm dlx add-skill https://github.com/benchflow-ai/skillsbench/tree/HEAD/tasks/travel-planning/environment/skills/search-accommodations

Skill Files

Browse the full folder contents for search-accommodations.

Download Skill

Loading file tree…

tasks/travel-planning/environment/skills/search-accommodations/SKILL.md

Skill Metadata

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)