π¦ ClawHub
Naver Shopping Search
by @dryoo
Search for products on Naver Shopping. Use when the user wants to find product prices, links, or compare items in the Korean market.
TERMINAL
clawhub install naver-shoppingπ About This Skill
name: naver-shopping description: Search for products on Naver Shopping. Use when the user wants to find product prices, links, or compare items in the Korean market.
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 of results to show (default: 5, max: 100)--sort : 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_IDNAVER_Client_Secretπ‘ Examples
/Users/dryoo/.openclaw/workspace/skills/naver-shopping/scripts/search_shopping.py "μμ΄ν° 16" --display 3 --sort asc
βοΈ Configuration
--display : Number of results to show (default: 5, max: 100)--sort : 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