naver-shopping

TotalClaw 作者 totalclaw

在 Naver Shopping 上搜索产品。当用户想要查找产品价格、链接或比较韩国市场上的商品时使用。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~dryoo-naver-shopping
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~dryoo-naver-shopping/file -o dryoo-naver-shopping.md
## 概述(中文)

在 Naver Shopping 上搜索产品。当用户想要查找产品价格、链接或比较韩国市场上的商品时使用。

## 原文

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