Agent Skills: Search Restaurants

Retrieve restaurants by city from the bundled dataset. Use this skill when recommending places to eat or validating dining options for a destination.

UncategorizedID: benchflow-ai/skillsbench/search-restaurants

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

Skill Files

Browse the full folder contents for search-restaurants.

Download Skill

Loading file tree…

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

Skill Metadata

Name
search-restaurants
Description
Retrieve restaurants by city from the bundled dataset. Use this skill when recommending places to eat or validating dining options for a destination.

Search Restaurants

Query restaurants for a given city.

Installation

pip install pandas

Quick Start

from search_restaurants import Restaurants

restaurants = Restaurants()
print(restaurants.run("San Francisco"))