Back to skills

local-descriptions

data

Fetches AI-generated text descriptions for points of interest (POIs) using the Brave Search API. You first run a web search with location filtering to get POI IDs, then pass those IDs to this endpoint

Setup & Installation

npx skills add https://github.com/brave/local-descriptions --skill local-descriptions
or paste the link and ask your coding assistant to install it
https://github.com/brave/local-descriptions
View on GitHub

What This Skill Does

Fetches AI-generated text descriptions for points of interest (POIs) using the Brave Search API. You first run a web search with location filtering to get POI IDs, then pass those IDs to this endpoint to get markdown-formatted descriptions grounded in web search context. Up to 20 POIs per request. Instead of manually reading reviews and writing summaries for each place, this returns ready-to-use markdown descriptions for up to 20 locations in a single API call.

When to use it

  • Working with local descriptions functionality
  • Implementing local descriptions features
  • Debugging local descriptions related issues