Agent Skills: Search Attractions

Retrieve attractions by city from the bundled dataset. Use this skill when surfacing points of interest or building sightseeing suggestions for a destination.

UncategorizedID: benchflow-ai/skillsbench/search-attractions

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-attractions

Skill Files

Browse the full folder contents for search-attractions.

Download Skill

Loading file tree…

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

Skill Metadata

Name
search-attractions
Description
Retrieve attractions by city from the bundled dataset. Use this skill when surfacing points of interest or building sightseeing suggestions for a destination.

Search Attractions

Query attractions for a given city.

Installation

pip install pandas

Quick Start

from search_attractions import Attractions

attractions = Attractions()
print(attractions.run("New York"))