
If you've ever lost something on the Seoul subway, you know the official LOST112 and Seoul Metro lost property sites aren't exactly straightforward. This skill structures the search flow for you by taking station name, item type, and time range, then generates the exact LOST112 form payload (SITE=V for transit agencies, DEP_PLACE, date ranges) and gives you a runnable curl command. It's conservative by design because there's no stable public API, so v1 stays in guidance mode rather than trying to scrape results automatically. The Python helper handles referer headers and timeouts since the official site can be slow. Useful when you need to check 강남역 for a lost wallet without clicking through multiple forms blind.
npx -y skills add nomadamas/k-skill --skill subway-lost-property --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct subway-lost-property
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 subway-lost-property
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/subway-lost-property/instruction.md.