← Back to Skills Marketplace
1988
Downloads
2
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install naverstock-skill
Description
Fetch text-based real-time stock prices (KRX, Overseas) using Naver Finance.
Usage Guidance
This skill is internally coherent for fetching stock prices with Node.js, but the shipped index.cjs is a bundled/minified JS file from an unknown source. Before running it on important systems: (1) inspect index.cjs for any hard-coded network endpoints (it should only contact Naver Finance or related exchange endpoints), any use of child_process, eval, or process.env reads; (2) run it in a sandbox or isolated environment first and monitor network traffic to confirm it only queries expected hosts; (3) avoid running it with elevated privileges; and (4) prefer a skill with a clear upstream source or open-source repository if you need long-term trust. If you want, provide the full index.cjs text and I can look specifically for suspicious patterns (exfiltration, eval, remote downloads, or unexpected hosts).
Capability Analysis
Type: OpenClaw Skill
Name: naverstock-skill
Version: 1.1.1
The skill is a legitimate tool designed to fetch real-time stock prices and exchange rates from Naver Finance. The code in index.cjs implements standard API calls to official Naver endpoints (m.stock.naver.com and polling.finance.naver.com) and contains no evidence of data exfiltration, unauthorized execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
Name/description (fetch real-time prices from Naver Finance) match the declared requirement (node) and the included artifact (a bundled Node.js script index.cjs). No unrelated environment variables, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs simply to run node index.cjs <name|code> and return a JSON object. The instructions do not ask the agent to read unrelated files, access credentials, or send data to endpoints outside the stated task.
Install Mechanism
There is no install spec — the skill is instruction-only with a bundled script. That is lower risk than remote downloads; the only code that will run is the included index.cjs. The bundled file includes third-party modules (clone, node-cache) which is normal for a Node script.
Credentials
The skill does not declare or require any environment variables, credentials, or config paths. For a web-scraping/HTTP client script this is proportionate.
Persistence & Privilege
always is false and there is no install that modifies agent configuration or requests permanent presence. The skill will run only when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install naverstock-skill - After installation, invoke the skill by name or use
/naverstock-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
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.
v1.1.0
- Added a .nojekyll file to the repository.
- No changes to functionality or user-facing documentation.
v1.0.1
- Added detailed descriptions for each output field in the JSON response.
- Explained Nextrade (NXT) as an Alternative Trading System and clarified its trading hours.
- Provided more context on how Nextrade prices may differ from regular market prices due to extended trading times.
v1.0.0
- Initial release of naver-stock skill.
- Fetch real-time stock prices for KRX and overseas markets via Naver Finance.
- Supports queries by stock name or code.
- Outputs price information as a JSON object, including price, change, ratio, and currency.
- Includes support for exchange rates.
Metadata
Frequently Asked Questions
What is Naver Stock?
Fetch text-based real-time stock prices (KRX, Overseas) using Naver Finance. It is an AI Agent Skill for Claude Code / OpenClaw, with 1988 downloads so far.
How do I install Naver Stock?
Run "/install naverstock-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Naver Stock free?
Yes, Naver Stock is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Naver Stock support?
Naver Stock is cross-platform and runs anywhere OpenClaw / Claude Code is available (mac, linux, windows).
Who created Naver Stock?
It is built and maintained by seungdols (@seungdols); the current version is v1.1.1.
More Skills