naver-shopping

Review·Scanned 2/17/2026

This skill searches Naver Shopping and returns product results using the Naver Search API. It reads NAVER_Client_ID and NAVER_Client_Secret from the environment, makes requests to https://openapi.naver.com/v1/search/shop.json, and includes a command example to run /Users/dryoo/.openclaw/workspace/skills/naver-shopping/scripts/search_shopping.py.

from clawhub.ai·v6176c1e·2.7 KB·0 installs
Scanned from 1.0.0 at 6176c1e · Transparency log ↗
$ vett add clawhub.ai/dryoo/naver-shoppingReview findings below

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 <number>: Number of results to show (default: 5, max: 100)
  • --sort <sim|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_ID
  • NAVER_Client_Secret