← 返回 Skills 市场
seungdols

Naver Stock

作者 seungdols · GitHub ↗ · v1.1.1
maclinuxwindows ✓ 安全检测通过
1988
总下载
2
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install naverstock-skill
功能描述
Fetch text-based real-time stock prices (KRX, Overseas) using Naver Finance.
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install naverstock-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /naverstock-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug naverstock-skill
版本 1.1.1
许可证
累计安装 2
当前安装数 2
历史版本数 4
常见问题

Naver Stock 是什么?

Fetch text-based real-time stock prices (KRX, Overseas) using Naver Finance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1988 次。

如何安装 Naver Stock?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install naverstock-skill」即可一键安装,无需额外配置。

Naver Stock 是免费的吗?

是的,Naver Stock 完全免费(开源免费),可自由下载、安装和使用。

Naver Stock 支持哪些平台?

Naver Stock 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(mac, linux, windows)。

谁开发了 Naver Stock?

由 seungdols(@seungdols)开发并维护,当前版本 v1.1.1。

💬 留言讨论