← 返回 Skills 市场
364
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install stock-quote
功能描述
Fetch real-time stock prices and fundamental data. Use when: (1) User asks for current stock price or quote, (2) Need to update portfolio holdings with lates...
安全使用建议
This skill is internally consistent for getting stock quotes, but consider the following before installing:
- Network exposures: it sends queried ticker symbols to third-party services (stooq, Yahoo/yfinance, FMP). Don’t use it with private or sensitive symbols you don’t want transmitted publicly.
- Data latency: the default/source order includes Stooq (EOD/delayed); if you need true intraday real-time data, use a paid real-time provider and update the skill accordingly.
- Demo key & scraping: the script uses a hardcoded FMP 'demo' key and a simple HTML regex for Yahoo — these are fragile and rate-limited; expect occasional failures. If you rely on this in production, pin dependency versions, consider adding caching/rate-limiting, and possibly swap to a paid API with credentials stored securely.
- Dependency safety: the skill recommends pip-installing yfinance/requests from PyPI. Audit or pin package versions if you require stricter supply-chain controls.
If you only need occasional public quotes, this skill is appropriate; if you need high-privacy, guaranteed real-time data, or production SLAs, review and modify the code and data sources before use.
功能分析
Type: OpenClaw Skill
Name: stock-quote
Version: 1.1.0
The stock-quote skill is a legitimate tool for fetching financial data from public sources like Stooq, yfinance, and Financial Modeling Prep. The Python script (scripts/quote.py) implements standard data retrieval and parsing logic without any evidence of malicious behavior, such as credential theft or unauthorized command execution. The documentation (SKILL.md) provides clear instructions for the agent that are consistent with the stated purpose of portfolio monitoring and price verification.
能力评估
Purpose & Capability
Name/description claim 'real-time' prices but the default source (Stooq) is delayed EOD data; yfinance and web scraping are available but behavior/latency differs by source. Otherwise the requested capabilities (price/fundamentals) match the included code and data sources.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python CLI and shows examples. The runtime instructions and the script limit actions to fetching data from public finance APIs and formatting output; they do not read arbitrary system files or require undeclared env vars. Example references to updating MEMORY.md/HEARTBEAT.md are illustrative and not implemented in the provided script.
Install Mechanism
No install spec in the registry (instruction-only). The skill includes a Python script and recommends installing yfinance (and requests as fallback) via pip — standard, expected for Python utilities. No downloads from unknown URLs or extract/install steps are present.
Credentials
The skill requires no environment variables or credentials. It uses public endpoints (stooq.com, finance.yahoo.com, financialmodelingprep.com) and FMP's hardcoded 'demo' key; no secret exfiltration or unrelated credentials are requested.
Persistence & Privilege
Skill is not always-enabled, does not request system-level persistence, and the code does not modify other skills or agent-wide configs. Autonomous invocation is permitted (platform default) but not combined with other concerning privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-quote - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-quote触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added Stooq as primary data source (free, no API key), fixed yfinance rate limit fallback
v1.0.0
Real-time stock prices via yfinance
元数据
常见问题
Stock Quote 是什么?
Fetch real-time stock prices and fundamental data. Use when: (1) User asks for current stock price or quote, (2) Need to update portfolio holdings with lates... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 364 次。
如何安装 Stock Quote?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-quote」即可一键安装,无需额外配置。
Stock Quote 是免费的吗?
是的,Stock Quote 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stock Quote 支持哪些平台?
Stock Quote 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Quote?
由 Andy Tien(@linux2010)开发并维护,当前版本 v1.1.0。
推荐 Skills