TopRank Skills

Home / Claw Skills / Search / naver-shopping
Official OpenClaw rules 36%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 naver-shopping 技能。 若已安装,则直接安装 naver-shopping 技能。

Overview

Skill Key
dryoo/naver-shopping
Author
dryoo
Source Repo
openclaw/skills
Version
-
Source Path
skills/dryoo/naver-shopping
Latest Commit SHA
2be794ef554340eb6b5c048bfd791f9ddaefc9f1

Extracted Content

SKILL.md excerpt

# 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:

```bash
/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

```bash
/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`

Related Claw Skills