Jump to related tools in the same category or review the original source on GitHub.

Search & Research @dryoo Updated 6/28/2026 1,711 downloads 0 stars Security: Pass

Naver Shopping OpenClaw Plugin & Skill | ClawHub

Looking to integrate Naver Shopping into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate search & research tasks instantly, without having to write custom tools from scratch.

What this skill does

Search for products on Naver Shopping. Use when the user wants to find product prices, links, or compare items in the Korean market.

Install

ClawHub CLI
openclaw skills install @dryoo/naver-shopping
Node.js (npx)
npx clawhub@latest install naver-shopping

Full SKILL.md

Open original
Metadata table.
namedescription
naver-shoppingSearch for products on Naver Shopping. Use when the user wants to find product prices, links, or compare items in the Korean market.

SKILL.md content below is scrollable.

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
ClawHub Registry URL: https://clawhub.ai/dryoo/skills/naver-shopping

Related skills

If this matches your use case, these are close alternatives in the same category.