local-descriptions とは?
AI が生成した POI テキストの説明を取得するために使用します。 Web 検索から取得した POI ID が必要です (result_filter=locations を使用)。 Web 検索コンテキストに基づいたマークダウンの説明を返します。リクエストあたり最大 20 ID。 ソース: brave/brave-search-skills。
AI が生成した POI テキストの説明を取得するために使用します。 Web 検索から取得した POI ID が必要です (result_filter=locations を使用)。 Web 検索コンテキストに基づいたマークダウンの説明を返します。リクエストあたり最大 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 テキストの説明を取得するために使用します。 Web 検索から取得した POI ID が必要です (result_filter=locations を使用)。 Web 検索コンテキストに基づいたマークダウンの説明を返します。リクエストあたり最大 20 ID。 ソース: brave/brave-search-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/brave/brave-search-skills --skill local-descriptionsAI が生成した POI テキストの説明を取得するために使用します。 Web 検索から取得した POI ID が必要です (result_filter=locations を使用)。 Web 検索コンテキストに基づいたマークダウンの説明を返します。リクエストあたり最大 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