
This connects Claude to a remote MCP server for Hola Poke's Yeoksam location in Seoul. You get three tools: menu lookup with prices in KRW, shop info including hours and delivery radius, and a raffle entry function that takes a phone number and returns discount codes. The event flow is strict about one entry per phone per day and passes server messages verbatim, so you're not guessing at prize conditions. It's built for Korean users asking about poke bowls near Gangnam station, not for automating orders or hitting other branches. The MCP contract is fully documented with live smoke test snapshots from April 2026, which is rare and helpful if you're debugging integration issues.
npx -y skills add nomadamas/k-skill --skill hola-poke-yeoksam --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 hola-poke-yeoksam
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 hola-poke-yeoksam
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/hola-poke-yeoksam/instruction.md.