
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.
npx -y skills add nomadamas/k-skill --skill coupang-product-search --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 coupang-product-search
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 coupang-product-search
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/coupang-product-search/instruction.md.
상품 링크를 안내할 때는 반드시 "쿠팡 파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있습니다."라고 고지한다.
This skill is not an official feature of, officially supported by, affiliated with, sponsored by, approved by, or developed in collaboration with any third-party trademark owner or service operator it identifies. Third-party names are used only to describe the skill's function, lookup target, or compatibility.
Any automated collection of publicly accessible information must be limited to personal, non-organizational lookup. Do not use this skill for systematic or bulk crawling, database building, access-control or block circumvention, or conduct that interferes with a third party's business or service.
Read the full Korean legal disclaimer, including the cited Korean Supreme Court precedents and statutory limits, before use:
npx -y @nomadamas/k-skill@0 read coupang-product-search references/DISCLAIMER.md