blue-ribbon-nearby

Find nearby Blue Ribbon restaurants via the k-skill-proxy nearby endpoint.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill blue-ribbon-nearby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blue-ribbon-nearby
Source: https://github.com/NomaDamas/k-skill/tree/main/blue-ribbon-nearby
Command: npx skills add https://github.com/NomaDamas/k-skill --skill blue-ribbon-nearby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

사용자가 현재 위치를 기준으로 근처 블루리본 맛집을 수동으로 찾아보고 비교하는 시간을 줄여주고, 블루리본 공식 존(zone)과 주변 검색을 통해 바로 추천 목록을 제공하는 문제를 해결합니다.

Core Features & Use Cases

  • 블루리본 공식 존 매칭 기반 위치 해석: 동네/역명/랜드마크/좌표 입력을 블루리본 zone 목록과 매칭해 검색 범위를 정확히 좁힙니다.
  • k-skill-proxy 경유 근처 검색: 프록시의 /v1/blue-ribbon/nearby 엔드포인트를 통해 근처 블루리본 레스토랑을 조회합니다(BLUE_RIBBON_SESSION_ID 필요).
  • 짧은 추천 응답 생성: 거리순으로 3~5개 내외의 간단한 레스토랑 요약(식당명, 리본 개수, 대표 카테고리, 주소, 거리)을 제공합니다.
  • 브라우저 fallback(봇 차단 대응): 403 차단 시 headed 모드에서 rebrowser-playwright 기반 자동 브라우저 우회로 결과를 가져오도록 설계되어 있습니다.

Quick Start

"현재 위치를 알려주세요(동네/역명/랜드마크 또는 위도·경도). 그 다음 근처 블루리본 맛집 5개만 추천해줘."

Frequently Asked Questions about blue-ribbon-nearby

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find Blue Ribbon restaurants near my current location?

To find Blue Ribbon restaurants nearby, provide your current location as a neighborhood, station name, landmark, or coordinates. The Skill matches your input against the official Blue Ribbon zone catalog and returns a distance-sorted summary of 3-5 restaurants.

Can I search for Blue Ribbon recommendations using a landmark or coordinate input?

Yes, Blue Ribbon nearby search supports landmark names, station names, neighborhoods, and explicit coordinates. The Skill resolves your input against the official Blue Ribbon zone catalog to narrow the search range accurately before querying nearby restaurants.

What's the best way to get a quick list of nearby Korea food restaurants with Blue Ribbon status?

The best way is to request a nearby Blue Ribbon recommendation by providing your location. The Skill queries the k-skill-proxy endpoint and returns a short summary including restaurant name, ribbon count, category, address, and distance for 3-5 locations.

Do I need a specific session ID to search nearby Blue Ribbon restaurants?

Yes, a valid BLUE_RIBBON_SESSION_ID is required to query the /v1/blue-ribbon/nearby endpoint via k-skill-proxy. This session ID authenticates the request and enables the location-based search to return distance-sorted restaurant results.

What happens if the Blue Ribbon nearby search returns a 403 error?

If a 403 block occurs during the Blue Ribbon nearby search, the Skill falls back to a headed browser mode using rebrowser-playwright to bypass the bot block and retrieve the restaurant results automatically.

How does the Blue Ribbon zone matching work for location-based search?

Blue Ribbon zone matching interprets your location input by resolving neighborhood, station, landmark, or coordinate data against the official Blue Ribbon zone list. This process precisely narrows the search range before querying the nearby endpoint for distance-sorted restaurant recommendations.