← 返回 Skills 市场
twbeatles

Naver Shopping Search

作者 twbeatles · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install naver-shopping-twbeatles
功能描述
Search for products on Naver Shopping. Use when the user wants to find product prices, links, or compare items in the Korean market.
安全使用建议
This skill appears to be a straightforward Naver Shopping API client and only communicates with Naver's openapi endpoint. Before installing: (1) be aware it requires your Naver API Client ID and Secret (the metadata did not list these — supply via environment variables or a .env file); (2) prefer setting credentials in secure environment variables rather than plaintext files in your home directory; (3) verify the skill's publisher/source since the package metadata/homepage is missing; and (4) if you are uncomfortable storing credentials locally, create an API key with limited scope or use a throwaway/testing account. The main issue is an information disclosure/inconsistency in the registry metadata rather than malicious code.
功能分析
Type: OpenClaw Skill Name: naver-shopping-twbeatles Version: 1.0.1 The skill bundle provides a legitimate interface for the Naver Shopping Search API. The script scripts/search_shopping.py handles API credentials by checking environment variables and specific local configuration files, and it communicates only with the official Naver API endpoint (openapi.naver.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the code: the script queries Naver Shopping openapi and returns JSON results. The only network connection is to https://openapi.naver.com/v1/search/shop.json, which is appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs running the provided Python script with a search term and documents credential locations. The script implements exactly those instructions and does not perform unrelated file reads or network calls.
Install Mechanism
No install spec; the skill is instruction + a small Python script using only the standard library. Nothing is downloaded or written by an installer.
Credentials
The registry metadata declares no required env vars, but the SKILL.md and the script expect Naver API credentials (several possible environment variable names) and will also load .env files from the skill directory and ~/.openclaw/credentials/naver-shopping.env. Requesting API credentials for Naver Shopping is proportional to the task, but the omission from metadata is an inconsistency that should be corrected and disclosed to users.
Persistence & Privilege
Skill does not request always:true, does not modify system or other skills, and only reads local .env files if present. It does not store new credentials or change agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install naver-shopping-twbeatles
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /naver-shopping-twbeatles 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix runtime import bug, broaden credential env support, and clean local cache handling
元数据
Slug naver-shopping-twbeatles
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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 插件,目前累计下载 73 次。

如何安装 Naver Shopping Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install naver-shopping-twbeatles」即可一键安装,无需额外配置。

Naver Shopping Search 是免费的吗?

是的,Naver Shopping Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Naver Shopping Search 支持哪些平台?

Naver Shopping Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Naver Shopping Search?

由 twbeatles(@twbeatles)开发并维护,当前版本 v1.0.1。

💬 留言讨论