← 返回 Skills 市场
1223
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install naver-shopping
功能描述
Search for products on Naver Shopping. Use when the user wants to find product prices, links, or compare items in the Korean market.
使用说明 (SKILL.md)
Naver Shopping Search
Use this skill to search for products on Naver Shopping using the Naver Search API.
Usage
Run the search script with a query:
/Users/dryoo/.openclaw/workspace/skills/naver-shopping/scripts/search_shopping.py "상품명"
Options
--display \x3Cnumber>: Number of results to show (default: 5, max: 100)--sort \x3Csim|date|asc|dsc>: Sort order (sim: similarity, date: date, asc: price ascending, dsc: price descending)
Example
/Users/dryoo/.openclaw/workspace/skills/naver-shopping/scripts/search_shopping.py "아이폰 16" --display 3 --sort asc
Environment Variables
Requires the following in .env:
NAVER_Client_IDNAVER_Client_Secret
安全使用建议
This skill's code is small and calls the official Naver Shopping API, which is expected. However: 1) SKILL.md and the script require NAVER_Client_ID and NAVER_Client_Secret but the registry metadata does not declare these — confirm before supplying credentials. 2) SKILL.md uses a hard-coded user path (/Users/dryoo/...), which you should replace with the actual path to the skill or run the script from its directory. 3) Review the script locally to ensure it matches the provided source and that you are comfortable providing only Naver API credentials (do not reuse high-privilege or broad credentials). 4) Prefer running the script in an isolated environment (e.g., dedicated account or container) the first time. If you need higher assurance, ask the publisher to correct the registry metadata to list the required env vars and provide a relative or generic run command.
功能分析
Type: OpenClaw Skill
Name: naver-shopping
Version: 1.0.0
The skill is a straightforward wrapper for the Naver Shopping API. It securely retrieves API credentials (NAVER_Client_ID, NAVER_Client_Secret) from environment variables as specified in SKILL.md, and uses them to make requests to the legitimate Naver API endpoint (openapi.naver.com) via scripts/search_shopping.py. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The code is clear, uses standard libraries, and aligns perfectly with its stated purpose.
能力评估
Purpose & Capability
The skill's purpose (search Naver Shopping) matches the included Python script which calls Naver's openapi.naver.com. However registry metadata states no required environment variables or primary credential, while SKILL.md and the script clearly require NAVER_Client_ID and NAVER_Client_Secret. The lack of a declared primary credential in metadata is inconsistent with the code.
Instruction Scope
SKILL.md instructs running the script from a hard-coded absolute path (/Users/dryoo/.openclaw/...), which appears specific to the packager's machine and is not portable. The instructions require storing NAVER_Client_ID and NAVER_Client_Secret in a .env file; aside from that, the script only uses those env vars and makes a direct request to Naver's official API endpoint. The instructions do not attempt to read other system files or exfiltrate data to unexpected endpoints, but they reference environment variables that were omitted from the registry metadata.
Install Mechanism
There is no install spec; this is an instruction-only skill with a small Python script. No packages are downloaded or extracted during install, which is low risk.
Credentials
The script legitimately needs NAVER_Client_ID and NAVER_Client_Secret to call Naver's API, which is proportionate for the stated purpose. However the registry lists no required env vars or primary credential, creating an inconsistency that could confuse users about what secrets to provide. The skill does not request additional unrelated credentials.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and has normal agent-invocation settings. No elevated persistence or cross-skill modifications are present.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install naver-shopping - 安装完成后,直接呼叫该 Skill 的名称或使用
/naver-shopping触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
네이버 쇼핑 검색 API 연동 스킬 초기 버전
元数据
常见问题
Naver Shopping Search 是什么?
Search for products on Naver Shopping. Use when the user wants to find product prices, links, or compare items in the Korean market. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1223 次。
如何安装 Naver Shopping Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install naver-shopping」即可一键安装,无需额外配置。
Naver Shopping Search 是免费的吗?
是的,Naver Shopping Search 完全免费(开源免费),可自由下载、安装和使用。
Naver Shopping Search 支持哪些平台?
Naver Shopping Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Naver Shopping Search?
由 dryoo(@dryoo)开发并维护,当前版本 v1.0.0。
推荐 Skills