← 返回 Skills 市场
tf9527666666-spec

Stock Query Skill

作者 tf9527666666-spec · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
114
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-query-skill
功能描述
提供指定股票代碼過去30天的每日股價,包括開盤、最高、最低、收盤價及成交量。
安全使用建议
This skill appears to do exactly what it says: fetch 30-day daily stock data via yfinance and save a CSV locally. Before installing, note that (1) you will need to pip install yfinance and pandas; (2) yfinance performs network requests to public finance endpoints (e.g., Yahoo Finance) — so ensure network access is acceptable; (3) the script writes a CSV file named <TICKER>_30days.csv to the current directory; (4) no credentials or secrets are requested. If you do not trust the source, run it in an isolated environment or review the included stock_query.py (which is short and readable) before use.
功能分析
Type: OpenClaw Skill Name: stock-query-skill Version: 1.0.0 The skill bundle is a legitimate tool for querying 30-day stock price history using the standard 'yfinance' and 'pandas' libraries. The code in stock_query.py and the instructions in SKILL.md are consistent with the stated purpose, containing no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the contents: the code and documentation implement a 30-day daily stock price query. Dependencies (yfinance, pandas) are appropriate for this task. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and README restrict behavior to querying stock data. The Python script only uses yfinance to fetch history, prints results and writes a CSV file in the current directory. There are no instructions to read unrelated files, environment variables, or transmit data to unexpected endpoints.
Install Mechanism
No install spec is provided (instruction-only), and the README/SKILL.md simply ask the user to pip install yfinance and pandas — a standard and proportionate approach. Nothing is downloaded from arbitrary URLs or installed automatically by the skill.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to the stated purpose. There is no attempt to access secrets or unrelated services.
Persistence & Privilege
The skill does not request always: true and does not modify other skills or global agent settings. It runs on demand and only writes a CSV file to the working directory (expected behavior).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-query-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-query-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
stock-query-skill 1.0.0 - 新增查詢指定股票代碼30天每日股價資料的功能。 - 支援輸入如「查詢股票代碼 TSM」或「查詢股票代碼 0001.HK」進行查詢。 - 輸出包含日期、開盤價、最高價、最低價、收盤價與成交量。 - 依賴套件:yfinance、pandas。
元数据
Slug stock-query-skill
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Stock Query Skill 是什么?

提供指定股票代碼過去30天的每日股價,包括開盤、最高、最低、收盤價及成交量。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 Stock Query Skill?

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

Stock Query Skill 是免费的吗?

是的,Stock Query Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Stock Query Skill 支持哪些平台?

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

谁开发了 Stock Query Skill?

由 tf9527666666-spec(@tf9527666666-spec)开发并维护,当前版本 v1.0.0。

💬 留言讨论