
Queries Seoul's Ttareungyi bike share system in real time to check available bikes and empty racks at stations. You can search by coordinates with a radius, by station name keyword, or pull the raw API feed. Runs entirely through k-skill-proxy so you don't need your own Seoul Open Data API key. The workflow is straightforward: nearby stations show bike count, empty rack count, distance, and timestamp. It's read-only, no reservations or automation. Useful if you're actually in Seoul and want Claude to tell you whether you can grab a bike right now or if there's a dock to return one.
npx -y skills add nomadamas/k-skill --skill seoul-bike --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 seoul-bike
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 seoul-bike
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/seoul-bike/instruction.md.