search-accommodations

Query a bundled CSV dataset to return city accommodations.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill search-accommodations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-accommodations
Source: https://github.com/KaiserWhoLearns/skillsbench/tree/main/tasks/travel-planning/environment/skills/search-accommodations
Command: npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill search-accommodations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, and includes scripts (resource) components.

What problem does it solve?

Lookup accommodations by city from the bundled dataset. This capability supports travel planning tasks by quickly surfacing lodging options for a given city.

Core Features & Use Cases

  • City-wide search: retrieve lodging options by city from the included dataset.
  • Filter and compare: view key attributes like price, room type, and occupancy to compare options.
  • Use Case: plan itineraries by assembling a shortlist of stays in a target city to present to travelers.

Quick Start

Ask the assistant to search for accommodations in a given city using the bundled dataset.

Frequently Asked Questions about search-accommodations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for accommodations by city using a CSV dataset?

You can search accommodations by city using a Python helper that filters a bundled CSV dataset by the requested location, returning structured lodging options. This allows quick retrieval of stays with attributes like price and room type.

What is the best way to filter a travel dataset for lodging options in a specific city?

Filtering a travel dataset for lodging options requires applying a city-wide search query to return matching accommodations. This approach surfaces key attributes such as price, room type, and occupancy to help compare options and assemble a shortlist for travelers.

Can I use pandas to query a bundled dataset and return structured lodging results?

Yes, you can use pandas to query a bundled dataset and return structured lodging results. This dependency enables the filtering of rows by city to quickly surface and compare accommodations based on specific attributes like price and occupancy.

Does this city accommodations search approach work for travel planning tasks?

Yes, the city accommodations search is designed specifically for travel planning tasks. It helps users quickly assemble a shortlist of stays in a target city by retrieving lodging options from a bundled dataset to present to travelers.

What attributes are available when I filter accommodations by city from the dataset?

When you filter accommodations by city from the dataset, the structured results include key attributes like price, room type, and occupancy. These attributes allow you to view and compare different lodging options for your travel itinerary.

Do I need to bring my own data to search for city stays?

No, you do not need to bring your own data to search for city stays. The tool queries a bundled dataset that is already included, allowing you to immediately filter by city and retrieve lodging options without external data sources.