Naver Shopping Plus
한국형 쇼핑 검색 스킬. 네이버 쇼핑 API + 쿠팡/11번가 웹 스크래핑으로 배송비 포함 최저가를 자동 비교합니다.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 2 · 555 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
Name/description match the code: it uses Naver Shop API plus Coupang/11st scraping to compare prices. However the registry metadata lists no required environment variables or primary credential while SKILL.md and scripts explicitly require NAVER_Client_ID and NAVER_Client_Secret. The absent declared env vars is an inconsistency.
Instruction Scope
Runtime instructions and the included script are scoped to searching Naver/Coupang/11st and formatting output. They perform HTTP requests and HTML parsing (requests + BeautifulSoup). Instructions reference a .env file and full local paths in examples (e.g., /Users/mupeng/.openclaw/...), and the script reads NAVER_* env vars — the instructions do not ask to read unrelated system files or exfiltrate data, but they do assume environment variables exist that the registry did not declare.
Install Mechanism
This is an instruction-only skill with a bundled Python script and no install spec. Dependencies are ordinary Python packages (requests, beautifulsoup4, lxml) and the README/SKILL.md show a simple pip install. No remote downloads or obscure installers are present.
Credentials
The script uses NAVER_Client_ID and NAVER_Client_Secret from environment variables (and SKILL.md/README instructs putting them in .env), but the registry metadata lists no required env vars or primary credential. Requiring Naver API keys is reasonable for the stated purpose, but the metadata omission is a red flag — the registry should declare these secrets so users know ahead of time what will be accessed.
Persistence & Privilege
The skill does not request always:true and has no install hooks or configuration changes. It does network calls at runtime (expected). It does not modify other skills or system-wide settings in the provided code.
What to consider before installing
This skill's code matches its description (Naver API + Coupang/11st scraping). However: 1) the SKILL.md and script expect NAVER_Client_ID and NAVER_Client_Secret but the registry metadata does not declare them — confirm the skill requires only your Naver API keys and not other secrets before installing. 2) Review the script yourself (or run it in an isolated environment) to verify there is no hidden network exfiltration; the visible code only queries Naver/Coupang/11st and prints results. 3) Web scraping can trigger IP blocks and may violate site terms — use responsibly. 4) Because the source/homepage are unknown, prefer installing only in a sandbox or VM and verify behavior (especially network requests and any logging of credentials) before giving it access to real credentials. If you decide to proceed, ask the publisher to update registry metadata to explicitly list the NAVER_Client_ID and NAVER_Client_Secret so the requirement is transparent.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Naver Shopping Plus
네이버 쇼핑, 쿠팡, 11번가에서 상품을 검색하고 배송비 포함 최저가를 비교합니다.
기능
- 다중 플랫폼 검색: 네이버 쇼핑 API + 쿠팡/11번가 웹 스크래핑
- 배송비 포함 가격: 실제 구매 가격 자동 계산
- 최저가 자동 정렬: 플랫폼별 최저가 상품 우선 표시
- 깔끔한 출력: Discord/터미널 친화적 포맷
사용법
/Users/mupeng/.openclaw/workspace/skills/naver-shopping-plus/scripts/search.py "검색어"
옵션
--display <number>: 플랫폼당 결과 수 (기본: 3, 최대: 10)--platforms <naver,coupang,11st>: 검색할 플랫폼 선택 (기본: 전체)--sort <price|review>: 정렬 기준 (price: 가격순, review: 리뷰순)--max-price <number>: 최대 가격 필터 (원 단위)
예시
# 기본 검색 (전체 플랫폼)
search.py "아이폰 16 프로"
# 네이버만 검색, 5개 결과
search.py "갤럭시 버즈" --platforms naver --display 5
# 최대 50만원, 가격순 정렬
search.py "노트북" --max-price 500000 --sort price
환경 변수
.env 파일에 다음 변수 필요:
NAVER_Client_ID: 네이버 API 클라이언트 IDNAVER_Client_Secret: 네이버 API 시크릿 키
출력 형식
🛍️ [네이버 쇼핑] 갤럭시 버즈2 프로
💰 159,000원 (배송비 무료) = 총 159,000원
⭐ 리뷰 1,234개 (4.5/5)
🔗 https://shopping.naver.com/...
🛒 [쿠팡] 갤럭시 버즈2 프로
💰 155,000원 (배송비 2,500원) = 총 157,500원 ⭐ 최저가!
⭐ 로켓배송
🔗 https://coupang.com/...
의존성
pip install requests beautifulsoup4 lxml
주의사항
- 웹 스크래핑은 사이트 구조 변경 시 동작하지 않을 수 있습니다
- 과도한 요청 시 IP 차단될 수 있으니 적절히 사용하세요
- 쿠팡/11번가는 로그인 필요 없는 검색 결과만 수집합니다
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
