什麼是 local-pois?
用於取得本地商家/POI 詳細資訊。需要從網路搜尋中取得 POI ID(使用 result_filter=locations)。傳回完整的業務訊息,包括評級、營業時間、聯絡資訊。最多 20 個 ID。 來源:brave/brave-search-skills。
用於取得本地商家/POI 詳細資訊。需要從網路搜尋中取得 POI ID(使用 result_filter=locations)。傳回完整的業務訊息,包括評級、營業時間、聯絡資訊。最多 20 個 ID。
透過命令列快速安裝 local-pois AI 技能到你的開發環境
來源:brave/brave-search-skills。
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 =.
用於取得本地商家/POI 詳細資訊。需要從網路搜尋中取得 POI ID(使用 result_filter=locations)。傳回完整的業務訊息,包括評級、營業時間、聯絡資訊。最多 20 個 ID。 來源:brave/brave-search-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/brave/brave-search-skills --skill local-pois用於取得本地商家/POI 詳細資訊。需要從網路搜尋中取得 POI ID(使用 result_filter=locations)。傳回完整的業務訊息,包括評級、營業時間、聯絡資訊。最多 20 個 ID。 來源:brave/brave-search-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/brave/brave-search-skills --skill local-pois 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/brave/brave-search-skills