public-restroom-nearby

public restroom nearby

nomadamas 6.5k ↓ 2.5k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • 위치는 자동으로 추정하지 않는다.
  • 반드시 먼저 현재 위치를 질문한다.
  • 화장실 데이터는 공식 공중화장실정보 표준데이터를 기본으로 사용한다.
  • KAKAORESTAPIKEY 또는 kakaoRestApiKey 옵션이 있으면 Kakao Local REST API로 공중화장실, 개방화장실, OL7 주유소를 추가 조회해 병합한다.
  • 위치 문자열은 Kakao Map anchor 검색으로 좌표를 잡고, 가능한 경우 해당 시도 데이터만 좁혀서 조회한다.
  • 좌표를 직접 받으면 바로 nearby 계산으로 들어간다.
  • "근처 화장실 찾아줘"

Requirements & configuration

  • const { searchNearbyPublicRestroomsByLocationQuery } = require("public-restroom-nearby");

Configuration: KAKAO_REST_API_KEY

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

public restroom nearby

Source

Repository: https://github.com/nomadamas/k-skill

public-restroom-nearby FAQ

What does the public-restroom-nearby skill do?

Use when the user asks for nearby public/open restrooms or 근처 화장실. Always ask the user's current location first, then use the official nationwide public-restroom standard dataset plus Kakao anchor resolution. 위치는 자동으로 추정하지 않는다. 반드시 먼저 현재 위치를 질문한다.

What does public-restroom-nearby require?

const { searchNearbyPublicRestroomsByLocationQuery } = require("public-restroom-nearby"); Configuration keys: KAKAO_REST_API_KEY.

How do I install public-restroom-nearby?

Run: npx -y skills add https://github.com/nomadamas/k-skill --skill public-restroom-nearby --agent claude-code — the source lives at github.com/nomadamas/k-skill.

Maintain public-restroom-nearby?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[public-restroom-nearby on getagentictools](https://getagentictools.com/skills/nomadamas-k-skill-public-restroom-nearby?ref=badge)
npx agentictools info skills/nomadamas-k-skill-public-restroom-nearby

The second line is the CLI lookup for this page — handy in READMEs and docs.