← 返回 Skills 市场
anthonylee1994

Stock Prices

作者 anthonylee1994 · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
3013
总下载
0
收藏
15
当前安装
2
版本数
在 OpenClaw 中安装
/install stock-prices
功能描述
Query real-time stock prices and market data using the Stock Prices API. Responses are in TOON format—decode with @toon-format/toon. Use when fetching stock...
安全使用建议
This skill appears coherent and limited to fetching and decoding stock data. Before installing or using it, verify two things: (1) the API host (https://stock-prices.on99.app) — confirm you trust the operator, check HTTPS/TLS and any privacy or rate-limit policies; (2) the npm package @toon-format/toon — inspect the package source, maintainers, and download counts to ensure it's legitimate. If you plan to use this with private or sensitive data, consider whether the API requires/authenticates requests and avoid embedding secrets in plain query strings. If you need guaranteed provenance, prefer an official/known data provider or self-host a vetted decoder implementation.
功能分析
Type: OpenClaw Skill Name: stock-prices Version: 1.0.1 The skill is classified as suspicious primarily due to the `pnpm add @toon-format/toon` instruction found in `SKILL.md`. If an AI agent executes this instruction as part of skill setup or execution, it introduces a significant supply chain vulnerability. This allows the agent to install an arbitrary external package, which could lead to arbitrary code execution if the `@toon-format/toon` package (or a typosquatted version) were compromised or malicious. While the stated purpose of the skill (fetching stock prices from `https://stock-prices.on99.app`) appears benign, this capability represents a high-risk action without clear malicious intent from the skill itself, thus classifying it as suspicious rather than malicious.
能力评估
Purpose & Capability
Name/description, API base URL, endpoints, example requests, and decoding instructions all align with a stock-quote retrieval skill. There are no declared env vars, binaries, or config paths that are unrelated to fetching or decoding quotes.
Instruction Scope
SKILL.md only instructs the agent to call the provided HTTPS endpoint and decode the TOON response with an npm package; it does not direct access to unrelated files, environment variables, or external endpoints beyond the described API and the suggested decoder.
Install Mechanism
The skill is instruction-only (no install spec), which is low-risk. It suggests installing @toon-format/toon via pnpm for decoding; this is reasonable for the stated purpose but is an external package so verify its provenance before installing in environments with strict supply-chain requirements.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to a public-stock-quote fetcher that does not advertise authenticated endpoints.
Persistence & Privilege
The skill does not request persistent/always-on privilege and uses default invocation settings. It does not instruct modifying other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-prices
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-prices 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Responses are now provided in TOON (Token-Oriented Object Notation) format instead of JSON, saving ~40% tokens. - Added instructions for decoding TOON responses using the @toon-format/toon package. - Updated sample code and usage sections to demonstrate decoding and handling TOON data. - Clarified that all API consumers must decode responses before use.
v1.0.0
Initial release of the stock-prices skill. - Query real-time stock prices and market data using the Stock Prices API. - Fetch quotes for individual or multiple ticker symbols (e.g., AAPL, NVDA, GOOGL). - Supports common fields including current price, daily change, high/low, pre-market data, and more. - Provides typical usage examples for price monitoring, portfolio tracking, and market summaries. - Allows up to 50 symbols per request; all prices in USD and timestamps in ISO 8601 (UTC).
元数据
Slug stock-prices
版本 1.0.1
许可证
累计安装 15
当前安装数 15
历史版本数 2
常见问题

Stock Prices 是什么?

Query real-time stock prices and market data using the Stock Prices API. Responses are in TOON format—decode with @toon-format/toon. Use when fetching stock... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3013 次。

如何安装 Stock Prices?

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

Stock Prices 是免费的吗?

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

Stock Prices 支持哪些平台?

Stock Prices 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Stock Prices?

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

💬 留言讨论