Jump to related tools in the same category or review the original source on GitHub.

Browser & Automation @seungdols Updated 6/28/2026 2,488 downloads 2 stars Security: Pass

πŸ“ˆ Naverstock Skill OpenClaw Plugin & Skill | ClawHub

Looking to integrate Naverstock Skill into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate browser & automation tasks instantly, without having to write custom tools from scratch.

What this skill does

Fetch text-based real-time stock prices (KRX, Overseas) using Naver Finance.

Install

ClawHub CLI
openclaw skills install @seungdols/naverstock-skill
Node.js (npx)
npx clawhub@latest install naverstock-skill

Full SKILL.md

Open original
Metadata table.
namedescription
naver-stockFetch text-based real-time stock prices (KRX, Overseas) using Naver Finance.

SKILL.md content below is scrollable.

Naver Stock

Fetch real-time stock prices for domestic (KRX) and overseas markets using Naver Finance.

Usage

Run the bundled script with a stock name or code.

node index.cjs "μ‚Όμ„±μ „μž"
node index.cjs "AAPL"

Output Format

Returns a JSON object with price details.

{
  "name": "μ‚Όμ„±μ „μž",
  "code": "005930",
  "price": 160500,
  "change": -200,
  "changePercent": -0.12,
  "nxtPrice": 160800,
  "nxtChange": 100,
  "nxtChangePercent": 0.06,
  "currency": "KRW"
}

Field Descriptions

  • name: Stock name.
  • code: Stock symbol/code.
  • price: Current price in regular market.
  • change: Price change in regular market.
  • changePercent: Percentage change in regular market.
  • nxtPrice: Current price in Nextrade (NXT) Alternative Trading System.
  • nxtChange: Price change in Nextrade.
  • nxtChangePercent: Percentage change in Nextrade.
  • currency: Currency code (e.g., KRW, USD).

About Nextrade (NXT)

Nextrade is an Alternative Trading System (ATS) in Korea that offers extended trading hours.

  • Pre-market: 08:00 ~ 08:50
  • After-market: 15:30 ~ 20:00 (Can be traded until 8 PM)
  • Note: Prices in Nextrade (nxtPrice) may differ from the regular KRX market price, providing off-hours trading opportunities.

Examples

Domestic Stock

node index.cjs 005930

Overseas Stock

node index.cjs "Tesla"

Exchange Rate

node index.cjs "USD"
node index.cjs "μ—”"
ClawHub Registry URL: https://clawhub.ai/seungdols/skills/naverstock-skill

Related skills

If this matches your use case, these are close alternatives in the same category.