LaunchKit · 2026
Back to Skills

naverstock-skill

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

1
1.7k downloads
by @seungdols

Setup & Installation

openclaw skills install @seungdols/naverstock-skill

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install naverstock-skill

Version History

v1.1.1Mar 6, 2026 - Version note by skill developer:

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.

INPUT

User asks: What is the current price of Samsung Electronics?

AGENT
  1. 1Run node index.cjs '삼성전자'
  2. 2Parse the returned JSON object
  3. 3Extract price, change, and changePercent fields
  4. 4Format a response with the current price and daily change
OUTPUT

Samsung Electronics (005930): ₩160,500, down ₩200 (-0.12%)