public-restroom-nearby
Get the full instructions (required first step)
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct public-restroom-nearby
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files public-restroom-nearby
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/public-restroom-nearby/instruction.md.
don't have the plugin yet? install it then click "run inline in claude" again.
+trigger phrases are specific and korean-aware, covering both english and korean user queries with natural variation
+explicit about not auto-detecting location, requiring upfront user confirmation before proceeding
+integrates multiple data sources (official standards plus optional kakao api) with clear fallback behavior
weaknesses
~procedure lacks numbered steps, decision tree, or concrete input/output specifications per stage
~no documented edge cases: missing kakao key handling, invalid location strings, empty result sets, api failures, coordinate conversion errors all unaddressed
~documentation mixes implementation detail (kakao anchor search, nearby calculation) with intent without clear separation or actionability