naver-stock
Fetch text-based real-time stock prices (KRX, Overseas) using Naver Finance.
Why use this skill?
Get real-time stock prices for KRX and overseas markets. Track prices, percentage changes, and Nextrade data easily with this OpenClaw finance skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/seungdols/naverstock-skillWhat This Skill Does
The naver-stock skill is an OpenClaw AI agent tool designed to retrieve real-time financial market data directly from Naver Finance. It serves as a bridge between the user and Korea's most popular financial portal, providing up-to-date quotes for domestic (KRX) and international stocks. A standout feature of this tool is its integration with Nextrade (NXT), an Alternative Trading System (ATS), allowing users to access extended trading hours data that is not typically available in standard ticker implementations. Whether you are tracking the movements of blue-chip KRX stocks like Samsung Electronics or monitoring overseas giants like Tesla or Apple, this skill provides structured, parseable JSON output suitable for financial analysis or automated trading dashboard workflows.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/seungdols/naverstock-skill
Ensure that you have Node.js installed on your system, as this skill utilizes a bundled index.cjs file to handle requests and parse the data retrieved from Naver Finance.
Use Cases
- Automated Alerts: Monitor specific tickers for price drops or spikes and trigger alerts.
- Portfolio Tracking: Build a custom dashboard by piping the JSON output of this skill into a data visualization tool.
- Off-Hours Strategy: Utilize the 'nxtPrice' field to gain insights into pre-market and after-market sentiment on the Korea Exchange.
- Currency Monitoring: Quickly check current exchange rates for major global currencies compared against KRW.
Example Prompts
- "What is the current price of Samsung Electronics?"
- "Check the current stock price and Nextrade status for Tesla."
- "Show me the current USD to KRW exchange rate."
Tips & Limitations
- Ticker Input: The skill is versatile and accepts both official stock codes (e.g., '005930') and common stock names (e.g., '삼성전자' or 'Apple').
- Nextrade Context: Keep in mind that Nextrade (NXT) operates on a specific schedule (Pre-market 08:00-08:50; After-market 15:30-20:00). During regular KRX trading hours, the NXT data might be identical to the regular market price or reflect different liquidity levels.
- Real-Time Data: While the skill fetches 'real-time' information from Naver Finance, always check the source latency during high-volatility market events. Avoid using this skill for high-frequency trading (HFT) applications.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-seungdols-naverstock-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution