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

Coupang Product Search

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

A local MCP wrapper around retention-corp/coupang_partners that searches Coupang products, filters by Rocket shipping, compares items, and pulls daily deals. It auto-clones the upstream repo to your cache, then calls bin/coupang_mcp.py with a local://coupang-mcp contract instead of hitting old hosted endpoints. If you set COUPANG_ACCESS_KEY and COUPANG_SECRET_KEY it makes direct HMAC-signed Partners API calls. Otherwise it falls back to a credentialless hosted backend at a.retn.kr that's allowlisted for the default openclaw-skill client ID. Responses split results into rocket vs normal delivery and include affiliate shortlinks with required disclosure. Useful when you want Coupang search without dealing with login, cart, or checkout automation, though goldbox and best-seller tools need operator keys to work.

Install to Claude Code

npx -y skills add nomadamas/k-skill --skill coupang-product-search --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

Coupang Product Search

What this skill does

retention-corp/coupang_partners 저장소의 로컬 Coupang MCP 호환 레이어를 사용해 쿠팡 상품 조회 도구를 실행한다. 기존 유지보수형 HF Space MCP 엔드포인트 대신, 이 저장소의 bin/coupang_mcp.py가 제공하는 local://coupang-mcp 계약을 호출한다.

  • 키워드 상품 검색
  • 로켓배송 전용 필터 검색
  • 가격대 범위 검색
  • 상품 비교표 생성
  • 카테고리별 베스트 상품
  • 골드박스 당일 특가
  • 인기 검색어/계절 상품 추천

How it works

Claude Code / Codex
  → coupang-product-search/scripts/coupang_partners_mcp.py
    → git clone/update retention-corp/coupang_partners (user cache)
      → python3 bin/coupang_mcp.py
        → local://coupang-mcp compatible tool layer
          ├─ Coupang Partners API client (operator keys present)
          └─ hosted fallback → https://a.retn.kr/v1/public/assist (no keys)

Hard rules:

  • COUPANG_MCP_ENDPOINT는 호환성 knob로만 유지한다. 기본값은 local://coupang-mcp다.
  • 구형 HF Space hosted MCP 엔드포인트를 사용하거나 새로 지어내지 않는다.
  • upstream 저장소는 https://github.com/retention-corp/coupang_partners.git만 사용한다.
  • tools와 init은 로컬 MCP 계약 확인용으로 먼저 실행한다.

Execution paths

