Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Version 1.1.1 of naverstock-skill - No file changes detected; functionality and documentation remain unchanged. - No new features, bug fixes, or updates introduced in this version.
What This Skill Does
Fetches real-time stock prices for Korean (KRX) and overseas markets using Naver Finance. Returns price, change, and Nextrade extended-hours data as JSON. Also handles currency exchange rate lookups by name or code.
Naver Finance aggregates both KRX and overseas quotes including Nextrade extended-hours data in one source, so no paid financial data API subscription is needed.
When to use it
- Check current Samsung Electronics price before placing a trade
- Look up Tesla or Apple stock price in a Korean brokerage context
- Monitor pre-market or after-hours prices via Nextrade ATS
- Get USD or JPY exchange rates by currency name
- Script daily stock price summaries for KRX-listed holdings
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What is the current price of Samsung Electronics?
- 1Run node index.cjs '삼성전자'
- 2Parse the returned JSON object
- 3Extract price, change, and changePercent fields
- 4Format a response with the current price and daily change
Samsung Electronics (005930): ₩160,500, down ₩200 (-0.12%)