Hosted shopping copilot that turns a natural-language shopping request into evidence-backed recommendations and affiliate deeplinks. Use when the user wants an agent to reason about product fit or directly search shopping results. Trigger when the user asks for 쇼핑 추천, 상품 추천, 뭐 사야 해, 골라줘, 추천해줘, 찾아줘, 검색해줘, 보여줘, 링크 줘, or gives a natural-language shopping query such as "30만원 이하 무선청소기, 소음 적고 원룸용" or "쿠팡에서 AUX 선 제일 긴거 제품 찾아줘".
Hosted shopping copilot for OpenClaw.
https://a.retn.kr.https://a.retn.kr unless the operator explicitly enables OPENCLAW_SHOPPING_ALLOW_NON_PROD_BACKEND=true.OPENCLAW_SHOPPING_USE_INTERNAL_API=true, this skill should send as a bearer token.OPENCLAW_SHOPPING_API_TOKENshort_deeplink, then deeplink.All commands print JSON to stdout.
{ "ok": true, "data": ... }{ "ok": false, "error": { "message": "..." } }python3 {baseDir}/scripts/openclaw-shopping-skill.py recommend \
--backend https://a.retn.kr \
--query "30만원 이하 무선청소기, 소음 적고 원룸용" \
--price-max 300000 \
--limit 5
python3 {baseDir}/scripts/openclaw-shopping-skill.py deeplinks \
--backend https://a.retn.kr \
--url https://www.coupang.com/vp/products/123
recommend for both recommendation-style and direct search-style shopping requests.OPENCLAW_SHOPPING_BASE_URL; in closed beta, stale localhost overrides must still resolve to https://a.retn.kr.https://a.retn.kr.deeplinks only when the user wants action-ready links.쿠팡에서 AUX 선 제일 긴거 찾아줘쿠팡에서 3.5mm 연장선 긴 거 보여줘쿠팡에서 제일 싼 무선 마우스 찾아줘무선청소기 추천해줘The hosted backend should support:
POST /v1/public/assistGET /health