retention-corp/coupang_partners는 하나의 CLI 뒤에서 두 가지 경로를 자동으로 선택한다. 래퍼(coupang_partners_mcp.py)는 두 경로 모두를 그대로 통과시킨다.

  1. Operator (local HMAC) path — COUPANG_ACCESS_KEY와 COUPANG_SECRET_KEY가 둘 다 설정된 경우. upstream이 Coupang Partners API를 HMAC 서명해 직접 호출한다. 키/시크릿은 절대 답변·문서·커밋에 노출하지 않는다.
  2. Credentialless hosted fallback path — 위 두 키 중 하나라도 없는 경우(또는 OPENCLAW_SHOPPING_FORCE_HOSTED=1). upstream이 자동으로 Retention Corp의 hosted 백엔드(https://a.retn.kr/v1/public/assist)로 떨어진다. 이 경로는 X-OpenClaw-Client-Id allowlist로 게이트되어 있으며, upstream이 기본으로 실어 보내는 openclaw-skill 값이 현재 Retention Corp allowlist에 등록된 값이다. k-skill 래퍼는 OPENCLAW_SHOPPING_CLIENT_ID를 별도로 설정하지 않고 이 upstream 기본값을 그대로 사용한다.

두 경로 모두 JSON envelope(ok/data.session_id/data.tool/data.payload/data.result) 모양은 동일하므로, 답변 로직은 경로를 구별할 필요가 없다. short deeplink는 hosted fallback에서는 https://a.retn.kr/s/... 형태로, operator path에서는 https://link.coupang.com/... 형태로 온다.

관련 환경변수

환경변수역할기본값
COUPANG_ACCESS_KEY, COUPANG_SECRET_KEY운영자 Coupang Partners API 크리덴셜. 둘 다 있을 때만 로컬 HMAC 경로가 활성화된다.없음 (없으면 hosted fallback)
OPENCLAW_SHOPPING_CLIENT_IDhosted fallback이 보낼 X-OpenClaw-Client-Id. upstream이 openclaw-skill을 기본으로 실어 보내며 이 값이 현재 Retention Corp allowlist에 등록되어 있다. k-skill 래퍼는 이 변수를 오버라이드하지 않는 것을 권장한다.openclaw-skill
OPENCLAW_SHOPPING_FORCE_HOSTED1이면 키가 있어도 hosted 경로를 강제한다.비어있음
OPENCLAW_SHOPPING_BASE_URLhosted 백엔드 base URL 오버라이드. 스테이징/로컬 backend 테스트용.https://a.retn.kr

MCP endpoint / contract

local://coupang-mcp

프로토콜 호환 버전: MCP 2025-03-26. 네트워크로 붙는 Streamable HTTP 서버가 아니라, upstream 저장소의 로컬 MCP 호환 CLI가 같은 도구 이름과 JSON-RPC 모양의 payload를 반환한다.

When to use

  • "쿠팡에서 생수 가격 좀 찾아줘"
  • "로켓배송 에어팟 찾아줘"
  • "20만원 이하 키보드 추천해줘"
  • "아이패드 vs 갤럭시탭 비교"
  • "오늘 쿠팡 특가 뭐 있어?"
  • "전자제품 베스트 보여줘"

When not to use

  • 로그인, 장바구니, 결제 자동화가 필요한 경우
  • 쿠팡 계정/session 접근이 필요한 경우
  • 실시간 재고/품절 여부를 100% 보장해야 하는 경우 (hosted fallback과 Partners API 모두 캐시·지연이 있을 수 있다)

Workflow

1. Clarify the need

검색어가 너무 넓으면 먼저 의도를 좁힌다.

  • 권장 질문: 어떤 용도/예산/브랜드/용량을 우선할까요?

2. Bootstrap and check the tool contract

래퍼는 기본적으로 ~/.cache/k-skill/coupang_partners에 upstream 저장소를 clone한다. 이미 clone되어 있으면 그대로 사용하고, 최신화가 필요할 때만 --update를 붙인다.

python3 coupang-product-search/scripts/coupang_partners_mcp.py tools
python3 coupang-product-search/scripts/coupang_partners_mcp.py init

기존 checkout을 명시하거나 CI/검증에서 네트워크 clone을 막으려면:

python3 coupang-product-search/scripts/coupang_partners_mcp.py \
  --repo-dir /path/to/coupang_partners \
  --no-clone \
  tools
python3 coupang-product-search/scripts/coupang_partners_mcp.py \
  --repo-dir /path/to/coupang_partners \
  --no-clone \
  init

3. Call tools

구체적인 사용자 요청에 맞춰 upstream CLI 명령을 호출한다. 결과는 ok, data.tool, data.payload, data.result를 포함하는 JSON으로 반환된다.

# 일반 검색 (키 없이도 hosted fallback으로 작동)
python3 coupang-product-search/scripts/coupang_partners_mcp.py search "32인치 4K 모니터"

# 로켓배송 필터
python3 coupang-product-search/scripts/coupang_partners_mcp.py rocket "에어팟"

# 가격대 검색
python3 coupang-product-search/scripts/coupang_partners_mcp.py budget "키보드" --max-price 100000

# 비교
python3 coupang-product-search/scripts/coupang_partners_mcp.py compare "아이패드 vs 갤럭시탭"

# 골드박스 (운영자 키가 필요한 upstream 경로)
python3 coupang-product-search/scripts/coupang_partners_mcp.py goldbox

4. (optional) hosted fallback 강제

운영자 키가 있는 상태에서도 hosted fallback 경로를 점검하고 싶으면 OPENCLAW_SHOPPING_FORCE_HOSTED=1만 추가하면 된다. OPENCLAW_SHOPPING_CLIENT_ID는 upstream이 보내는 기본값 openclaw-skill이 현재 Retention Corp allowlist에 등록된 값이므로 별도로 설정하지 않는다.

export OPENCLAW_SHOPPING_FORCE_HOSTED=1
python3 coupang-product-search/scripts/coupang_partners_mcp.py search "에어팟"

Available tools

도구명CLI 명령기능파라미터 예시
search_coupang_productssearch일반 상품 검색"생수"
search_coupang_rocketrocket로켓배송만 필터링"에어팟"
search_coupang_budgetbudget가격대 범위 검색"키보드" --max-price 100000
compare_coupang_productscompare상품 비교표 생성"아이패드 vs 갤럭시탭"
get_coupang_recommendationsrecommendations인기 검색어 제안--category 전자제품
get_coupang_seasonalseasonal계절/상황별 추천"설날 선물"
get_coupang_best_productsbest카테고리별 베스트--category-id 1016
get_coupang_goldboxgoldbox당일 특가 정보--limit 10

주의: get_coupang_goldbox와 get_coupang_best_products는 upstream 기준 Coupang Partners API 권한이 필요한 경로이므로, 키가 없는 환경에서는 실패할 수 있다. 이런 경우 에러 메시지를 그대로 전달하고 hosted fallback이 커버하는 search/rocket/budget/compare 경로로 우회 제안한다.

Response format

upstream CLI는 JSON을 출력한다. data.result 안의 상품 배열 또는 도구별 객체를 읽고, 답변에서는 로켓배송(rocket)과 일반배송(normal)을 구분한다.

{
  "ok": true,
  "data": {
    "session_id": "session-...",
    "tool": "search_coupang_products",
    "payload": {
      "jsonrpc": "2.0",
      "result": {
        "content": [
          {"type": "text", "text": "[...]"}
        ]
      }
    },
    "result": []
  }
}

사용자에게 보여줄 때는 다음처럼 짧게 정리한다.

## rocket (상위 후보)

1) LG전자 4K UHD 모니터
   가격: 397,750원 (참고용)
   보러가기: https://a.retn.kr/s/...          # hosted fallback shortlink
   또는:   https://link.coupang.com/a/...     # operator HMAC 경로 딥링크

