← Back to Skills Marketplace
Naver Shopping Plus
by
mupengi-bot
· GitHub ↗
· v1.0.0
648
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install naver-shopping-plus
Description
한국형 쇼핑 검색 스킬. 네이버 쇼핑 API + 쿠팡/11번가 웹 스크래핑으로 배송비 포함 최저가를 자동 비교합니다.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: naver-shopping-plus
Version: 1.0.0
The OpenClaw skill 'naver-shopping-plus' is classified as benign. The `scripts/search.py` file performs its stated function of searching Naver Shopping API and scraping Coupang/11st for product information. It uses standard libraries (`requests`, `beautifulsoup4`, `lxml`), reads API keys from environment variables (`NAVER_Client_ID`, `NAVER_Client_Secret`) for their intended purpose, and constructs URLs with proper encoding to prevent injection. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the OpenClaw agent in `SKILL.md` or `README.md`. The code's behavior aligns entirely with its described functionality.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install naver-shopping-plus - After installation, invoke the skill by name or use
/naver-shopping-plus - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Naver Shopping Plus for KR multi-platform shopping comparison.
- Search and compare lowest prices (including shipping) across Naver Shopping (API), Coupang, and 11st.
- Supports filtering, sorting (by price or reviews), and platform selection.
- Clean, Discord/terminal-friendly output format.
- Simple CLI usage with environment variable support for Naver API credentials.
- Handles web scraping for Coupang/11st; caution advised due to potential site structure changes.
Metadata
Frequently Asked Questions
What is Naver Shopping Plus?
한국형 쇼핑 검색 스킬. 네이버 쇼핑 API + 쿠팡/11번가 웹 스크래핑으로 배송비 포함 최저가를 자동 비교합니다. It is an AI Agent Skill for Claude Code / OpenClaw, with 648 downloads so far.
How do I install Naver Shopping Plus?
Run "/install naver-shopping-plus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Naver Shopping Plus free?
Yes, Naver Shopping Plus is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Naver Shopping Plus support?
Naver Shopping Plus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Naver Shopping Plus?
It is built and maintained by mupengi-bot (@mupengi-bot); the current version is v1.0.0.
More Skills