← 返回 Skills 市场
Naver Shopping Plus
作者
mupengi-bot
· GitHub ↗
· v1.0.0
648
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install naver-shopping-plus
功能描述
한국형 쇼핑 검색 스킬. 네이버 쇼핑 API + 쿠팡/11번가 웹 스크래핑으로 배송비 포함 최저가를 자동 비교합니다.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install naver-shopping-plus - 安装完成后,直接呼叫该 Skill 的名称或使用
/naver-shopping-plus触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Naver Shopping Plus 是什么?
한국형 쇼핑 검색 스킬. 네이버 쇼핑 API + 쿠팡/11번가 웹 스크래핑으로 배송비 포함 최저가를 자동 비교합니다. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 648 次。
如何安装 Naver Shopping Plus?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install naver-shopping-plus」即可一键安装,无需额外配置。
Naver Shopping Plus 是免费的吗?
是的,Naver Shopping Plus 完全免费(开源免费),可自由下载、安装和使用。
Naver Shopping Plus 支持哪些平台?
Naver Shopping Plus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Naver Shopping Plus?
由 mupengi-bot(@mupengi-bot)开发并维护,当前版本 v1.0.0。
推荐 Skills