search-cities

根据指定州名从内置数据中提取所属城市列表,用于验证州输入的准确性或扩展目的地选项,为后续交通、餐饮及住宿等查询提供地理范围支持。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add benchflow-ai/skillsbench --skill "search-cities"

Search Cities

Map states to their cities from the background text file.

Installation

No external dependencies.

Quick Start

from search_cities import Cities

cities = Cities()
print(cities.run("California"))