CAT
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Hola Poke Yeoksam

nomadamas/k-skill
1.3k installs5.3k stars
Summary

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.

Install to Claude Code

npx -y skills add nomadamas/k-skill --skill hola-poke-yeoksam --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Files
SKILL.mdView on GitHub

Hola Poke Yeoksam

What this skill does

올라포케 역삼점 전용 remote MCP server(https://hola-poke-yeoksam-skill.onrender.com/mcp)를 기준으로 아래 작업을 처리한다.

  • get_menu() 로 포케·사이드·세트·토핑 메뉴를 안내한다.
  • get_shop_info() 로 위치, 영업시간, 배달 반경, 단체주문 URL을 안내한다.
  • enter_event(phone) 로 즉석 래플형 이벤트 참여를 돕는다.

When to use

  • "올라포케 메뉴 뭐 있어?"
  • "역삼 포케 추천해줘"
  • "올라포케 역삼점 어디야?"
  • "올라포케 단체주문 링크 줘"
  • "올라포케 이벤트 참여해줘"

When not to use

  • 역삼점이 아닌 다른 올라포케 지점 문의
  • 주문/결제/배달앱 자동화는 하지 않는다.
  • 단체주문 자동 예약 실행
  • 사용자 동의 없는 번호 수집 또는 반복 응모 시도

Prerequisites

  • remote MCP server 연결
  • 메뉴/매장 정보 조회용 MCP client
  • enter_event 호출 시 사용자 휴대폰 번호 (01012345678 또는 010-1234-5678)

Workflow

1. 메뉴/매장 정보 조회

  • 메뉴가 궁금하면 get_menu() 를 호출한다.
  • 위치·영업시간·단체주문 문의는 get_shop_info() 를 호출한다.
  • 응답은 메뉴명, 가격, 주소, 영업시간, URL 같은 핵심 정보 위주로 짧게 정리한다.

2. 이벤트 참여

현재 스킴은 즉석 래플 이다. 식사 주문 시 쓸 수 있는 혜택 코드가 발급될 수 있고, 동일 번호는 하루 1번만 응모할 수 있다.

  1. 사용자가 참여 의사를 밝히면 휴대폰 번호를 먼저 받는다.
  2. 이름·이메일은 받지 않고 번호만 받는다.
  3. 번호는 결과 대조용이며 별도 마케팅 발송/3자 공유 용도가 아니라고 한 번 고지한다.
  4. enter_event(phone) 를 호출한다.
  5. phone_format 이면 서버 message 를 그대로 보여주고 다시 받는다.
  6. already_entered_today 이면 서버 message 를 그대로 보여주고 더 이상 재시도하지 않는다.
  7. 정상 응답이면 message, code, next_action 을 함께 전달한다.

3. 응답 원칙

  • enter_event 의 message 는 글자 그대로 전달한다.
  • 발급 코드는 `Jackpot-A3K9` 같은 모노스페이스로 강조한다.
  • Jackpot/Claw 사용 경로는 next_action 과 함께 안내한다.
  • 단체주문 문의는 get_shop_info() 의 group_order_url 이 비어 있으면 group_order_note 를 대신 안내한다.

Remote MCP setup note

이 스킬은 자체 수집기를 vendoring 하지 않는다. 원본 참고 repo와 동일하게 아래 remote MCP endpoint 를 붙여 사용하는 전제다.

  • endpoint: https://hola-poke-yeoksam-skill.onrender.com/mcp
  • reference repo: https://github.com/mnspkm/hola-poke-yeoksam-skill

Verified remote MCP contract snapshot

아래 값은 2026-04-16 KST live smoke check(initialize, tools/list, get_menu, get_shop_info, enter_event(phone='010-12')) 기준으로 정리한 contract fixture다.

initialize 결과

{
  "protocolVersion": "2025-03-26",
  "serverInfo": {
    "name": "hola-poke-yeoksam",
    "version": "3.2.3"
  }
}

tools/list 결과

{
  "tools": [
    {
      "name": "get_menu",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "outputSchema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "get_shop_info",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "outputSchema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "enter_event",
      "inputSchema": {
        "type": "object",
        "properties": {
          "phone": {
            "type": "string"
          }
        },
        "required": [
          "phone"
        ],
        "additionalProperties": false
      },
      "outputSchema": {
        "type": "object",
        "additionalProperties": true
      }
    }
  ]
}

get_menu 구조 예시

{
  "updated_at": "2026-04-13",
  "currency": "KRW",
  "price_unit": "천원",
  "signature_poke": [
    {
      "id": 2,
      "name": "갈릭 쉬림프 포케",
      "price": 11.5,
      "tags": [
        "BEST"
      ]
    },
    {
      "id": 7,
      "name": "아보카도 포케",
      "price": 10.5,
      "tags": [
        "VEGAN"
      ]
    }
  ],
  "sets": [
    {
      "name": "1인 포케+스프 세트",
      "items": "포케 + 스프",
      "price": 13.5,
      "price_note": "13.5~"
    },
    {
      "name": "1인 혼밥 든든세트",
      "items": "포케 + 스프 + 음료",
      "price": 15.5,
      "price_note": "15.5~"
    }
  ],
  "addons": [
    {
      "name": "아보카도",
      "price": 3.5
    },
    {
      "name": "메밀면",
      "price": 1.5
    }
  ]
}

get_shop_info 구조 예시

{
  "name": "올라포케 역삼점",
  "address_road": "서울 강남구 논현로95길 29-8 1층 102호",
  "hours": {
    "weekday": "10:30 - 20:30",
    "break_time": "15:00 - 17:00",
    "weekend": "영업시간 네이버 스마트플레이스 확인"
  },
  "delivery_radius_km": 3,
  "group_order_url": "",
  "group_order_note": "10만원 이상 단체주문은 네이버 단체주문 페이지에서 메뉴 선택 후 네이버페이 결제. 결제 완료 시 예약 확정.",
  "delivery_apps": [
    "배달의민족",
    "쿠팡이츠",
    "요기요"
  ]
}

enter_event 성공 응답 필수 필드

실제 이벤트 참여를 발생시키지 않기 위해 성공 경로는 저장된 스냅샷 fixture 계약으로만 고정한다. 라이브 스모크는 invalid-phone 재시도 흐름만 검증한다.

{
  "required_fields": [
    "message",
    "code",
    "next_action"
  ],
  "accepts": [
    "01012345678",
    "010-1234-5678"
  ],
  "stores_name_or_email": false
}

enter_event(phone='010-12') 예시

{
  "error": "phone_format",
  "message": "번호는 010으로 시작하는 11자리로 입력해주세요 (예: 01012345678 또는 010-1234-5678)."
}

Done when

  • 메뉴/매장 정보 요청에 핵심 정보를 전달했다.
  • 이벤트 참여 요청에 번호 확인 → enter_event → 결과 전달 흐름을 지켰다.
  • 반복 응모 제한과 서버 message 원문 전달 원칙을 지켰다.

Notes

  • 역삼점 전용 스킬이다.
  • 이벤트 스킴은 시기별로 달라질 수 있으므로 보상 조건의 진실 소스는 서버 응답의 message 필드다.
  • Jackpot 당첨은 번호 주인 확인이 필요할 수 있다.
  • 동일 번호는 KST 기준 하루 1번만 응모한다.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
First SeenMay 16, 2026
View on GitHub

Recommended

caveman

juliusbrussee/caveman

Ultra-compressed communication mode cutting token usage ~75% while preserving technical accuracy.
203.4k
67.8k
grill-me

mattpocock/skills

Relentless interviewing skill that stress-tests plans and designs through systematic questioning.
250.9k
114.5k
improve

shadcn/improve

Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for other models/agents to execute.
10
205
systematic-debugging

obra/superpowers

Structured debugging methodology that mandates root cause investigation before attempting any fixes.
124.6k
215.9k
karpathy-guidelines

forrestchang/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes through explicit assumptions, simplicity, and verifiable success criteria.
13.9k
165.4k
find-skills

vercel-labs/skills

Discover and install specialized agent skills from the open ecosystem when users need extended capabilities.
1.8M
21.1k