← Back to Skills Marketplace
twbeatles

Naver Shopping Search

by twbeatles · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install naver-shopping-twbeatles
Description
Search for products on Naver Shopping. Use when the user wants to find product prices, links, or compare items in the Korean market.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install naver-shopping-twbeatles
  3. After installation, invoke the skill by name or use /naver-shopping-twbeatles
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix runtime import bug, broaden credential env support, and clean local cache handling
Metadata
Slug naver-shopping-twbeatles
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.

How do I install Naver Shopping Search?

Run "/install naver-shopping-twbeatles" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Naver Shopping Search free?

Yes, Naver Shopping Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Naver Shopping Search support?

Naver Shopping Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Naver Shopping Search?

It is built and maintained by twbeatles (@twbeatles); the current version is v1.0.1.

💬 Comments