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-descriptionsAI가 생성한 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