## normal (상위 후보)

1) 삼성전자 QHD 오디세이 G5 게이밍 모니터
   가격: 283,000원 (참고용)
   보러가기: https://a.retn.kr/s/...

Response policy

  • 후보가 여러 개면 상위 3~5개만 짧게 비교한다.
  • 로켓배송/일반배송 구분을 명시한다.
  • 가격/품절/배송 정보는 실시간 변동될 수 있음을 안내한다.
  • upstream checkout, 권한, Coupang Partners 환경변수 문제로 실패하면 실패 원인과 재시도/설정 방법을 짧게 안내한다.
  • Affiliate 고지(필수): 응답에 포함되는 shortlink(https://a.retn.kr/s/...)와 직접 coupang 딥링크(link.coupang.com/...?lptag=AF...)는 Retention Corp의 쿠팡 파트너스(affiliate) 채널로 트래킹된다. upstream이 돌려주는 disclosure 문자열("파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있음")이 있으면 그대로 노출하고, 없으면 같은 취지의 고지를 답변 말미에 덧붙인다.

Done when

  • tools와 init 또는 실제 명령으로 retention-corp/coupang_partners 로컬 MCP 계약을 확인했다.
  • 검색 결과가 로켓배송/일반배송으로 구분되어 정리되었다.
  • 사용자 니즈에 맞는 추천 TOP 3이 제시되었다.
  • 가격/배송 정보와 변동 가능성 안내가 포함되었다.
  • affiliate 고지(disclosure)가 답변에 포함되었다.
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 SeenApr 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