option
HomeHome Skill MCP Tools hola-poke-yeoksam

hola-poke-yeoksam

nomadamas/k-skill nomadamas/k-skill

올라포케 역삼점의 메뉴·매장 정보·이벤트 참여 흐름을 remote MCP 서버 기준으로 안내한다.

...Expand all
10
Updated time August 27, 2026

About hola-poke-yeoksam

A location-specific assistant for the Hola Poke (올라포케) Yeoksam branch in Seoul, built around a dedicated remote MCP server at https://hola-poke-yeoksam-skill.onrender.com/mcp. The skill answers menu, store-info, and event-participation questions in Korean by calling three documented MCP tools: get_menu() returns poke bowls, sides, sets, and toppings with KRW prices; get_shop_info() returns the road address, hours (including break time), delivery radius, and group-order details; and enter_event(phone) registers a phone number for an instant raffle-style promotion.

Use it for queries such as asking what is on the menu, requesting a poke recommendation, finding the store location, getting a group-order link, or entering the current event. It is intentionally narrow: it serves only the Yeoksam branch, does not handle other Hola Poke locations, and does not automate ordering, payment, delivery-app actions, or group-order reservations. For events it follows a careful consent flow — it collects only a phone number (never name or email), discloses once that the number is used solely for result matching rather than marketing or third-party sharing, then calls enter_event. Server messages are relayed verbatim, including the phone_format error and the already_entered_today limit, and the same number may enter only once per day in KST.

Under the hood the skill vendors no scraper of its own; it relies entirely on the remote MCP endpoint, and the document pins a verified contract snapshot from a 2026-04-16 live smoke check covering initialize, tools/list, and each tool's input schema. Issued reward codes are highlighted in monospace (for example Jackpot-A3K9) and presented alongside the message, code, and next_action fields. The authoritative source of truth for any reward condition is the server response's message field, since the event scheme can change over time.

FAQ

Which MCP tools does this skill expose?

Three tools: get_menu() for the poke, side, set, and topping menu; get_shop_info() for location, hours, delivery radius, and group-order info; and enter_event(phone) for entering the instant raffle event.

Does it work for other Hola Poke branches?

No. It is dedicated to the Yeoksam branch only, and inquiries about other Hola Poke locations are explicitly out of scope.

What phone number format does enter_event accept?

An 11-digit number starting with 010, accepted either as 01012345678 or 010-1234-5678. Invalid input returns a phone_format error whose server message is shown to the user so they can re-enter.

Can I enter the event more than once?

No. The same number may enter only once per day in KST. If the server returns already_entered_today, the skill shows that message and does not retry.

Does the skill place orders or handle payment?

No. It only provides menu and store information and handles event entry. Ordering, payment, delivery-app automation, and group-order reservations are not performed.

All Files

1 files
SKILL.md 6.9k
View

Install hola-poke-yeoksam

Download and extract the skill files to your .claude/skills/ directory.

Download ZIP

Clone the repository and copy the skill files to your project.

git clone # Copy SKILL.md to your .claude/skills/ directory

Copy Copy
Quick Setup: Copy the skill folder to .claude/skills/Claude will automatically detect and use the skill
Repository nomadamas/k-skill

Related Skills

office-mcp
Updated time July 13, 2026
mcpgraph
Updated time June 29, 2026
composio
Updated time June 29, 2026
connect-mcp-server
Updated time June 29, 2026
OR