← 返回 Skills 市场
462
总下载
1
收藏
4
当前安装
6
版本数
在 OpenClaw 中安装
/install stock-price-checker-pro
功能描述
Run a local script to fetch current stock prices. Use the read tool to load this SKILL.md, then exec the uv run command inside it. Do NOT use sessions_spawn...
安全使用建议
This skill appears to do what it says: run a local Python script that uses yfinance to fetch stock data from Yahoo Finance. Before installing, confirm you trust the 'uv' binary being used (it's required to run the script and will auto-install yfinance at runtime). Be aware that dependencies are downloaded at execution time and the script will make outbound network requests to Yahoo/third-party news links (no API keys are required). If you want extra safety, review the included source files locally, run the skill in a sandboxed environment, or replace 'uv run' with an explicit, audited virtualenv/pip install step. If you do not trust automatic package installs or outbound network traffic from this agent, do not install or run the skill.
功能分析
Type: OpenClaw Skill
Name: stock-price-checker-pro
Version: 0.1.5
The skill bundle is a legitimate tool for fetching stock market data, including prices, news, and upcoming events, using the 'yfinance' library. It employs modern Python practices such as PEP 723 inline script metadata for isolated dependency management via 'uv'. The code logic in 'src/main.py' and 'src/service.py' is transparent, focused entirely on financial data processing, and contains no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description (fetch current stock prices) align with the files and runtime behavior: main.py uses yfinance to query ticker.info/history/news/calendar and format output. Required binary 'uv' is reasonable because the SKILL.md and main.py rely on 'uv run' to launch the script.
Instruction Scope
SKILL.md's runtime instructions are scoped to running the included script via 'uv run' and include examples and output expectations. The instructions do not ask the agent to read unrelated system files, exfiltrate data, or call unrelated external endpoints. They explicitly forbid web search/sessions_spawn and direct use of the bundled shell wrapper, which is restrictive but coherent.
Install Mechanism
There is no install spec, but the script relies on 'uv' to auto-install the declared dependency (yfinance) at runtime via the inline script block. That means runtime network access to PyPI (or uv's installer host) to fetch dependencies; this is expected but worth noting because packages are downloaded and executed at runtime.
Credentials
The skill requires no environment variables, no credentials, and no config paths. All external access is through yfinance/Yahoo Finance APIs which is proportional to the stated purpose.
Persistence & Privilege
always:false and default model invocation are appropriate. The skill does not request persistent system-level privileges or modify other skills or agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-price-checker-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-price-checker-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.5
- Added 3M (3-month) price range support to output and documentation.
- Updated documentation examples and output descriptions to include 3M high/low ranges.
- Minor wording improvements for clarity in usage documentation.
v0.1.4
No changes detected in this release.
- Version 0.1.4 contains no file or documentation updates.
v0.1.3
**Expanded triggers and usage scenarios, clarified Do/Don't rules, and improved example and command documentation.**
- Updated description for clear trigger phrases and explicit tool invocation rules.
- Expanded "When to use" section with precise guidance for price, volume, range, news, and events queries.
- Added "When NOT to use" section with redirects for fundamentals, macro news, and research reports.
- Clarified command usage, directory expectations, and gave diverse examples for US/international stocks, ETFs, and crypto.
- Added detailed ticker format reference table for global symbols and asset types.
- Provided explicit instructions against using web search, shell wrappers, or alternate methods; always invoke via `uv run` and the designated script.
v0.1.2
- Python implementation reorganized into modular files: src/main.py, src/service.py, src/utils.py, src/constants.py.
- Script invocation now uses src/main.py instead of stock-price.py.
- Output changed from JSON to a human-readable market snapshot in plain text.
- Updated usage instructions and documentation to reflect new file structure and output format.
- Removed deprecated stock-price.py script.
v0.1.1
Stock Price Checker Pro v0.1.1
- Renamed skill to "stock-price-checker-pro" and updated all branding.
- SKILL.md now documents additional output fields, including company name, average volume, daily & multi-period ranges, recent news, and corporate events.
- Clarified usage instructions and output schema, providing a canonical sample JSON output.
- Updated metadata to require only the "uv" binary.
- Added troubleshooting guidance for international symbols and missing data.
- Cleaned up and reorganized documentation for easier reference.
v0.1.0
Initial release of stock-price-checker-pro
- Check live stock prices for companies, ETFs, and indexes using the yfinance library—no API key required.
- Supports symbol lookup from company names and provides instructions for common symbols.
- Returns comprehensive data: price, change, previous close, market cap, volume, and 52-week range.
- Automatically selects US or German ticker symbols based on requested currency.
- Handles errors gracefully, including invalid stock symbols.
元数据
常见问题
Stock Price Checker Pro 是什么?
Run a local script to fetch current stock prices. Use the read tool to load this SKILL.md, then exec the uv run command inside it. Do NOT use sessions_spawn... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 462 次。
如何安装 Stock Price Checker Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-price-checker-pro」即可一键安装,无需额外配置。
Stock Price Checker Pro 是免费的吗?
是的,Stock Price Checker Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stock Price Checker Pro 支持哪些平台?
Stock Price Checker Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Price Checker Pro?
由 youpele52(@youpele52)开发并维护,当前版本 v0.1.5。
推荐 Skills