
This connects Claude to Korea's official Opinet fuel price API and Kakao Maps to find the cheapest gas stations near you. It always asks for your location first (neighborhood, station name, or coordinates), converts it through Kakao's anchor resolution, then queries Opinet's database sorted by price. You get the top three to five results with price, distance, address, and extras like self-service or car wash availability. The proxy setup means you don't need your own Opinet API key. It defaults to gasoline but switches to diesel if you ask. Honestly, this is hyper-local to Korea, but if you drive there and care about saving a few hundred won per liter, it's exactly what you need.
npx -y skills add nomadamas/k-skill --skill cheap-gas-nearby --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 cheap-gas-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 cheap-gas-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/cheap-gas-nearby/instruction.md.