ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dryoo/naver-shopping
Or

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

Metadata

Author@dryoo
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dryoo-naver-shopping": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.