什麼是 local-descriptions?
用於取得 AI 產生的 POI 文字描述。需要從網路搜尋中取得 POI ID(使用 result_filter=locations)。傳回基於網路搜尋上下文的降價描述。每個請求最多 20 個 ID。 來源:brave/brave-search-skills。
用於取得 AI 產生的 POI 文字描述。需要從網路搜尋中取得 POI ID(使用 result_filter=locations)。傳回基於網路搜尋上下文的降價描述。每個請求最多 20 個 ID。
透過命令列快速安裝 local-descriptions 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 AI-generated descriptions
Note: POI IDs are opaque strings returned in web search locations.results[].id. They are valid for approximately 8 hours. The example IDs above are for illustration — fetch fresh IDs via web-search with resultfilter=locations.
用於取得 AI 產生的 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-descriptions用於取得 AI 產生的 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-descriptions 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/brave/brave-search-skills