Retrieve attractions by city from the bundled dataset. Use this skill when surfacing points of interest or building sightseeing suggestions for a destination.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
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"))
More by benchflow-ai
View allWord document manipulation with python-docx - handling split placeholders, headers/footers, nested tables
When given a Python project codebase, this skill helps the agent to set up virtual environments, install dependencies, and run scripts.
Fast Python environment management with uv (10-100x faster than pip). Triggers on: uv, venv, pip, pyproject, python environment, install package, dependencies.
Harbor framework for agent evaluation. Use when: (1) Running harbor commands (harbor run, harbor tasks check), (2) Creating/validating SkillsBench tasks, (3) Understanding task format or debugging failures.
