public-restroom-nearby

Find nearby public restrooms using the official dataset and Kakao location APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of not knowing where to find nearby public or open restrooms without wasting time searching manually.

Core Features & Use Cases

  • Location-first search: Always asks for the user’s current location before running the lookup.
  • Official dataset grounding: Uses the nationwide public restroom standard dataset as the primary source.
  • Optional Kakao enrichment: If a Kakao REST API key is provided, it adds additional POIs via Kakao Local REST API and merges them, then recalculates distances accurately with haversine.

Quick Start

Ask: "현재 위치(동네/역명/랜드마크 또는 위도·경도)를 알려주세요. 그러면 근처 공중화장실/개방화장실을 3개만 찾아줘."

Frequently Asked Questions about public-restroom-nearby

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

FAQPage Schema
How do I find nearby public restrooms using a landmark or station name?

To find nearby public restrooms, provide a landmark, station name, or latitude and longitude. The system resolves the location anchor and returns a short top-N list of the closest facilities from the official public restroom dataset.

What data sources are used to locate open restrooms near me?

Open restrooms are located using the nationwide official public restroom standard dataset as the primary base source, optionally augmented with additional POIs via Kakao Local REST API when available.

How are distances calculated for nearby restroom suggestions?

Distances for restroom suggestions are recalculated accurately using the haversine formula, and duplicate results within a 50-meter threshold are de-duplicated to ensure precise nearby facility mapping.

Do I need a Kakao REST API key to search for public restrooms?

You do not need a Kakao REST API key for basic public restroom searches, but providing one enriches results by merging additional POIs from Kakao Maps into the standard dataset.

Can I get restroom suggestions directly from a map link?

Yes, you can use a map link to receive restroom suggestions. The system processes the geospatial location data and returns a short top-N list of nearby public facilities.

What is the best way to search for public facilities if I only know my neighborhood?

The best way to search for public facilities by neighborhood is to simply provide your local area name. The system anchors the location resolution and queries the public restroom dataset for immediate results.