·local-pois
</>

local-pois

USE FOR getting local business/POI details. Requires POI IDs obtained from web-search (with result_filter=locations). Returns full business information including ratings, hours, contact info. Max 20 IDs.

28Installs·3Trend·@brave

Installation

$npx skills add https://github.com/brave/brave-search-skills --skill local-pois

How to Install local-pois

Quickly install local-pois AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/brave/brave-search-skills --skill local-pois
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: brave/brave-search-skills.

SKILL.md

View raw

Requires API Key: Get one at https://api.search.brave.com Plan: Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Two-step flow: This endpoint requires POI IDs from a prior web search.

Call web-search with resultfilter=locations to get POI IDs from locations.results[].id Pass those IDs to this endpoint to get full business details

Note: POI IDs are opaque strings returned in web search locations.results[].id. IDs are ephemeral and expire after 8 hours. The example IDs above are for illustration — fetch fresh IDs via web-search with resultfilter=locations. Use --data-urlencode since IDs may contain =.

USE FOR getting local business/POI details. Requires POI IDs obtained from web-search (with result_filter=locations). Returns full business information including ratings, hours, contact info. Max 20 IDs. Source: brave/brave-search-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/brave/brave-search-skills --skill local-pois
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from brave/brave-search-skills

Quick answers

What is local-pois?

USE FOR getting local business/POI details. Requires POI IDs obtained from web-search (with result_filter=locations). Returns full business information including ratings, hours, contact info. Max 20 IDs. Source: brave/brave-search-skills.

How do I install local-pois?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/brave/brave-search-skills --skill local-pois Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/brave/brave-search-skills